Upgraded to 0.2.2-2 (added compatibility with Python Eggs)

This commit is contained in:
Marcin Zajaczkowski 2008-01-15 20:34:37 +00:00
parent c2ccf79387
commit 1830d73ac6
1 changed files with 7 additions and 1 deletions

View File

@ -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 <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