rpms/gobject-introspection/F-13 .cvsignore, 1.9, 1.10 gobject-introspection.spec, 1.25, 1.26 import.log, 1.2, 1.3 sources, 1.10, 1.11

Adam Miller maxamillion at fedoraproject.org
Wed Mar 24 17:51:29 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/gobject-introspection/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6108/F-13

Modified Files:
	.cvsignore gobject-introspection.spec import.log sources 
Log Message:
Update to latest release 0.6.9




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	11 Mar 2010 21:22:09 -0000	1.9
+++ .cvsignore	24 Mar 2010 17:51:28 -0000	1.10
@@ -1 +1 @@
-gobject-introspection-0.6.8git2cc97351.tar.bz2
+gobject-introspection-0.6.9.tar.bz2


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/F-13/gobject-introspection.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- gobject-introspection.spec	11 Mar 2010 21:22:09 -0000	1.25
+++ gobject-introspection.spec	24 Mar 2010 17:51:29 -0000	1.26
@@ -2,32 +2,16 @@
 %{!?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.8
-Release:        0.3.20100311git2cc97351
+Version:        0.6.9
+Release:        1%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
-Group:		Development/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
-# git clone git://git.gnome.org/gobject-introspection
-# rm -fr gobject-introspection/.git
-# tar -cvzf gobject-introspection.tar.gz gobject-introspection/
-Source0:        gobject-introspection-0.6.8git2cc97351.tar.bz2
+Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-
-# git snapshot requires some other fun stuff
-BuildRequires:  autoconf >= 2.53
-BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
-BuildRequires: gnome-common
-BuildRequires:  automake >= 1.10
-BuildRequires:  gnome-common >= 2.2.0
-BuildRequires:  libtool >= 1.4.3
-
 BuildRequires:  glib2-devel
 BuildRequires:  python-devel >= 2.5
 BuildRequires:  gettext
@@ -63,13 +47,10 @@ Requires: pkgconfig
 Libraries and headers for gobject-introspection
 
 %prep
-#%setup -q
-
-# git snapshot has a different directory name:
-%setup -q -n gobject-introspection-0.6.8git2cc97351
+%setup -q
 
 %build
-./autogen.sh && %configure
+%configure
 make V=1
 
 %install
@@ -80,6 +61,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
 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}
+# Mistake in upstream automake
+rm -f $RPM_BUILD_ROOT/%{_bindir}/barapp
 
 # Move the python modules to the correct location
 mkdir -p $RPM_BUILD_ROOT/%{python_sitearch}
@@ -107,12 +90,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_bindir}/g-ir-*
 %{_datadir}/gir-1.0
-%{_datadir}/gobject-introspection-1.0
 %{_datadir}/aclocal/introspection.m4
 %{python_sitearch}/giscanner
 %{_mandir}/man1/*.gz
 
 %changelog
+* Wed Mar 24 2010 Adam Miller <maxamillion at fedoraproject.org> - 0.6.9-1
+- Update to latest upstream release 0.6.9
+
 * Thu Mar 11 2010 Colin Walters <walters at verbum.org> - 0.6.8-0.3.20100311git2cc97351
 - rebuilt
 


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/F-13/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	28 Jan 2010 20:21:42 -0000	1.2
+++ import.log	24 Mar 2010 17:51:29 -0000	1.3
@@ -1,2 +1,3 @@
 gobject-introspection-0_6_7_20100115git-1_fc12:HEAD:gobject-introspection-0.6.7.20100115git-1.fc12.src.rpm:1263576230
 gobject-introspection-0_6_8_20100128git-1_fc12:HEAD:gobject-introspection-0.6.8.20100128git-1.fc12.src.rpm:1264710058
+gobject-introspection-0_6_9-1_fc12:F-13:gobject-introspection-0.6.9-1.fc12.src.rpm:1269453060


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/F-13/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	11 Mar 2010 20:45:40 -0000	1.10
+++ sources	24 Mar 2010 17:51:29 -0000	1.11
@@ -1 +1 @@
-ea0106746d120cfc88d5eb67be9278a6  gobject-introspection-0.6.8git2cc97351.tar.bz2
+37cb473c6bafd03c4a48e1f37e19cc04  gobject-introspection-0.6.9.tar.bz2



More information about the scm-commits mailing list