packages: python-pygobject3/python-pygobject3.spec - up to 3.0.0 - moved he...
wiget
wiget at pld-linux.org
Mon Sep 19 20:30:47 CEST 2011
Author: wiget Date: Mon Sep 19 18:30:47 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 3.0.0
- moved headers and pkgconfig files to common-devel subpackage
---- Files affected:
packages/python-pygobject3:
python-pygobject3.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/python-pygobject3/python-pygobject3.spec
diff -u packages/python-pygobject3/python-pygobject3.spec:1.3 packages/python-pygobject3/python-pygobject3.spec:1.4
--- packages/python-pygobject3/python-pygobject3.spec:1.3 Mon Sep 19 12:36:53 2011
+++ packages/python-pygobject3/python-pygobject3.spec Mon Sep 19 20:30:42 2011
@@ -11,20 +11,19 @@
Summary: Python bindings for GObject library
Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
Name: python-%{module}3
-Version: 2.90.4
+Version: 3.0.0
Release: 1
License: LGPL v2+
Group: Libraries/Python
-Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.90/%{module}-%{version}.tar.xz
-# Source0-md5: 6dabf53b89f569ff429ebd9c1fd03cad
+Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.0/%{module}-%{version}.tar.xz
+# Source0-md5: 42b940ec9ed64b1c5f0e79164cd0c93f
URL: http://www.pygtk.org/
BuildRequires: autoconf >= 2.52
-BuildRequires: automake >= 1:1.7
+BuildRequires: automake >= 1:1.11
BuildRequires: glib2-devel >= 1:2.24.0
-BuildRequires: gobject-introspection-devel >= 0.10.2
+BuildRequires: gobject-introspection-devel >= 1.29.0
BuildRequires: libffi-devel >= 3.0
BuildRequires: libtool
-BuildRequires: libxslt-progs >= 1.1.22
BuildRequires: pkgconfig
BuildRequires: rpm-pythonprov
BuildRequires: tar >= 1:1.22
@@ -35,13 +34,13 @@
%pyrequires_eq python-modules
%endif
%if %{with python3}
-BuildRequires: python3
-BuildRequires: python3-devel
-BuildRequires: python3-modules
-BuildRequires: python3-pycairo-devel >= 1.8.10
+BuildRequires: python3 >= 3.1
+BuildRequires: python3-devel >= 3.1
+BuildRequires: python3-modules >= 3.1
+BuildRequires: python3-pycairo-devel >= 1.10.0
%endif
Requires: glib2 >= 1:2.24.0
-Requires: gobject-introspection >= 0.9.5
+Requires: gobject-introspection >= 1.29.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# python provides Py* and _Py* symbols at runtime
@@ -53,11 +52,30 @@
%description -l pl.UTF-8
Wiązania Pythona do biblioteki GObject.
+%package common-devel
+Summary: Python bindings for GObject library
+Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
+Group: Development/Languages/Python
+Requires: %{name} = %{version}-%{release}
+Requires: glib2-devel >= 1:2.24.0
+Requires: libffi-devel >= 3.0
+
+%description devel
+This package contains headers files required to build wrappers
+for GObject addon libraries so that they interoperate with Python
+bindings.
+
+%description devel -l pl.UTF-8
+Pakiet zawiera pliki nagłówkowe wymagane do zbudowania funkcji
+do biblioteki GObject, tak by mogły te biblioteki kooperowaći
+z wiązaniami Pythona.
+
%package devel
Summary: Python bindings for GObject library
Summary(pl.UTF-8): Wiązania Pythona do biblioteki GObject
Group: Development/Languages/Python
Requires: %{name} = %{version}-%{release}
+Requires: %{name}-common-devel = %{version}-%{release}
Requires: glib2-devel >= 1:2.24.0
Requires: libffi-devel >= 3.0
Requires: python-devel >= 1:2.5.2
@@ -87,8 +105,9 @@
Group: Development/Languages/Python
Requires: glib2-devel >= 1:2.24.0
Requires: libffi-devel >= 3.0
-Requires: python3-devel
+Requires: python3-devel >= 3.1
Requires: python3-pygobject3 = %{version}-%{release}
+Requires: %{name}-common-devel = %{version}-%{release}
%description -n python3-pygobject3-devel
This package contains files required to build wrappers for GObject
@@ -204,11 +223,14 @@
%attr(755,root,root) %{py_sitedir}/gi/_gobject/_gobject.so
%{py_sitedir}/gi/_gobject/*.py[co]
-%files devel
+%files common-devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpyglib-gi-2.0-python.so
%{_includedir}/pygobject-3.0
%{_pkgconfigdir}/pygobject-3.0.pc
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpyglib-gi-2.0-python.so
%endif
%if %{with python3}
@@ -256,6 +278,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/09/19 18:30:42 wiget
+- up to 3.0.0
+- moved headers and pkgconfig files to common-devel subpackage
+
Revision 1.3 2011/09/19 10:36:53 wiget
- up to 2.90.4
- apidocs disabled by upstream
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pygobject3/python-pygobject3.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list