No need to call autogen.sh in %prep section
This commit is contained in:
parent
730a81de35
commit
fae75ce848
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ibus-m17n
|
Name: ibus-m17n
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The M17N engine for IBus platform
|
Summary: The M17N engine for IBus platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/ibus/ibus-m17n
|
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
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1076945
|
||||||
Patch103: ibus-m17n-enable-ar-kbd.patch
|
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: gettext-devel >= 0.19
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -45,7 +43,6 @@ the input table maps from m17n-db.
|
|||||||
%patch101 -p1 -b .hide-title-status
|
%patch101 -p1 -b .hide-title-status
|
||||||
%patch103 -p1 -b .enable-ar-kbd
|
%patch103 -p1 -b .enable-ar-kbd
|
||||||
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-gtk=3.0
|
%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
|
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.m17n.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%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
|
- Use make_build and make_install macros
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
||||||
|
Loading…
Reference in New Issue
Block a user