rpms/gobject-introspection/devel import.log, NONE, 1.1 .cvsignore, 1.7, 1.8 gobject-introspection.spec, 1.18, 1.19 sources, 1.7, 1.8

Adam Miller maxamillion at fedoraproject.org
Fri Jan 15 17:26:48 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/gobject-introspection/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7129/devel

Modified Files:
	.cvsignore gobject-introspection.spec sources 
Added Files:
	import.log 
Log Message:
Update to git snapshot for rawhide




--- NEW FILE import.log ---
gobject-introspection-0_6_7_20100115git-1_fc12:HEAD:gobject-introspection-0.6.7.20100115git-1.fc12.src.rpm:1263576230


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	22 Dec 2009 15:08:08 -0000	1.7
+++ .cvsignore	15 Jan 2010 17:26:48 -0000	1.8
@@ -1 +1 @@
-gobject-introspection-0.6.7.tar.bz2
+gobject-introspection.tar.gz


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/devel/gobject-introspection.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- gobject-introspection.spec	22 Dec 2009 15:35:37 -0000	1.18
+++ gobject-introspection.spec	15 Jan 2010 17:26:48 -0000	1.19
@@ -1,17 +1,30 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
+%define         alphatag    20100115git
+
 Name:           gobject-introspection
-Version:        0.6.7
+Version:        0.6.7.%{alphatag}
 Release:        1%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
 Group:		Development/Libraries
 License:        GPLv2+, LGPLv2+, MIT
 URL:            http://live.gnome.org/GObjectIntrospection
-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.bz2
+# git clone git://git.gnome.org/gobject-introspection
+# rm -fr gobject-introspection/.git
+# tar -cvzf gobject-introspection.tar.gz gobject-introspection/
+Source0:        %{name}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+
+# git snapshot requires some other fun stuff
+BuildRequires:  autoconf >= 2.53
+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
@@ -47,7 +60,12 @@ Requires: pkgconfig
 Libraries and headers for gobject-introspection
 
 %prep
-%setup -q
+#%setup -q
+
+# git snapshot has a different directory name:
+%setup -q -n %{name}
+# needed to build the git tree
+/bin/sh autogen.sh
 
 %build
 %configure
@@ -96,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*.gz
 
 %changelog
+* Thu Jan 15 2010 Adam Miller <maxamillion at fedoraproject.org> - 0.6.7.20100115git-1
+- Update to git snapshot for rawhide 
+
 * Tue Dec 22 2009 Matthias Clasen <mclasen at redhat.com> - 0.6.7-1
 - Update to 0.6.7
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gobject-introspection/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	22 Dec 2009 15:08:09 -0000	1.7
+++ sources	15 Jan 2010 17:26:48 -0000	1.8
@@ -1 +1 @@
-41205c14cbd86632806578448e29bd30  gobject-introspection-0.6.7.tar.bz2
+63c776a7d00d5d55e7d70bc39f3c72ac  gobject-introspection.tar.gz



More information about the scm-commits mailing list