diff --git a/libvorbis.spec b/libvorbis.spec index d8e2bd1..32aff5d 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -50,10 +50,10 @@ sed -i "s/-mcpu=750//" configure %build %configure --with-ogg-libraries=%{_libdir} --disable-static -make +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install docdir=%{_pkgdocdir} +%make_install docdir=%{_pkgdocdir} # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -88,6 +88,7 @@ make check - Update to 1.3.5 (#1197923) - Use license macro for COPYING - Tighten subpackage dependencies +- Use make_install and make_build macros * Thu Feb 04 2016 Fedora Release Engineering - 1:1.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild