Use make_build and make_install macros

This commit is contained in:
Parag Nemade 2020-03-18 12:17:37 +05:30
parent 2baf99c36e
commit 5666309f99
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -1,6 +1,6 @@
Name: harfbuzz Name: harfbuzz
Version: 2.6.4 Version: 2.6.4
Release: 3%{?dist} Release: 4%{?dist}
Summary: Text shaping library Summary: Text shaping library
License: MIT License: MIT
@ -42,12 +42,11 @@ This package contains Harfbuzz ICU support library.
%build %build
%configure --disable-static --with-graphite2 --with-gobject --enable-introspection %configure --disable-static --with-graphite2 --with-gobject --enable-introspection
%{make_build}
make %{?_smp_mflags} V=1
%install %install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %{make_install}
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@ -88,6 +87,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_libdir}/libharfbuzz-icu.so.* %{_libdir}/libharfbuzz-icu.so.*
%changelog %changelog
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 2.6.4-4
- Use make_build and make_install macros
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-3 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild