rpms/coccinelle/devel coccinelle.spec,1.4,1.5

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


Author: rjones

Update of /cvs/pkgs/rpms/coccinelle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14667

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


Index: coccinelle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coccinelle/devel/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:18 -0000	1.4
+++ coccinelle.spec	22 May 2009 11:44:19 -0000	1.5
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        0.1.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -100,7 +100,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 # Just 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
@@ -156,7 +156,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-2
+* Fri May 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1.8-3
 - 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