rpms/pyclutter/devel pyclutter.spec,1.21,1.22

Ankur Sinha ankursinha at fedoraproject.org
Sat Mar 13 08:50:10 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/pyclutter/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30114

Modified Files:
	pyclutter.spec 
Log Message:
updated spec , attempt to rebuild to fix broken deps


Index: pyclutter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyclutter/devel/pyclutter.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- pyclutter.spec	13 Mar 2010 08:35:53 -0000	1.21
+++ pyclutter.spec	13 Mar 2010 08:50:09 -0000	1.22
@@ -3,7 +3,7 @@
 
 Name:           pyclutter
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python modules that allow you to use the Clutter toolkit
 
 Group:          Development/Languages
@@ -24,6 +24,8 @@ Clutter toolkit in Python programs.
 Summary:        Python modules that allow you to use the Clutter-GTK toolkit
 Group:          Development/Languages
 Requires:       %{name} = %{version}-%{release}
+Requires:       clutter-gtk
+Requires:       pygtk2
 
 %description gtk
 This archive contains the Python modules that allow you to use the
@@ -35,6 +37,9 @@ This package provides the binding for cl
 Summary:        Python modules that allow you to use the Clutter-GST toolkit
 Group:          Development/Languages
 Requires:       %{name} = %{version}-%{release}
+Requires:       clutter-gst
+Requires:       pygobject2
+Requires:       gstreamer-python
 
 %description gst
 This archive contains the Python modules that allow you to use the
@@ -46,6 +51,7 @@ This package provides the binding for cl
 Summary:        Pyclutter development environment
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       python-devel clutter-devel pygobject2-devel
 
 %description devel
 Header files and libraries for building a extension library for the
@@ -100,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 13 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.0.0-3
+- build error fixes, attempt rebuild
+
 * Sat Mar 13 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> -1.0.0-2
 - spec fixes, rebuild to fix broken deps
 



More information about the scm-commits mailing list