Use make_build and make_install macros

This commit is contained in:
Kalev Lember 2017-08-21 22:55:46 +02:00
parent 902d7aab32
commit d9ba0a6d8c

View File

@ -29,14 +29,14 @@ homedirectory based on the defaults configured by the administrator.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
cd po cd po
touch *.po touch *.po
make update-gmo make update-gmo
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install
%find_lang %name %find_lang %name
@ -56,6 +56,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 0.16-1 * Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 0.16-1
- Update to 0.16 - Update to 0.16
- Use license macro for COPYING - Use license macro for COPYING
- Use make_build and make_install macros
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-11 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild