Fix build

This commit is contained in:
leigh123linux 2018-08-13 14:22:46 +01:00
parent b2a0cbe738
commit af707bc203
1 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Summary: Library for accessing various audio file formats
Name: audiofile
Version: 0.3.6
Release: 18%{?dist}
Release: 19%{?dist}
Epoch: 1
# library is LGPL / the two programs GPL / see README
License: LGPLv2+ and GPLv2+
@ -55,11 +55,11 @@ other resources you can use to develop Audio File applications.
%patch5 -p1 -b .pull44
%build
%configure --disable-static
make %{?_smp_mflags} LIBTOOL="/usr/bin/libtool"
%configure
%make_build
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%make_install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
@ -92,6 +92,9 @@ make check
%{_mandir}/man3/*
%changelog
* Mon Aug 13 2018 Leigh Scott <leigh123linux@googlemail.com> - 1:0.3.6-19
- Fix build
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.6-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild