Updated to 0.2.1-4

This commit is contained in:
Marcin Zajaczkowski 2007-04-25 19:08:35 +00:00
parent 77a8c8a603
commit 114c5965e9
1 changed files with 7 additions and 1 deletions

View File

@ -1,12 +1,15 @@
Name: pyxattr
Summary: Extended attributes library wrapper for Python
Version: 0.2.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: Development/Libraries
URL: http://pyxattr.sourceforge.net/
Source: http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#python-xattr name was used in DAG repository
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
@ -34,6 +37,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%doc ChangeLog MANIFEST NEWS README *.html *.txt
%changelog
* Wed Apr 25 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-4
- added Provides/Obsoletes tags
* Sat Apr 21 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-3
- removed redundant after name change "exclude" tag
- comments cleanup