From 0f6a329d7b59fb0ac2a79ba4a4cef545dad15ff4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 21 Apr 2023 18:05:04 -0400 Subject: [PATCH] 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. --- libtimezonemap.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtimezonemap.spec b/libtimezonemap.spec index 1bfc327..a5d55b8 100644 --- a/libtimezonemap.spec +++ b/libtimezonemap.spec @@ -7,11 +7,11 @@ License: GPLv3 URL: https://launchpad.net/timezonemap Source0: https://github.com/dashea/timezonemap/archive/%{version}.tar.gz +BuildRequires: autoconf automake libtool BuildRequires: glib2-devel >= 2.26 BuildRequires: gtk3-devel >= 3.1.4 BuildRequires: json-glib-devel BuildRequires: gobject-introspection-devel -BuildRequires: gnome-common BuildRequires: libsoup-devel >= 2.42.0 BuildRequires: librsvg2-devel BuildRequires: make @@ -36,7 +36,7 @@ files used for building applications that use %{name}. %autosetup -n timezonemap-%{version} %build -./autogen.sh +autoreconf -fiv %configure make %{?_smp_mflags}