[CVector/f14/master] remove accidentally added changelog for Fedora_15_Mass_Rebuild

tmatsuu tmatsuu at fedoraproject.org
Sat Apr 9 15:10:12 UTC 2011


commit 6ddd59cf83b7a006e07df1ce58e77e369e6f05b0
Author: Takanori MATSUURA <t.matsuu at gmail.com>
Date:   Sun Apr 10 00:08:12 2011 +0900

    remove accidentally added changelog for Fedora_15_Mass_Rebuild

 CVector.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/CVector.spec b/CVector.spec
index 0b2647f..4e06739 100644
--- a/CVector.spec
+++ b/CVector.spec
@@ -4,7 +4,7 @@
 
 Name:           CVector
 Version:        %{version_number}.1
-Release:        %release_func 1
+Release:        %release_func 3
 Summary:        ANSI C API for Dynamic Arrays
 
 Group:          System Environment/Libraries
@@ -39,7 +39,7 @@ developing applications that use CVector.
 %prep
 %setup -q
 %patch0 -p1 -b .dynamic
-%ifarch x86_64 ppc64 s390x
+%if %{_lib} == lib64
 %patch1 -p1 -b .lib64
 %endif
 
@@ -76,7 +76,10 @@ rm -rf %{buildroot}
 %{_libdir}/libCVector.so
 
 %changelog
-* Tue Oct 26 2010 Takanori MATSUURA <t.matsuu at gmail.com> - 1.0.3.1-1
+* Sat Apr  9 2011 Takanori MATSUURA <t.matsuu at gmail.com> - 1.0.3.1-3
+- use %%{_lib} detection to fix
+
+* Tue Oct 26 2010 Takanori MATSUURA <t.matsuu at gmail.com> - 1.0.3.1-1
 - update to 1.0.3.1
 - use "make all" instead of "make"
 - add %%check


More information about the scm-commits mailing list