No need to call autogen.sh in %prep section

This commit is contained in:
Parag Nemade 2020-04-18 10:49:28 +05:30
parent 730a81de35
commit fae75ce848
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: 3%{?dist}
Release: 4%{?dist}
Summary: The M17N engine for IBus platform
License: GPLv2+
URL: https://github.com/ibus/ibus-m17n
@ -19,8 +19,6 @@ Patch101: ibus-m17n-hide-title-status.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1076945
Patch103: ibus-m17n-enable-ar-kbd.patch
# The following BR is for autogen and not necessary when packging
# released tarballs.
BuildRequires: gettext-devel >= 0.19
BuildRequires: libtool
BuildRequires: pkgconfig
@ -45,7 +43,6 @@ the input table maps from m17n-db.
%patch101 -p1 -b .hide-title-status
%patch103 -p1 -b .enable-ar-kbd
NOCONFIGURE=1 ./autogen.sh
%build
%configure --disable-static --with-gtk=3.0
@ -74,7 +71,10 @@ 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
* Sat Apr 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.4.2-4
- No need to call autogen.sh in %%prep section
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 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