Author: qboosh Date: Fri Aug 13 07:02:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.3 - removed obsolete build patch - ensure gtk-doc files are installed
---- Files affected: packages/gobject-introspection: gobject-introspection.spec (1.26 -> 1.27) , gobject-introspection-build.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/gobject-introspection/gobject-introspection.spec diff -u packages/gobject-introspection/gobject-introspection.spec:1.26 packages/gobject-introspection/gobject-introspection.spec:1.27 --- packages/gobject-introspection/gobject-introspection.spec:1.26 Thu Jul 22 19:44:56 2010 +++ packages/gobject-introspection/gobject-introspection.spec Fri Aug 13 09:02:30 2010 @@ -4,14 +4,13 @@ Summary: Introspection for GObject libraries Summary(pl.UTF-8): Obserwacja bibliotek GObject Name: gobject-introspection -Version: 0.9.2 +Version: 0.9.3 Release: 1 License: LGPL v2+ (giscanner) and GPL v2+ (tools) Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/0.9/%{name}-%{version}.tar.bz2 -# Source0-md5: 921f03ddca49241a56ff12b81db0e92c +# Source0-md5: f79a70e9461416ad630d34c8a35c7fe0 Patch0: %{name}-libtool.patch -Patch1: %{name}-build.patch URL: http://live.gnome.org/GObjectIntrospection BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 @@ -20,6 +19,7 @@ BuildRequires: flex BuildRequires: glib2-devel >= 1:2.16.0 BuildRequires: glibc-misc +BuildRequires: gtk-doc >= 1.12 BuildRequires: libffi-devel BuildRequires: libtool BuildRequires: pkgconfig @@ -79,7 +79,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -89,20 +88,20 @@ %{__automake} %configure \ --disable-silent-rules \ + --enable-gtk-doc \ --with-html-dir=%{_gtkdocdir} %{__make} %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT%{py_sitedir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT%{_libdir}/gobject-introspection/giscanner $RPM_BUILD_ROOT%{py_sitedir}/ +mv $RPM_BUILD_ROOT%{_libdir}/gobject-introspection/giscanner $RPM_BUILD_ROOT%{py_sitedir} -rm $RPM_BUILD_ROOT%{py_sitedir}/giscanner/*.{a,la} +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/giscanner/*.{a,la} %py_postclean @@ -165,6 +164,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2010/08/13 07:02:30 qboosh +- updated to 0.9.3 +- removed obsolete build patch +- ensure gtk-doc files are installed + Revision 1.26 2010/07/22 17:44:56 patrys - 0.9.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gobject-introspection/gobject-introspection.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
