rpms/jed/devel jed.spec,1.3,1.4

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon May 9 21:12:21 UTC 2005


Author: notting

Update of /cvs/extras/rpms/jed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2306

Modified Files:
	jed.spec 
Log Message:
fix debuginfo



Index: jed.spec
===================================================================
RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jed.spec	5 Mar 2005 21:10:22 -0000	1.3
+++ jed.spec	9 May 2005 21:12:19 -0000	1.4
@@ -1,7 +1,7 @@
 Summary: Fast, compact editor based on the S-Lang screen library
 Name: jed
 Version: 0.99.16
-Release: 8
+Release: 9
 License: GPL
 Group: Applications/Editors
 Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2
@@ -48,7 +48,7 @@
 cp -r lib $RPM_BUILD_ROOT%{_datadir}/jed
 
 cd src/objs
-install -m 0755 -s jed $RPM_BUILD_ROOT%{_bindir}
+install -m 0755 jed $RPM_BUILD_ROOT%{_bindir}
 JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl
 
 cd ../../doc
@@ -65,6 +65,9 @@
 %{_datadir}/jed
 
 %changelog
+* Mon May  9 2005 Bill Nottingham <notting at redhat.com> 0.99.16-9
+- don't forcibly strip binary, fixes debuginfo generation
+
 * Fri Mar  4 2005 Bill Nottingham <notting at redhat.com> 0.99.16-8
 - bump release
 




More information about the fedora-extras-commits mailing list