diff --git a/atk.spec b/atk.spec index 82594b8..3894768 100644 --- a/atk.spec +++ b/atk.spec @@ -13,8 +13,6 @@ Source0: http://download.gnome.org/sources/atk/2.24/atk-%{version}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gettext BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version} -# Bootstrap requirements -BuildRequires: gnome-common gtk-doc %description The ATK library provides a set of interfaces for adding accessibility @@ -35,8 +33,7 @@ needed for development of applications or toolkits which use ATK. %setup -q %build -(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; - %configure $CONFIGFLAGS) +%configure make %{?_smp_mflags} %install @@ -50,7 +47,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig - %files -f atk10.lang %license COPYING %doc README AUTHORS NEWS