Fix up previous commit

This commit is contained in:
Kalev Lember 2014-08-02 14:16:29 +02:00
parent 95f1313544
commit 99db2a0dd1

View File

@ -1,7 +1,7 @@
Summary: Library for reading and writing sound files Summary: Library for reading and writing sound files
Name: libsndfile Name: libsndfile
Version: 1.0.25 Version: 1.0.25
Release: 11%{?dist} Release: 12%{?dist}
License: LGPLv2+ and GPLv2+ and BSD License: LGPLv2+ and GPLv2+ and BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mega-nerd.com/libsndfile/ URL: http://www.mega-nerd.com/libsndfile/
@ -73,11 +73,12 @@ make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
rm -rf __docs
cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs cp -pR $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev/html __docs
rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev rm -rf $RPM_BUILD_ROOT%{_docdir}/libsndfile1-dev
# fix multilib issues # fix multilib issues
%if %{__isa_bits} == 6 %if %{__isa_bits} == 64
%define wordsize 64 %define wordsize 64
%else %else
%define wordsize 32 %define wordsize 32
@ -150,6 +151,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check
%changelog %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 * Sat Aug 2 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.25-11
- Modernise spec - Modernise spec
- Generic 32/64bit platform detection - Generic 32/64bit platform detection