From 0f23c39cd440d97b9d92fffcc52ff43b7d917bb0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 29 Jun 2010 19:02:04 +0000 Subject: [PATCH] - Switch to git snapshot; I forgot to enable gtk-doc in the last tarball. --- gobject-introspection.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 6991ac1..6d03ec2 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -3,14 +3,15 @@ Name: gobject-introspection Version: 0.9.0 -Release: 1%{?dist} +Release: 1.2.20100629gitf0599b0a%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries License: GPLv2+, LGPLv2+, MIT URL: http://live.gnome.org/GObjectIntrospection #VCS: git:git://git.gnome.org/gobject-introspection -Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz +# This source was pulled from a git tag: GOBJECT_INTROSPECTION_0_9_0 +Source0: gobject-introspection-0.9.0gitf0599b0a.tar.bz2 Obsoletes: gir-repository @@ -51,7 +52,7 @@ Obsoletes: gir-repository-devel Libraries and headers for gobject-introspection %prep -%setup -q +%setup -q -n gobject-introspection-0.9.0gitf0599b0a %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; @@ -92,6 +93,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_mandir}/man1/*.gz %changelog +* Tue Jun 29 2010 Colin Walters +- Switch to git snapshot; I forgot to enable gtk-doc in the last + tarball. + * Tue Jun 29 2010 Colin Walters - 0.9.0-1 - New upstream development release - Update to support building git snapshot directly