diff --git a/gnome-python2-desktop.spec b/gnome-python2-desktop.spec index 60b91f5..f13afe7 100644 --- a/gnome-python2-desktop.spec +++ b/gnome-python2-desktop.spec @@ -26,7 +26,7 @@ Name: gnome-python2-desktop Version: 2.24.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/Languages Summary: The sources for additional PyGNOME Python extension modules @@ -66,6 +66,7 @@ BuildRequires: metacity-devel >= %{metacity_version} BuildRequires: pygtk2-devel >= %{pygtk_version} BuildRequires: python-devel BuildRequires: totem-pl-parser-devel >= %{totem_version} +BuildRequires: autoconf, libtool %ifnarch s390 s390x BuildRequires: gnome-media-devel >= %{gnome_media_version} BuildRequires: nautilus-cd-burner-devel >= %{nautilus_cd_burner_version} @@ -231,6 +232,7 @@ via Python. %patch1 -p1 -b .missing-libgnomeui %build +autoreconf -f -i %configure --enable-metacity make @@ -316,6 +318,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/gtk-2.0/gnomekeyring.so %changelog +* Tue Dec 23 2008 Caolán McNamara - 2.24.1-2.fc11 +- make build + * Fri Dec 19 2008 Matthew Barnes - 2.24.1-1.fc11 - Update to 2.24.1 - Add patch for GNOME bug #564525 (build failure).