Use make_install and make_build macros

This commit is contained in:
David King 2016-12-14 23:36:50 +00:00
parent 4eb49ded42
commit dd491d65b9

View File

@ -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 <releng@fedoraproject.org> - 1:1.3.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild