rpms/pyclutter/F-9 pyclutter.spec,1.7,1.8

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Wed May 28 14:54:59 UTC 2008


Author: allisson

Update of /cvs/extras/rpms/pyclutter/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv804/F-9

Modified Files:
	pyclutter.spec 
Log Message:

Rebuild against clutter-cairo



Index: pyclutter.spec
===================================================================
RCS file: /cvs/extras/rpms/pyclutter/F-9/pyclutter.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyclutter.spec	25 May 2008 00:33:04 -0000	1.7
+++ pyclutter.spec	28 May 2008 14:53:50 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:           pyclutter
 Version:        0.6.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python modules that allow you to use the Clutter toolkit
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@
 
 #BuildArch:      
 BuildRequires:  pygtk2-devel gtk2-devel clutter-devel clutter-gst-devel clutter-gtk-devel gstreamer-python
+BuildRequires:  clutter-cairo-devel
 
 %description
 This archive contains the Python modules that allow you to use the
@@ -26,6 +27,12 @@
 Requires:       clutter-gtk
 Requires:       pygtk2
 
+%description gtk
+This archive contains the Python modules that allow you to use the
+Clutter toolkit in Python programs.
+
+This package provides the binding for clutter-gtk
+
 %package gst
 Summary:        Python modules that allow you to use the Clutter-GST toolkit
 Group:          Development/Languages
@@ -34,20 +41,25 @@
 Requires:       pygobject2
 Requires:       gstreamer-python
 
-
-%description gtk
-This archive contains the Python modules that allow you to use the
-Clutter toolkit in Python programs.
-
-This package provides the binding for clutter-gtk
-
 %description gst
 This archive contains the Python modules that allow you to use the
 Clutter toolkit in Python programs.
 
 This package provides the binding for clutter-gst
 
+%package cairo
+Summary:        Python modules that allow you to use the Clutter-CAIRO toolkit
+Group:          Development/Languages
+Requires:       %{name} = %{version}-%{release}
+Requires:       clutter-cairo
+Requires:       pygobject2
+Requires:       pycairo
 
+%description cairo
+This archive contains the Python modules that allow you to use the
+Clutter toolkit in Python programs.
+
+This package provides the binding for clutter-cairo
 
 %package devel
 Summary:        Pyclutter development environment
@@ -98,6 +110,11 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/clutter/cluttergst.so
 
+%files cairo
+%defattr(-,root,root,-)
+%{python_sitearch}/clutter/cluttercairo.so
+
+
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/pyclutter-0.6.pc
@@ -108,6 +125,9 @@
 
 %changelog
 
+* Wed May 28 2008 Allisson Azevedo <allisson at gmail.com> 0.6.2-2
+- Rebuild against clutter-cairo
+
 * Tue May 20 2008 Allisson Azevedo <allisson at gmail.com> 0.6.2-1
 - Update to 0.6.2
 




More information about the scm-commits mailing list