diff --git a/gnome-python2-desktop.spec b/gnome-python2-desktop.spec index 3455a41..3c307f0 100644 --- a/gnome-python2-desktop.spec +++ b/gnome-python2-desktop.spec @@ -21,13 +21,18 @@ Name: gnome-python2-desktop Version: 2.17.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL/LGPL Group: Development/Languages Summary: The sources for additional PyGNOME Python extension modules BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Source: gnome-python-desktop-%{version}.tar.bz2 +### Patches ### + +# GNOME bug #401760 +Patch1: gnome-python-desktop-2.17.3-fix-plparser.patch + ### Dependencies ### Requires: gnome-python2 >= %{gnome_python_version} @@ -50,7 +55,6 @@ BuildRequires: metacity >= %{metacity_version} BuildRequires: pygtk2-devel >= %{pygtk_version} BuildRequires: python-devel BuildRequires: totem-devel >= %{totem_version} -BuildRequires: totem-plparser >= %{totem_version} %ifnarch s390 s390x BuildRequires: gnome-media-devel >= %{gnome_media_version} BuildRequires: nautilus-cd-burner-devel >= %{nautilus_cd_burner_version} @@ -185,6 +189,7 @@ via Python. %prep %setup -q -n gnome-python-desktop-%{version} +%patch1 -p1 -b .fix-plparser %build %configure @@ -268,8 +273,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/gtk-2.0/gnomekeyring.so %changelog +* Mon Feb 05 2007 Matthew Barnes - 2.17.3-3.fc7 +- Add patch for GNOME bug #401760 (plparser fails to build). + * Mon Feb 05 2007 Matthew Barnes - 2.17.3-2.fc7 -- Add missing BuildRequires: totem-plparser. - Rename spec file to gnome-python2-desktop.spec (RH bug #225832). * Mon Jan 08 2007 Matthew Barnes - 2.17.3-1