Updated to 0.4.0 (WARNING. License changed from GPLv2+ to LGPLv2.1+)

This commit is contained in:
Marcin Zajaczkowski 2008-12-27 13:58:57 +00:00
parent a0b6ecb1f9
commit 9f05f3beb1
3 changed files with 19 additions and 10 deletions

View File

@ -1 +1 @@
pyxattr-0.2.2.tar.gz
pyxattr-0.4.0.tar.gz

View File

@ -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 <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@gmail.com> - 0.2.2-4
- Rebuild for Python 2.6

View File

@ -1 +1 @@
33d722b0c67fcee42bb3c6455f135f94 pyxattr-0.2.2.tar.gz
8e54ffa2ca575232d57213efcbcee289 pyxattr-0.4.0.tar.gz