rpms/coccinelle/F-10 coccinelle.spec,1.4,1.5

Richard W.M. Jones rjones at fedoraproject.org
Fri May 22 11:44:51 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/coccinelle/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14687

Modified Files:
	coccinelle.spec 
Log Message:
Fix binary stripping.


Index: coccinelle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coccinelle/F-10/coccinelle.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- coccinelle.spec	22 May 2009 11:33:22 -0000	1.4
+++ coccinelle.spec	22 May 2009 11:44:20 -0000	1.5
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        0.1.8
-Release:        1%{?dist}.1
+Release:        1%{?dist}.2
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -99,7 +99,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 # Install the native code version.
 rm $RPM_BUILD_ROOT%{_bindir}/spatch
 mv $RPM_BUILD_ROOT%{_bindir}/spatch.opt $RPM_BUILD_ROOT%{_bindir}/spatch
-strip $RPM_BUILD_ROOT%{_bindir}/spatch
+strip $RPM_BUILD_ROOT%{_datadir}/%{name}/spatch.opt
 %else
 # Else prevent prelink from buggering about with the bytecode binary.
 mkdir -p $RPM_BUILD_ROOT/etc/prelink.conf.d
@@ -155,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-1.fc10.1
+* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-1.fc10.2
 - New upstream version 0.1.8.
 - Include patch from Debian to fix CVE-2009-1753 (RHBZ#502174).
 




More information about the scm-commits mailing list