[coccinelle] Fix broken %if in spec file.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 30 12:18:12 UTC 2012


commit 15a075cc88029dac51ce913d00a53f1c1a0c5aa4
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 30 13:17:57 2012 +0100

    Fix broken %if in spec file.

 coccinelle.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/coccinelle.spec b/coccinelle.spec
index c6048c8..6d25c49 100644
--- a/coccinelle.spec
+++ b/coccinelle.spec
@@ -8,7 +8,7 @@
 
 Name:           coccinelle
 Version:        1.0.0
-Release:        0.rc12.2%{?dist}
+Release:        0.rc12.3%{?dist}
 Summary:        Semantic patching for Linux (spatch)
 
 Group:          Development/Libraries
@@ -116,10 +116,10 @@ echo '-b %{_bindir}/spatch' \
   > $RPM_BUILD_ROOT/etc/prelink.conf.d/%{name}.conf
 %endif
 
+%if 0
 strip $RPM_BUILD_ROOT%{_libdir}/*.so
 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
 
-%if 0
 # Remove bogus Makefiles from Python directory.
 find $RPM_BUILD_ROOT%{_datadir}/%{name} -name Makefile -delete
 
@@ -169,7 +169,7 @@ $RPM_BUILD_ROOT%{_bindir}/spatch -sp_file demos/simple.cocci demos/simple.c
 
 
 %changelog
-* Mon Jul 30 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc12.2
+* Mon Jul 30 2012 Richard W.M. Jones <rjones at redhat.com> - 1.0.0-0.rc12.3
 - New upstream version 1.0.0-rc12.
 - Rebuild for OCaml 4.00.0.
 - Remove buildroot, defattr, clean for modern RPM.


More information about the scm-commits mailing list