0.9.3
This commit is contained in:
parent
71ed5e73f6
commit
109438fd06
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
gobject-introspection-0.9.2.tar.gz
|
gobject-introspection-0.9.2.tar.gz
|
||||||
|
gobject-introspection-0.9.3.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Release: 5%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
@ -10,12 +10,7 @@ Group: Development/Libraries
|
|||||||
License: GPLv2+, LGPLv2+, MIT
|
License: GPLv2+, LGPLv2+, MIT
|
||||||
URL: http://live.gnome.org/GObjectIntrospection
|
URL: http://live.gnome.org/GObjectIntrospection
|
||||||
#VCS: git:git://git.gnome.org/gobject-introspection
|
#VCS: git:git://git.gnome.org/gobject-introspection
|
||||||
Source0: gobject-introspection-0.9.2.tar.gz
|
Source0: gobject-introspection-0.9.3.tar.gz
|
||||||
Patch0: 0001-girepository-Actually-verify-header-of-loaded-typeli.patch
|
|
||||||
|
|
||||||
# rhbz#617782
|
|
||||||
# Taken from http://bugzilla-attachments.gnome.org/attachment.cgi?id=166409
|
|
||||||
Patch1: py2.7-compat.patch
|
|
||||||
|
|
||||||
Obsoletes: gir-repository
|
Obsoletes: gir-repository
|
||||||
|
|
||||||
@ -56,9 +51,7 @@ Obsoletes: gir-repository-devel
|
|||||||
Libraries and headers for gobject-introspection
|
Libraries and headers for gobject-introspection
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gobject-introspection-0.9.2
|
%setup -q -n gobject-introspection-0.9.3
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
@ -101,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
|||||||
%{_datadir}/gtk-doc/html/gi/*
|
%{_datadir}/gtk-doc/html/gi/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 3 2010 MAtthias Clasen <mclasen@redhat.com> - 0.9.3-1
|
||||||
|
- Update to 0.9.3
|
||||||
|
|
||||||
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.2-5
|
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.2-5
|
||||||
- Cherrypick patch for python 2.7 compatibility (patch 1; rhbz#617782)
|
- Cherrypick patch for python 2.7 compatibility (patch 1; rhbz#617782)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user