rpms/gobject-introspection/devel gobject-introspection.spec, 1.7, 1.8

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 2 09:03:15 UTC 2009


Author: pbrobinson

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

Modified Files:
	gobject-introspection.spec 
Log Message:
- Update to 0.6.3


Index: gobject-introspection.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gobject-introspection/devel/gobject-introspection.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- gobject-introspection.spec	2 Jun 2009 16:29:29 -0000	1.7
+++ gobject-introspection.spec	2 Jul 2009 09:03:14 -0000	1.8
@@ -2,14 +2,14 @@
 %{!?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.2
+Version:        0.6.3
 Release:        1%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
 Group:		Development/Libraries
 License:        GPLv2+, LGPLv2+, MIT
 URL:            http://live.gnome.org/GObjectIntrospection
-Source0:        http://ftp.acc.umu.se/pub/GNOME/sources/gobject-introspection/0.6/gobject-introspection-%{version}.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)
 
 BuildRequires:  glib2-devel
@@ -30,12 +30,6 @@ BuildRequires:  fontconfig-devel
 BuildRequires:  libXft-devel
 BuildRequires:  freetype-devel
 
-# For autogen
-BuildRequires:  gnome-common
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
-
 %description
 GObject Introspection can scan C header and source files in order to
 generate introspection "typelib" files.  It also provides an API to examine
@@ -70,6 +64,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindi
 # 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}
+mv $RPM_BUILD_ROOT/%{_libdir}/gobject-introspection/giscanner $RPM_BUILD_ROOT/%{python_sitearch}/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -92,10 +90,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_bindir}/g-ir-*
 %{_datadir}/gir-1.0
+%{_datadir}/aclocal/introspection.m4
 %{python_sitearch}/giscanner
 %{_mandir}/man1/*.gz
 
 %changelog
+* Thu Jul  2 2009 Peter Robinson <pbrobinson at gmail.com> - 0.6.3-1
+- Update to 0.6.3
+
 * Mon Jun  1 2009 Dan Williams <dcbw at redhat.com> - 0.6.2-1
 - Update to 0.6.2
 




More information about the fedora-extras-commits mailing list