Use autoreconf instead of gnome-common
gnome-common is unmaintained and unwanted in RHEL/ELN, and this package does not depend on any of its m4 macros.
This commit is contained in:
parent
0f9dbdc21e
commit
0f6a329d7b
@ -7,11 +7,11 @@ License: GPLv3
|
|||||||
URL: https://launchpad.net/timezonemap
|
URL: https://launchpad.net/timezonemap
|
||||||
Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
|
Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: glib2-devel >= 2.26
|
BuildRequires: glib2-devel >= 2.26
|
||||||
BuildRequires: gtk3-devel >= 3.1.4
|
BuildRequires: gtk3-devel >= 3.1.4
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: libsoup-devel >= 2.42.0
|
BuildRequires: libsoup-devel >= 2.42.0
|
||||||
BuildRequires: librsvg2-devel
|
BuildRequires: librsvg2-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -36,7 +36,7 @@ files used for building applications that use %{name}.
|
|||||||
%autosetup -n timezonemap-%{version}
|
%autosetup -n timezonemap-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user