diff --git a/.cvsignore b/.cvsignore index ffde6e7..3ca2280 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gobject-introspection-0.6.7.tar.bz2 +gobject-introspection.tar.gz diff --git a/gobject-introspection.spec b/gobject-introspection.spec index a167ed5..138f70e 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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 - 0.6.7.20100115git-1 +- Update to git snapshot for rawhide + * Tue Dec 22 2009 Matthias Clasen - 0.6.7-1 - Update to 0.6.7 diff --git a/import.log b/import.log new file mode 100644 index 0000000..ace4dfd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +gobject-introspection-0_6_7_20100115git-1_fc12:HEAD:gobject-introspection-0.6.7.20100115git-1.fc12.src.rpm:1263576230 diff --git a/sources b/sources index fe87fb8..0054ea7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41205c14cbd86632806578448e29bd30 gobject-introspection-0.6.7.tar.bz2 +63c776a7d00d5d55e7d70bc39f3c72ac gobject-introspection.tar.gz