Accepting request 49443 from home:vuntz:branches:GNOME:Factory

Thanks... boo on the -doc part though.

OBS-URL: https://build.opensuse.org/request/show/49443
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2010-09-29 07:07:13 +00:00 committed by Git OBS Bridge
parent b3de7e4c6b
commit b6675951fd
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:262d77c04496c3a068ea4d68c8566a2874a592c37e0ecda70a4af6cfcacaaed0
size 1070880

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:de7c1cccbe68f3c0aec15a12ae8dbbcf04f8b23e585ef4c05dc83c6b9a5a7338
size 806969

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 29 01:37:05 CEST 2010 - vuntz@opensuse.org
- Update to version 0.9.8:
+ Fix --include-uninstalled
+ Don't ignore annotations if there's a : in docs
- Remove --enable-gtk-doc from configure: API docs got forgotten
again :/
-------------------------------------------------------------------
Tue Sep 28 20:24:50 CEST 2010 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gobject-introspection (Version 0.9.7)
# spec file for package gobject-introspection (Version 0.9.8)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,8 +18,9 @@
Name: gobject-introspection
Version: 0.9.7
Version: 0.9.8
Release: 1
# FIXME: next tarball should have gtk-doc again, so pass --enable-gtk-doc to configure. See bgo#629871
# FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel
License: LGPLv2.1+
Summary: GObject Introspection Tools
@ -75,8 +76,8 @@ a uniform, machine readable format.
%build
%configure \
--disable-static \
--enable-gtk-doc
--disable-static
# --enable-gtk-doc
%__make %{?jobs:-j%jobs}
%install
@ -125,7 +126,7 @@ rm -rf %{buildroot}
%files devel
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/gi/
#%doc %{_datadir}/gtk-doc/html/gi/
%{_includedir}/gobject-introspection-1.0/
%{_libdir}/libgirepository-1.0.so
# FIXME: those two files should be moved to the main package when bgo#629930 gets fixed