update to upstream 2.90.4
This commit is contained in:
parent
2cafc2e147
commit
fb0ea87cdf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pygobject-2.90.2.tar.bz2
|
||||
/pygobject-2.90.3.tar.gz
|
||||
/pygobject-2.90.3.tar.bz2
|
||||
/pygobject-2.90.4.tar.xz
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject3
|
||||
Version: 2.90.3
|
||||
Version: 2.90.4
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+ and MIT
|
||||
Group: Development/Languages
|
||||
@ -19,7 +19,7 @@ Summary: Python 2 bindings for GObject Introspection
|
||||
URL: https://live.gnome.org/PyGObject
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
#VCS: git:git://git.gnome.org/pygobject
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.90/pygobject-%{version}.tar.bz2
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.90/pygobject-%{version}.tar.xz
|
||||
|
||||
### Patches ###
|
||||
|
||||
@ -61,7 +61,7 @@ Summary: Python 3 bindings for GObject Introspection
|
||||
Group: Development/Languages
|
||||
|
||||
# The cairo override module depends on this
|
||||
#Requires: python3-cairo
|
||||
Requires: python3-cairo
|
||||
Requires: gobject-introspection >= %{gobject_introspection_version}
|
||||
|
||||
%description -n python3-gobject
|
||||
@ -107,27 +107,12 @@ export PYTHON
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
popd
|
||||
|
||||
# dsextra stuff is for windows installs so remove it
|
||||
rm $RPM_BUILD_ROOT/%{python3_sitearch}/gtk-2.0/*
|
||||
rmdir $RPM_BUILD_ROOT/%{python3_sitearch}/gtk-2.0
|
||||
|
||||
%endif # with_python3
|
||||
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
find $RPM_BUILD_ROOT -name '*.a' -delete
|
||||
|
||||
rm examples/Makefile*
|
||||
|
||||
# dsextra stuff is for windows installs so remove it
|
||||
rm $RPM_BUILD_ROOT/%{python_sitearch}/gtk-2.0/*
|
||||
rmdir $RPM_BUILD_ROOT/%{python_sitearch}/gtk-2.0
|
||||
|
||||
# docs are out of date and are being reworked upstream
|
||||
# so remove them
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/pygobject
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -161,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/pygobject
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Thu Sep 15 2011 John (J5) Palmieri <johnp@gnome.org> - 2.90.4-1
|
||||
- update to 2.90.4
|
||||
- get rid of packaging cruft that is taken care of by upstream now
|
||||
|
||||
* Wed Aug 31 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2.90.3-1
|
||||
- udpate to 2.90.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user