[libsndfile] Fix up previous commit

Kalev Lember kalev at fedoraproject.org
Sat Aug 2 13:18:20 UTC 2014


commit 99db2a0dd190ceb0ef26d8d2a4277e21018d1b60
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Aug 2 14:16:29 2014 +0200

    Fix up previous commit

 libsndfile.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libsndfile.spec b/libsndfile.spec
index 3054189..035a209 100644
--- a/libsndfile.spec
+++ b/libsndfile.spec
@@ -1,7 +1,7 @@
 Summary:	Library for reading and writing sound files
 Name:		libsndfile
 Version:	1.0.25
-Release:	11%{?dist}
+Release:	12%{?dist}
 License:	LGPLv2+ and GPLv2+ and BSD
 Group:		System Environment/Libraries
 URL:		http://www.mega-nerd.com/libsndfile/
@@ -73,11 +73,12 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf __docs
 cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
 rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
 
 # fix multilib issues
-%if %{__isa_bits} == 6
+%if %{__isa_bits} == 64
 %define wordsize 64
 %else
 %define wordsize 32
@@ -150,6 +151,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
 
 
 %changelog
+* Sat Aug 02 2014 Kalev Lember <kalevlember at gmail.com> - 1.0.25-12
+- Fix up previous commit
+
 * Sat Aug  2 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.0.25-11
 - Modernise spec
 - Generic 32/64bit platform detection


More information about the scm-commits mailing list