epel9
leigh123linux 7 years ago
parent b2a0cbe738
commit af707bc203

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

Loading…
Cancel
Save