rpms/pyclutter/F-13 .cvsignore, 1.11, 1.12 pyclutter.spec, 1.20, 1.21 sources, 1.13, 1.14 import.log, 1.3, NONE

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 4 00:04:46 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/pyclutter/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23556

Modified Files:
	.cvsignore pyclutter.spec sources 
Removed Files:
	import.log 
Log Message:
- remove import.org


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyclutter/F-13/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	25 Jan 2010 11:44:44 -0000	1.11
+++ .cvsignore	4 Apr 2010 00:04:45 -0000	1.12
@@ -1 +1 @@
-pyclutter-1.0.0.tar.bz2
+pyclutter-1.0.2.tar.bz2


Index: pyclutter.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyclutter/F-13/pyclutter.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pyclutter.spec	25 Jan 2010 11:44:44 -0000	1.20
+++ pyclutter.spec	4 Apr 2010 00:04:46 -0000	1.21
@@ -2,51 +2,24 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pyclutter
-Version:        1.0.0
+Version:        1.0.2
 Release:        1%{?dist}
 Summary:        Python modules that allow you to use the Clutter toolkit
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.clutter-project.org/
-Source0:        http://www.clutter-project.org/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
+Source0:        http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-#BuildArch:      
-BuildRequires:  pygtk2-devel gtk2-devel clutter-devel clutter-gst-devel clutter-gtk-devel
-BuildRequires:  gstreamer-python-devel
+BuildRequires:  pygtk2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  clutter-devel
 
 %description
 This archive contains the Python modules that allow you to use the
 Clutter toolkit in Python programs.
 
-%package gtk
-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
-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
-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
-Clutter toolkit in Python programs.
-
-This package provides the binding for clutter-gst
-
 %package devel
 Summary:        Pyclutter development environment
 Group:          Development/Libraries
@@ -58,54 +31,39 @@ Header files and libraries for building 
 Pyclutter
 
 %prep
-%setup -q -n %{name}-%{version}
-
+%setup -q
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p" 
 
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%dir %{python_sitearch}/clutter
-%exclude %{python_sitearch}/clutter/*.la
-%{python_sitearch}/clutter/_clutter.so
-%{python_sitearch}/clutter/__init__.py*
-%{python_sitearch}/clutter/keysyms.py*
-%{python_sitearch}/clutter/deprecation.py*
-%dir %{_datadir}/%{name}
-#%dir %{_datadir}/%{name}/defs
-#%{_datadir}/%{name}/defs/*.defs
-%dir %{_datadir}/%{name}/1.0
-%dir %{_datadir}/%{name}/1.0/defs
-%{_datadir}/%{name}/1.0/defs/*.defs
-
-%files gtk
-%defattr(-,root,root,-)
-%{python_sitearch}/cluttergtk
-
-%files gst
-%defattr(-,root,root,-)
-%{python_sitearch}/cluttergst
+%{python_sitearch}/clutter/
+%{_datadir}/%{name}/
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/pkgconfig/pyclutter-0.9.pc
-%dir %{_includedir}/%{name}-1.0/
-%dir %{_includedir}/%{name}-1.0/%{name}/
-%{_includedir}/%{name}-1.0/%{name}/%{name}.h
-
+%{_includedir}/%{name}-1.0/
+%{_datadir}/gtk-doc/html/%{name}/
+%{_libdir}/pkgconfig/pyclutter-1.0.pc
 
 %changelog
+* Sat Apr  3 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0.2-1
+- New upstream 1.0.2 release
+- Fix build, drop pyclutter-gst and pyclutter-gst as they're now separate
+
 * Mon Jan 25 2010 Peter Robinson <pbrobinson at gmail.com> - 1.0.0-1
 - New upstream 1.0.0, python spec fixups
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyclutter/F-13/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	25 Jan 2010 11:44:44 -0000	1.13
+++ sources	4 Apr 2010 00:04:46 -0000	1.14
@@ -1 +1 @@
-1cfbb64eceef6828e47e9a64689ffa41  pyclutter-1.0.0.tar.bz2
+6655951d0e1edf4a5db304efa972b730  pyclutter-1.0.2.tar.bz2


--- import.log DELETED ---



More information about the scm-commits mailing list