rpms/pyxattr/devel pyxattr.spec,1.4,1.5

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Tue Jan 15 20:35:14 UTC 2008


Author: szpak

Update of /cvs/extras/rpms/pyxattr/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv427

Modified Files:
	pyxattr.spec 
Log Message:
Upgraded to 0.2.2-2 (added compatibility with Python Eggs)




Index: pyxattr.spec
===================================================================
RCS file: /cvs/extras/rpms/pyxattr/devel/pyxattr.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyxattr.spec	27 Aug 2007 18:44:12 -0000	1.4
+++ pyxattr.spec	15 Jan 2008 20:34:37 -0000	1.5
@@ -1,7 +1,7 @@
 Name: 		pyxattr
 Summary: 	Extended attributes library wrapper for Python
 Version: 	0.2.2
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 #license version is precised on a website
 License: 	GPLv2+
 Group: 		Development/Libraries
@@ -35,9 +35,15 @@
 %files
 %defattr(0644,root,root,0755)
 %{_libdir}/python*/site-packages/xattr.so
+%if 0%{?fedora} >= 9
+%{python_sitelib}/*egg-info
+%endif
 %doc ChangeLog MANIFEST NEWS README *.html *.txt
 
 %changelog
+* 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
 




More information about the fedora-extras-commits mailing list