From 2d398824d4b769c90cab69514cde67a2e69e2dd7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 28 Sep 2016 15:21:35 +0200 Subject: [PATCH] Drop unneeded autoreconf calls The patch that touched the build system is long gone. --- gobject-introspection.spec | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index a9a2a31..9294ee9 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -9,11 +9,6 @@ License: GPLv2+, LGPLv2+, MIT URL: https://wiki.gnome.org/Projects/GObjectIntrospection Source0: https://download.gnome.org/sources/gobject-introspection/1.50/%{name}-%{version}.tar.xz -# Support builds from git -BuildRequires: autoconf automake libtool -# For docs -BuildRequires: gtk-doc - BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: python-devel >= 2.5 BuildRequires: gettext @@ -29,9 +24,6 @@ BuildRequires: libX11-devel BuildRequires: fontconfig-devel BuildRequires: libXft-devel BuildRequires: freetype-devel -# Bootstrap requirements -BuildRequires: gnome-common -BuildRequires: intltool BuildRequires: gtk-doc # For doctool BuildRequires: python-mako @@ -59,20 +51,6 @@ Libraries and headers for gobject-introspection %autosetup -Sgit %build -# I'm getting autotools breakage due to -# timestamps; let's just always do "real" builds. -# DELETEME: https://git.gnome.org/browse/gobject-introspection/commit/?id=f7b2e1c5e948bfabb7c51eb73d42689bced6cb79 -if ! test -f autogen.sh; then - cat >autogen.sh <