rpms/straw/devel straw.spec,1.16,1.17

Jochen Schmitt s4504kr at fedoraproject.org
Thu Nov 20 20:02:38 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/straw/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2146

Modified Files:
	straw.spec 
Log Message:
Fix FTBFS


Index: straw.spec
===================================================================
RCS file: /cvs/extras/rpms/straw/devel/straw.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- straw.spec	7 Jul 2008 19:25:50 -0000	1.16
+++ straw.spec	20 Nov 2008 20:02:07 -0000	1.17
@@ -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 @@
 %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: 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 @@
 %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 <Jochen herr-schmitt de> - 0.27-14
+- Include egg-info file into package
+- Add gnome-python2-gnome as BR and Req.
+
 * Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.27-13
 - fix conditional comparison
 




More information about the fedora-extras-commits mailing list