Use make_build and make_install macros
This commit is contained in:
parent
902d7aab32
commit
d9ba0a6d8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user