Fix up previous commit

This commit is contained in:
Kalev Lember 2014-08-02 14:16:29 +02:00
parent 95f1313544
commit 99db2a0dd1
1 changed files with 6 additions and 2 deletions

View File

@ -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@gmail.com> - 1.0.25-12
- Fix up previous commit
* Sat Aug 2 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.25-11
- Modernise spec
- Generic 32/64bit platform detection