- Update to 2.19.0
This commit is contained in:
parent
96277b91c9
commit
6665717260
@ -1 +1 @@
|
||||
pygobject-2.18.0.tar.bz2
|
||||
pygobject-2.19.0.tar.bz2
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
# Last updated for version 2.18.0
|
||||
%define glib2_version 2.16.0
|
||||
%define python2_version 2.3.5
|
||||
# Last updated for version 2.19.0
|
||||
%define glib2_version 2.16.0
|
||||
%define gobject_introspection_version 0.6.3
|
||||
%define python2_version 2.3.5
|
||||
|
||||
# XXX Disable this and use "make <my-real-arch>" instead of
|
||||
# "make local" when building locally to avoid avoid the
|
||||
@ -13,8 +14,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.18.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.19.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -26,6 +27,7 @@ Source: pygobject-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python2-devel >= %{python2_version}
|
||||
|
||||
@ -47,6 +49,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-codegen = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: gobject-introspection-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
@ -94,6 +97,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%defattr(755, root, root, 755)
|
||||
%{python_sitearch}/gtk-2.0/gio
|
||||
%{python_sitearch}/gtk-2.0/girepository
|
||||
%{python_sitearch}/gtk-2.0/glib
|
||||
%{python_sitearch}/gtk-2.0/gobject
|
||||
|
||||
@ -109,6 +113,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/pygobject
|
||||
%dir %{_includedir}/pygtk-2.0
|
||||
%{_datadir}/pygobject/2.0/defs
|
||||
%{_includedir}/pygobject/bank.h
|
||||
%{_includedir}/pygtk-2.0/pyglib.h
|
||||
%{_includedir}/pygtk-2.0/pygobject.h
|
||||
%{_libdir}/pkgconfig/pygobject-2.0.pc
|
||||
@ -119,6 +124,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Tue Aug 11 2009 Matthew Barnes <mbarnes@redhat.com> - 2.19.0-1.fc12
|
||||
- Update to 2.19.0
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user