rpms/pygobject2/devel pygobject2.spec,1.30,1.31

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Fri Oct 26 17:28:55 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/pygobject2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16753

Modified Files:
	pygobject2.spec 
Log Message:

* Fri Oct 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-2.fc9
- Remove redundant requirements.
- Use name tag where appropriate.



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- pygobject2.spec	16 Sep 2007 22:06:00 -0000	1.30
+++ pygobject2.spec	26 Oct 2007 17:28:03 -0000	1.31
@@ -9,7 +9,7 @@
 
 Name: pygobject2
 Version: 2.14.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GObject
@@ -17,11 +17,6 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Source: pygobject-%{version}.tar.bz2
 
-### Dependencies ###
-
-Requires: glib2 >= %{glib2_version}
-Requires: python2 >= %{python2_version}
-
 ### Build Dependencies ###
 
 BuildRequires: automake >= %{automake_version}
@@ -30,34 +25,33 @@
 BuildRequires: python2-devel >= %{python2_version}
 
 %description
-pygobject2 provides a convenient wrapper for the GObject library
+The %{name} package provides a convenient wrapper for the GObject library
 for use in Python programs.
 
 %package devel
 Summary: Development files for building add-on libraries
 Group: Development/Languages
-Requires: pygobject2 = %{version}-%{release}
-Requires: pygobject2-doc = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-doc = %{version}-%{release}
 Requires: glib2-devel
 Requires: pkgconfig
 
 %description devel
-This package contains files required to build wrappers for
-pygobject2-based libraries such as pygtk2.
+This package contains files required to build wrappers for %{name}-based
+libraries such as pygtk2.
 
 %package doc
-Summary: Documentation files for pygobject2
+Summary: Documentation files for %{name}
 Group: Development/Languages
 
 %description doc
-This package contains documentation files for pygobject2.
+This package contains documentation files for %{name}.
 
 %prep
 %setup -q -n pygobject-%{version}
 
 %build
-# --disable-docs doesn't work; it builds the docs anyway.
-%configure --enable-thread --disable-docs
+%configure --enable-thread
 export tagname=CC
 make LIBTOOL=/usr/bin/libtool
 
@@ -97,6 +91,10 @@
 %{_datadir}/pygobject/xsl
 
 %changelog
+* Fri Oct 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-2.fc9
+- Remove redundant requirements.
+- Use name tag where appropriate.
+
 * Sun Sep 16 2007 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-1.fc8
 - Update to 2.14.0
 




More information about the fedora-extras-commits mailing list