From cd78d5f8f58ae4883059022bf25c3c91dac3c329 Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Nov 20 2008 20:02:07 +0000 Subject: Fix FTBFS --- diff --git a/straw.spec b/straw.spec index adc4595..f77f985 100644 --- a/straw.spec +++ b/straw.spec @@ -5,7 +5,7 @@ Summary: Desktop news aggregator Name: straw Version: 0.27 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://www.gnome.org/projects/straw/ @@ -17,6 +17,7 @@ Requires: python >= 2.4 %if 0%{?fedora} > 6 BuildRequires: python-devel %endif +Requires: gnome-python2-gnome Requires: gnome-python2-gnomevfs Requires: gnome-python2-gtkhtml2 Requires: gnome-python2-libegg @@ -34,6 +35,7 @@ BuildRequires: dbus-python BuildRequires: pygtk2-libglade BuildRequires: pygtk2 >= 2.8.0 BuildRequires: desktop-file-utils +BuildRequires: gnome-python2-gnome BuildRequires: gnome-python2-gconf BuildRequires: intltool @@ -96,12 +98,17 @@ fi %doc LICENSE NEWS README TODO ChangeLog AUTHORS %{_bindir}/%{name} %{python_sitelib}/straw/ +%{python_sitelib}/*egg-info %{_datadir}/straw/ %{_datadir}/applications/%{desktop_vendor}-%{name}.desktop %{_datadir}/pixmaps/%{name}.png %changelog +* Thu Nov 20 2008 Jochen Schmitt - 0.27-14 +- Include egg-info file into package +- Add gnome-python2-gnome as BR and Req. + * Mon Jul 7 2008 Tom "spot" Callaway - 0.27-13 - fix conditional comparison