rpms/ftnchek/devel ftnchek.spec,1.2,1.3

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Mar 24 23:07:59 UTC 2006


Author: orion

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

Modified Files:
	ftnchek.spec 
Log Message:
* Fri Mar 24 2006 Orion Poplawki <orion at cora.nwra.com> 3.3.1-4
- Don't strip binaries so we get a good debuginfo



Index: ftnchek.spec
===================================================================
RCS file: /cvs/extras/rpms/ftnchek/devel/ftnchek.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ftnchek.spec	8 Mar 2006 22:59:47 -0000	1.2
+++ ftnchek.spec	24 Mar 2006 23:07:58 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           ftnchek
 Version:        3.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Static analyzer for Fortran 77 programs
 
 Group:          Development/Tools
@@ -54,7 +54,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
-%makeinstall datadir=$RPM_BUILD_ROOT%{_datadir}/ftnchek \
+%makeinstall STRIP=/bin/true datadir=$RPM_BUILD_ROOT%{_datadir}/ftnchek \
              lispdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
 
 
@@ -77,6 +77,9 @@
 
 
 %changelog
+* Fri Mar 24 2006 Orion Poplawki <orion at cora.nwra.com> 3.3.1-4
+- Don't strip binaries so we get a good debuginfo
+
 * Wed Mar 08 2006 Orion Poplawki <orion at cora.nwra.com> 3.3.1-3
 - Own %{_datadir}/ftnchek/
 - Add period to end of emacs package description




More information about the fedora-extras-commits mailing list