rpms/pyxattr/EL-5 pyxattr.spec,1.4,1.5 sources,1.3,1.4

Marcin Zajaczkowski szpak at fedoraproject.org
Wed Aug 19 20:37:49 UTC 2009


Author: szpak

Update of /cvs/extras/rpms/pyxattr/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18153

Modified Files:
	pyxattr.spec sources 
Log Message:
Backported version 0.4.0 to EL-5 (bug 518013)




Index: pyxattr.spec
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/EL-5/pyxattr.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pyxattr.spec	27 Aug 2007 19:31:39 -0000	1.4
+++ pyxattr.spec	19 Aug 2009 20:37:49 -0000	1.5
@@ -1,9 +1,9 @@
 Name: 		pyxattr
 Summary: 	Extended attributes library wrapper for Python
-Version: 	0.2.2
-Release: 	1%{?dist}
+Version: 	0.4.0
+Release: 	2%{?dist}
 #license version is precised on a website
-License: 	GPLv2+
+License: 	LGPLv2+
 Group: 		Development/Libraries
 URL: 		http://pyxattr.sourceforge.net/
 Source:		http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
@@ -13,7 +13,8 @@ Provides:	python-xattr = %{version}-%{re
 Obsoletes:	python-xattr <= %{version}-%{release}
 #libattr package is already forced by RPM
 Requires: 	python >= 2.2
-BuildRequires:	python-devel, libattr-devel
+#python-setuptools package is required since 0.4.0
+BuildRequires:	python-devel, libattr-devel, python-setuptools
 
 %description
 Python extension module wrapper for libattr. It allows to query, list,
@@ -35,9 +36,30 @@ CFLAGS="%{optflags}" %{__python} setup.p
 %files
 %defattr(0644,root,root,0755)
 %{_libdir}/python*/site-packages/xattr.so
-%doc ChangeLog MANIFEST NEWS README *.html *.txt
+#Python Eggs already in source distribution
+#(without compiled content, can be simple included in RPM package)
+%{_libdir}/python*/site-packages/*egg-info
+%doc COPYING NEWS README
 
 %changelog
+* Sat Dec 6 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.4.0-2
+- added python-setuptools in BuildRequires which is needed in build process
+since version 0.4.0 (thanks to Kevin Fenzi)
+
+* Fri Dec 5 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.4.0-1
+- updated to 0.4.0
+- License Tag adjusted to current licensing LGPLv2+
+- modified Python Eggs support due to its usage in source distribution 
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2.2-4
+- Rebuild for Python 2.6
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.2-3
+- Autorebuild for GCC 4.3
+
+* Tue Jan 15 2008 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.2-2
+- added compatibility with Python Eggs forced in F9 
+
 * Mon Aug 27 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.2-1
 - upgraded to 0.2.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Aug 2007 19:31:39 -0000	1.3
+++ sources	19 Aug 2009 20:37:49 -0000	1.4
@@ -1 +1 @@
-33d722b0c67fcee42bb3c6455f135f94  pyxattr-0.2.2.tar.gz
+8e54ffa2ca575232d57213efcbcee289  pyxattr-0.4.0.tar.gz




More information about the scm-commits mailing list