rpms/nedit/devel nedit.spec,1.6,1.7

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed May 24 08:05:48 UTC 2006


Author: jnovy

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

Modified Files:
	nedit.spec 
Log Message:
- don't strip binaries so that we have usable debuginfo
  nedit package (#192607)



Index: nedit.spec
===================================================================
RCS file: /cvs/extras/rpms/nedit/devel/nedit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nedit.spec	5 Mar 2006 10:09:07 -0000	1.6
+++ nedit.spec	24 May 2006 08:05:48 -0000	1.7
@@ -5,7 +5,7 @@
 Summary: A GUI text editor for systems with X and Motif.
 Name: nedit
 Version: 5.5
-Release: 7%{?dist}
+Release: 8%{?dist}
 Source: http://nedit.org/ftp/v5_5/nedit-%{version}-src.tar.bz2
 Source1: nedit.desktop
 Source2: nedit-icon.png
@@ -49,7 +49,7 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
 install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man1
 mv source/nc source/nedit-client
-install -s -m 755 source/nedit source/nedit-client $RPM_BUILD_ROOT%{_bindir}
+install -m 755 source/nedit source/nedit-client $RPM_BUILD_ROOT%{_bindir}
 install -m 644 doc/nedit.man $RPM_BUILD_ROOT%{_mandir}/man1/nedit.1x
 mv doc/nc.man doc/nedit-client.man
 install -m 644 doc/nedit-client.man $RPM_BUILD_ROOT%{_mandir}/man1/nedit-client.1x
@@ -82,6 +82,10 @@
 %endif
 
 %changelog
+* Wed May 24 2006 Jindrich Novy <jnovy at redhat.com> 5.5-8
+- don't strip binaries so that we have usable debuginfo
+  nedit package (#192607)
+
 * Sun Mar  5 2006 Jindrich Novy <jnovy at redhat.com> 5.5-7
 - rebuild
 




More information about the fedora-extras-commits mailing list