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
%configure
make %{?_smp_mflags}
%make_build
cd po
touch *.po
make update-gmo
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
%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
- Update to 0.16
- 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild