rpms/python-gpod/devel .cvsignore, 1.2, 1.3 python-gpod.spec, 1.3, 1.4 sources, 1.2, 1.3 python-gpod-x86_64-build.patch, 1.1, NONE

Todd M. Zullinger (tmz) fedora-extras-commits at redhat.com
Tue Jan 16 20:10:35 UTC 2007


Author: tmz

Update of /cvs/extras/rpms/python-gpod/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6094

Modified Files:
	.cvsignore python-gpod.spec sources 
Removed Files:
	python-gpod-x86_64-build.patch 
Log Message:
update to 0.4.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-gpod/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Dec 2006 03:20:28 -0000	1.2
+++ .cvsignore	16 Jan 2007 20:10:05 -0000	1.3
@@ -1 +1 @@
-libgpod-0.4.0.tar.gz
+libgpod-0.4.2.tar.gz


Index: python-gpod.spec
===================================================================
RCS file: /cvs/extras/rpms/python-gpod/devel/python-gpod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-gpod.spec	10 Dec 2006 16:42:41 -0000	1.3
+++ python-gpod.spec	16 Jan 2007 20:10:05 -0000	1.4
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-gpod
-Version:        0.4.0
-Release:        5%{?dist}
+Version:        0.4.2
+Release:        1%{?dist}
 Summary:        A python module to access iPod content
 
 Group:          Development/Languages
 License:        LGPL
 URL:            http://www.gtkpod.org/libgpod.html
 Source0:        http://prdownloads.sourceforge.net/gtkpod/libgpod-%{version}.tar.gz
-Patch0:         python-gpod-x86_64-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -30,11 +29,8 @@
 
 %prep
 %setup -q -n libgpod-%{version}
-%patch0 -p1 -b .x86_64-build
 
-# fix some things rpmlint will complain about
-# !!! remove the next line in 0.4.1 !!!
-sed -i '/^#!\/usr\/bin\/env python/ d' bindings/python/gtkpod.py
+# remove execute perms on the python examples as they'll be installed in %doc
 chmod 644 bindings/python/examples/*.py
 
 
@@ -65,11 +61,18 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc COPYING bindings/python/examples
+%doc COPYING bindings/python/README bindings/python/examples
 %{python_sitearch}/gpod
+%exclude %{python_sitearch}/gpod/*.la
 
 
 %changelog
+* Tue Jan 16 2007 Todd Zullinger <tmz at pobox.com> - 0.4.2-1
+- update to 0.4.2
+- remove upstreamed x86_64 patch and gtkpod.py fix
+- exclude libtool archives that are now created by the build process
+- include new README from bindings/python
+
 * Sun Dec 10 2006 Todd Zullinger <tmz at pobox.com> - 0.4.0-5
 - remove Makefiles from the examples dir
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-gpod/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Dec 2006 03:20:28 -0000	1.2
+++ sources	16 Jan 2007 20:10:05 -0000	1.3
@@ -1 +1 @@
-e427e0409b0cb2d7e76b17915b1396fa  libgpod-0.4.0.tar.gz
+c3c031dc6f1f6eff422598c84f2621bd  libgpod-0.4.2.tar.gz


--- python-gpod-x86_64-build.patch DELETED ---




More information about the fedora-extras-commits mailing list