rpms/pygobject2/devel pygobject2.spec,1.66,1.67

Colin Walters walters at fedoraproject.org
Wed Jul 7 14:44:33 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/pygobject2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10045

Modified Files:
	pygobject2.spec 
Log Message:
* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-2
- Update to latest upstream
- Drop upstreamed patches
- Require pycairo, since we have a module that uses it
- Drop libtool overriding; was not commented and seems fine
  without
- Drop --enable-thread, it's default now
- Drop --enable-pygi, it's default now
- Drop clean section, no longer needed in F-14
- Drop python-sitearch copy&paste, no longer needed in F-14
- Add SMP flags to make



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- pygobject2.spec	7 Jul 2010 14:24:40 -0000	1.66
+++ pygobject2.spec	7 Jul 2010 14:44:32 -0000	1.67
@@ -24,11 +24,15 @@ Source: http://ftp.gnome.org/pub/GNOME/s
 
 ### Build Dependencies ###
 
-BuildRequires: automake
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
-BuildRequires: libtool
 BuildRequires: python2-devel >= %{python2_version}
+BuildRequires: pycairo
+# Bootstrap requirements
+BuildRequires: automake autoconf libtool
+
+# The cairo override module depends on this
+Requires: pycairo
 
 %description
 The %{name} package provides a convenient wrapper for the GObject library
@@ -70,7 +74,7 @@ This package contains documentation file
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -112,15 +116,17 @@ rm examples/Makefile*
 %{_datadir}/pygobject/xsl
 
 %changelog
-* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-1
+* Wed Jul  7 2010 Colin Walters <walters at verbum.org> - 2.21.4-2
 - Update to latest upstream
 - Drop upstreamed patches
+- Require pycairo, since we have a module that uses it
 - Drop libtool overriding; was not commented and seems fine
   without
 - Drop --enable-thread, it's default now
 - Drop --enable-pygi, it's default now
 - Drop clean section, no longer needed in F-14
 - Drop python-sitearch copy&paste, no longer needed in F-14
+- Add SMP flags to make
 
 * Thu May 27 2010 Colin Walters <walters at verbum.org> - 2.21.1-9
 - Readd my patch to not blow up mysteriously



More information about the scm-commits mailing list