remove prodive/obsolete of python-xattr (#781838)
This commit is contained in:
parent
d520826ea0
commit
2cd6a1fb3d
25
pyxattr.spec
25
pyxattr.spec
@ -1,18 +1,15 @@
|
||||
Name: pyxattr
|
||||
Summary: Extended attributes library wrapper for Python
|
||||
Version: 0.5.0
|
||||
Release: 4%{?dist}
|
||||
Name: pyxattr
|
||||
Summary: Extended attributes library wrapper for Python
|
||||
Version: 0.5.0
|
||||
Release: 5%{?dist}
|
||||
#license version is precised on a website
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://pyxattr.sourceforge.net/
|
||||
License: LGPLv2+
|
||||
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}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#libattr package is already forced by RPM
|
||||
Requires: python >= 2.2
|
||||
Requires: python >= 2.2
|
||||
#python-setuptools package is required since 0.4.0
|
||||
BuildRequires: python-devel, libattr-devel, python-setuptools
|
||||
|
||||
@ -42,6 +39,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
%doc COPYING NEWS README
|
||||
|
||||
%changelog
|
||||
* Mon Feb 27 2012 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.0-5
|
||||
- remove prodive/obsolete of python-xattr (bug 781838)
|
||||
- fix problem with mixed use of tabs and spaces
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user