diff --git a/pyxattr.spec b/pyxattr.spec index 77831b3..d0dfcb8 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -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 @@ CFLAGS="%{optflags}" %{__python} setup.py build %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 - 0.2.2-2 +- added compatibility with Python Eggs forced in F9 + * Mon Aug 27 2007 Marcin Zajaczkowski - 0.2.2-1 - upgraded to 0.2.2