diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 0b785d4..de2584e 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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.2.20100311git2cc97351 +Version: 0.6.9 +Release: 2%{?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 @@ -57,20 +41,16 @@ Summary: Libraries and headers for gobject-introspection Group: Development/Libraries Requires: %name = %{version}-%{release} Requires: glib2-devel -Requires: libffi-devel Requires: pkgconfig %description devel 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 @@ -81,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} @@ -108,19 +90,26 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %{_bindir}/g-ir-* %{_datadir}/gir-1.0 -%{_datadir}/gobject-introspection-1.0 +%dir %{_datadir}/gobject-introspection-1.0 +%{_datadir}/gobject-introspection-1.0/* %{_datadir}/aclocal/introspection.m4 %{python_sitearch}/giscanner %{_mandir}/man1/*.gz %changelog +* Wed Mar 24 2010 Adam Miller - 0.6.9-2 +- Added newly owned files (gobject-introspection-1.0 directory) + +* Wed Mar 24 2010 Adam Miller - 0.6.9-1 +- Update to latest upstream release 0.6.9 + +* Thu Mar 11 2010 Colin Walters - 0.6.8-0.3.20100311git2cc97351 +- rebuilt + * Thu Mar 11 2010 Colin Walters - New upstream snapshot - rm unneeded rm -* Tue Feb 23 2010 Colin Walters -- devel pkg should require libffi-devel - * Thu Jan 28 2010 Adam Miller - 0.6.8-0.1.20100128git - Update to new git snapshot - Fix Version tag to comply with correct naming use with alphatag diff --git a/sources b/sources index 468d61b..dbdb6ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea0106746d120cfc88d5eb67be9278a6 gobject-introspection-0.6.8git2cc97351.tar.bz2 +37cb473c6bafd03c4a48e1f37e19cc04 gobject-introspection-0.6.9.tar.bz2