diff --git a/.cvsignore b/.cvsignore index 80eebae..065e0c7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyxattr-0.2.2.tar.gz +pyxattr-0.4.0.tar.gz diff --git a/pyxattr.spec b/pyxattr.spec index 6bd641f..340a0ca 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -1,9 +1,9 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python -Version: 0.2.2 -Release: 4%{?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}-%{release} 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,13 +36,21 @@ 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 - didn't work for me in rawhide +#Python Eggs already in source distribution +#(without compiled content, can be simple included in RPM package) %{_libdir}/python*/site-packages/*egg-info -%endif -%doc ChangeLog MANIFEST NEWS README *.html *.txt +%doc COPYING NEWS README %changelog +* Sat Dec 6 2008 Marcin Zajaczkowski - 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 - 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 - 0.2.2-4 - Rebuild for Python 2.6 diff --git a/sources b/sources index 2c7e144..ebf8bb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33d722b0c67fcee42bb3c6455f135f94 pyxattr-0.2.2.tar.gz +8e54ffa2ca575232d57213efcbcee289 pyxattr-0.4.0.tar.gz