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

Rahul Sundaram sundaram at fedoraproject.org
Wed Jun 16 08:30:02 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/gnome-python2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14034

Modified Files:
	gnome-python2.spec 
Log Message:
* Wed Jun 16 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.28.1-2.fc14
- Fix directory ownership issue with gtk-doc
- Update spec to drop redundant buildroot sections and python macro def



Index: gnome-python2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/gnome-python2.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- gnome-python2.spec	1 Apr 2010 01:31:01 -0000	1.44
+++ gnome-python2.spec	16 Jun 2010 08:30:01 -0000	1.45
@@ -1,5 +1,3 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 # Last updated for 2.28.0
 # The order here corresponds to that in configure.ac,
 # for easier comparison.  Please do not alphabetize.
@@ -22,7 +20,7 @@
 
 Name: gnome-python2
 Version: 2.28.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: PyGNOME Python extension module
@@ -139,13 +137,9 @@ libraries so that they interoperate with
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS
@@ -193,8 +187,6 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/gtk-2.0/gnomevfs
 %{python_sitearch}/gtk-2.0/gnome/vfs*
 %{_libdir}/gnome-vfs-2.0/modules/libpythonmethod.so
-%dir %{_datadir}/gtk-doc/
-%dir %{_datadir}/gtk-doc/html/
 %doc %{_datadir}/gtk-doc/html/pygnomevfs
 %defattr(644,root,root,755)
 %doc examples/vfs/*
@@ -212,6 +204,10 @@ rm -rf $RPM_BUILD_ROOT
 rm -f %{python_sitearch}/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Wed Jun 16 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.28.1-2.fc14
+- Fix directory ownership issue with gtk-doc
+- Update spec to drop redundant buildroot sections and python macro def
+
 * Wed Mar 31 2010 Matthias Clasen <mclasen at redhat.com> - 2.28.1-1.fc13
 - Update to 2.28.1
 



More information about the scm-commits mailing list