Update to 1.33.2
This commit is contained in:
parent
289e364569
commit
1142a86b7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/gobject-introspection-1.31.22.tar.xz
|
||||
/gobject-introspection-1.32.0.tar.xz
|
||||
/gobject-introspection-1.32.1.tar.xz
|
||||
/gobject-introspection-1.33.2.tar.xz
|
||||
|
@ -1,34 +0,0 @@
|
||||
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in
|
||||
index 32e7877..9613fec 100644
|
||||
--- a/gobject-introspection-1.0.pc.in
|
||||
+++ b/gobject-introspection-1.0.pc.in
|
||||
@@ -14,8 +14,10 @@ girdir=${datadir}/gir-1.0
|
||||
typelibdir=${libdir}/girepository-1.0
|
||||
|
||||
Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@
|
||||
-Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0 @FFI_PC_PACKAGES@
|
||||
-Libs: -L${libdir} -lgirepository-1.0 @FFI_PC_LIBS@
|
||||
+Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
|
||||
+Requires.private: @FFI_PC_PACKAGES@
|
||||
+Libs: -L${libdir} -lgirepository-1.0
|
||||
+Libs.private: @FFI_PC_LIBS@
|
||||
|
||||
Name: gobject-introspection
|
||||
Description: GObject Introspection
|
||||
diff --git a/gobject-introspection-no-export-1.0.pc.in b/gobject-introspection-no-export-1.0.pc.in
|
||||
index 110cb75..a6d6cc6 100644
|
||||
--- a/gobject-introspection-no-export-1.0.pc.in
|
||||
+++ b/gobject-introspection-no-export-1.0.pc.in
|
||||
@@ -13,8 +13,10 @@ girdir=${datadir}/gir-1.0
|
||||
typelibdir=${libdir}/girepository-1.0
|
||||
|
||||
Cflags: -I${includedir}/gobject-introspection-1.0 @FFI_PC_CFLAGS@
|
||||
-Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0 @FFI_PC_PACKAGES@
|
||||
-Libs: -L${libdir} -lgirepository-1.0 @FFI_PC_LIBS@
|
||||
+Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 gthread-2.0
|
||||
+Requires.private: @FFI_PC_PACKAGES@
|
||||
+Libs: -L${libdir} -lgirepository-1.0
|
||||
+Libs.private: @FFI_PC_LIBS@
|
||||
|
||||
Name: gobject-introspection
|
||||
Description: GObject Introspection
|
@ -2,8 +2,8 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.32.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.33.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -11,9 +11,6 @@ License: GPLv2+, LGPLv2+, MIT
|
||||
URL: http://live.gnome.org/GObjectIntrospection
|
||||
#VCS: git:git://git.gnome.org/gobject-introspection
|
||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.32/%{name}-%{version}.tar.xz
|
||||
# Move libffi to pkgconfig Requires.private, in order to
|
||||
# reduce the impact when libffi soname bump lands in rawhide.
|
||||
Patch0: gi-pkgconfig-requires-private.patch
|
||||
|
||||
Obsoletes: gir-repository
|
||||
|
||||
@ -57,7 +54,6 @@ Libraries and headers for gobject-introspection
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .pc_requires_private
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
@ -98,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/gi/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
|
||||
- Update to 1.33.2
|
||||
|
||||
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-2
|
||||
- Move libffi to pkgconfig Requires.private, in order to
|
||||
reduce the impact when libffi soname bump lands in rawhide.
|
||||
|
Loading…
Reference in New Issue
Block a user