Use make_build and make_install macros

This commit is contained in:
Parag Nemade 2020-03-18 12:27:25 +05:30
parent a3349b5b03
commit 730a81de35
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -2,7 +2,7 @@
Name: ibus-m17n
Version: 1.4.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: The M17N engine for IBus platform
License: GPLv2+
URL: https://github.com/ibus/ibus-m17n
@ -50,10 +50,10 @@ NOCONFIGURE=1 ./autogen.sh
%build
%configure --disable-static --with-gtk=3.0
# make -C po update-gmo
make %{?_smp_mflags}
%{make_build}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%{make_install}
%find_lang %{name}
@ -74,6 +74,9 @@ make check
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
%changelog
* Wed Mar 18 2020 Parag Nemade <pnemade@fedoraproject.org> - 1.4.2-3
- Use make_build and make_install macros
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild