rpms/gobject-introspection/devel .cvsignore, 1.10, 1.11 gobject-introspection.spec, 1.34, 1.35 sources, 1.13, 1.14

Colin Walters walters at fedoraproject.org
Tue Jun 29 14:38:22 UTC 2010


Author: walters

Update of /cvs/pkgs/rpms/gobject-introspection/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14994

Modified Files:
	.cvsignore gobject-introspection.spec sources 
Log Message:
* Tue Jun 29 2010 Colin Walters <walters at verbum.org> - 0.9.0-1
- New upstream development release
- Update to support building git snapshot directly



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	8 Jun 2010 14:05:15 -0000	1.10
+++ .cvsignore	29 Jun 2010 14:38:21 -0000	1.11
@@ -1 +1 @@
-gobject-introspection-0.6.14.tar.bz2
+gobject-introspection-0.9.0.tar.gz


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/gobject-introspection.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- gobject-introspection.spec	24 Jun 2010 20:09:31 -0000	1.34
+++ gobject-introspection.spec	29 Jun 2010 14:38:22 -0000	1.35
@@ -2,27 +2,24 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           gobject-introspection
-Version:        0.6.14
-Release:        3%{?dist}
+Version:        0.9.0
+Release:        1%{?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.bz2
+Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
 
 Obsoletes:	gir-repository
 
 BuildRequires:  glib2-devel
 BuildRequires:  python-devel >= 2.5
 BuildRequires:  gettext
-BuildRequires:  intltool
-BuildRequires:  gtk-doc
 BuildRequires:  flex
 BuildRequires:  bison
 BuildRequires:  libffi-devel
-BuildRequires:  chrpath
 BuildRequires:  mesa-libGL-devel
 BuildRequires:  cairo-devel
 BuildRequires:  libxml2-devel
@@ -31,6 +28,10 @@ BuildRequires:  libX11-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  libXft-devel
 BuildRequires:  freetype-devel
+# Bootstrap requirements
+BuildRequires:  gnome-common
+BuildRequires:  intltool
+BuildRequires:  gtk-doc
 
 %description
 GObject Introspection can scan C header and source files in order to
@@ -53,8 +54,9 @@ Libraries and headers for gobject-intros
 %setup -q
 
 %build
-%configure
-make V=1
+(if ! test -x configure; then AUTOGEN_SUBDIR_MODE=1 NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
+ %configure $CONFIGFLAGS)
+make V=1 %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -62,7 +64,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # Die libtool, die.
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/g-ir-{compiler,generate}
 
 %post -p /sbin/ldconfig
 
@@ -91,6 +92,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindi
 %{_mandir}/man1/*.gz
 
 %changelog
+* Tue Jun 29 2010 Colin Walters <walters at verbum.org> - 0.9.0-1
+- New upstream development release
+- Update to support building git snapshot directly
+
 * Thu Jun 24 2010 Colin Walters <walters at pocket> - 0.6.14-3
 - rebuild to pick up new glib changes
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	8 Jun 2010 14:05:15 -0000	1.13
+++ sources	29 Jun 2010 14:38:22 -0000	1.14
@@ -1 +1 @@
-7ea9be9a347b5c408fd3c3907803de9b  gobject-introspection-0.6.14.tar.bz2
+de68d8382970ef9ce1ba77ee42de3907  gobject-introspection-0.9.0.tar.gz



More information about the scm-commits mailing list