rpms/gnome-python2-extras/devel gnome-python2-extras.spec, 1.44, 1.45

Denis Leroy denis at fedoraproject.org
Fri Jan 23 11:18:40 UTC 2009


Author: denis

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6342

Modified Files:
	gnome-python2-extras.spec 
Log Message:
Fixed Source URL. Switch to libgda 4.0 API


Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- gnome-python2-extras.spec	22 Jan 2009 18:14:55 -0000	1.44
+++ gnome-python2-extras.spec	23 Jan 2009 11:18:09 -0000	1.45
@@ -17,10 +17,10 @@
 Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Languages
-Summary: The sources for additional. PyGNOME Python extension modules.
+Summary: The sources for additional. PyGNOME Python extension modules
 URL: http://www.pygtk.org/
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Source: gnome-python-extras-%{version}.tar.bz2
+Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Obsoletes: gnome-python2-gda <= 2.14.3-1
 Obsoletes: gnome-python2-gda-devel <= 2.14.3-1
@@ -124,8 +124,8 @@
 %setup -q -n gnome-python-extras-%{version}
 
 %build
-%configure --with-gtkmozembed=mozilla
-make
+%configure --with-gtkmozembed=mozilla --enable-docs
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -157,7 +157,7 @@
 %files -n gnome-python2-gtkmozembed
 %defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gtkmozembed.so
-#%{_datadir}/gtk-doc/html/gtkmozembed
+%{_datadir}/gtk-doc/html/pygtkmozembed
 
 %files -n gnome-python2-gtkspell
 %defattr(-,root,root,-)
@@ -176,10 +176,14 @@
 
 %files -n gnome-python2-gda-devel
 %defattr(-,root,root,-)
-%{_includedir}/pygda-3.0/
-%{_libdir}/pkgconfig/pygda-3.0.pc
+%{_includedir}/pygda-4.0/
+%{_libdir}/pkgconfig/pygda-4.0.pc
 
 %changelog
+* Fri Jan 23 2009 Denis Leroy <denis at poolshark.org> - 2.25.1-1
+- Fixed Source URL
+- Switch to libgda 4.0 API
+
 * Wed Jan 21 2009 Matthew Barnes <mbarnes at redhat.com> - 2.25.1-1
 - Update to 2.25.1
 - Remove the xulrunner patches (fixed upstream).




More information about the fedora-extras-commits mailing list