From af707bc2036e06f26e3b1433d51db29a632a3b79 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Aug 13 2018 13:22:46 +0000 Subject: Fix build --- diff --git a/audiofile.spec b/audiofile.spec index 53d7dad..5d3065c 100644 --- a/audiofile.spec +++ b/audiofile.spec @@ -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 - 1:0.3.6-19 +- Fix build + * Thu Jul 12 2018 Fedora Release Engineering - 1:0.3.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild