SPECS: python-pygobject.spec - updated to 2.14.0 - added m4 patch
megabajt
megabajt at pld-linux.org
Sun Sep 16 16:38:05 CEST 2007
Author: megabajt Date: Sun Sep 16 14:38:05 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.14.0
- added m4 patch
---- Files affected:
SPECS:
python-pygobject.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/python-pygobject.spec
diff -u SPECS/python-pygobject.spec:1.24 SPECS/python-pygobject.spec:1.25
--- SPECS/python-pygobject.spec:1.24 Mon Feb 12 23:09:12 2007
+++ SPECS/python-pygobject.spec Sun Sep 16 16:38:00 2007
@@ -5,23 +5,24 @@
Summary: Python bindings for GObject library
Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
Name: python-%{module}
-Version: 2.12.3
+Version: 2.14.0
Release: 1
-License: LGPL
+License: LGPL v2+
Group: Libraries/Python
-Source0: http://ftp.gnome.org/pub/gnome/sources/pygobject/2.12/%{module}-%{version}.tar.bz2
-# Source0-md5: 009986021225b7ea6e0ba848707785af
+Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.14/%{module}-%{version}.tar.bz2
+# Source0-md5: de781a21f483c941a73009a9f68f150e
Patch0: %{name}-pc.patch
+Patch1: %{name}-m4.patch
URL: http://www.pygtk.org/
BuildRequires: autoconf >= 2.52
BuildRequires: automake >= 1:1.7
-BuildRequires: glib2-devel >= 1:2.12.4
+BuildRequires: glib2-devel >= 1:2.14.0
BuildRequires: libtool
-BuildRequires: libxslt-progs >= 1.1.17
+BuildRequires: libxslt-progs >= 1.1.22
BuildRequires: python-devel >= 1:2.3.5
%pyrequires_eq python-modules
BuildRequires: rpm-pythonprov
-Requires: glib2 >= 1:2.12.4
+Requires: glib2 >= 1:2.14.0
Conflicts: python-pygtk < 1:1.0
Obsoletes: python-pygtk-glarea
Obsoletes: python-pygtk-gobject
@@ -38,7 +39,7 @@
Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
Group: Development/Languages/Python
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 1:2.12.4
+Requires: glib2-devel >= 1:2.14.0
Requires: python-devel >= 1:2.3.5
%description devel
@@ -77,6 +78,7 @@
%prep
%setup -q -n %{module}-%{version}
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}
@@ -92,7 +94,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
- HTMLdir='%{_gtkdocdir}/%{module}'
+ TARGET_DIR=%{_gtkdocdir}/%{module}
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -137,6 +139,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2007/09/16 14:38:00 megabajt
+- updated to 2.14.0
+- added m4 patch
+
Revision 1.24 2007/02/12 22:09:12 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pygobject.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list