326445a
Name: 		pyxattr
326445a
Summary: 	Extended attributes library wrapper for Python
56d2425
Version: 	0.2.2
56d2425
Release: 	1%{?dist}
56d2425
#license version is precised on a website
56d2425
License: 	GPLv2+
326445a
Group: 		Development/Libraries
326445a
URL: 		http://pyxattr.sourceforge.net/
326445a
Source:		http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz
326445a
BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2207023
#python-xattr name was used in DAG repository
2207023
Provides:	python-xattr = %{version}-%{release}
2207023
Obsoletes:	python-xattr <= %{version}-%{release}
326445a
#libattr package is already forced by RPM
326445a
Requires: 	python >= 2.2
326445a
BuildRequires:	python-devel, libattr-devel
326445a
326445a
%description
326445a
Python extension module wrapper for libattr. It allows to query, list,
326445a
add and remove extended attributes from files and directories.
326445a
326445a
%prep
326445a
%setup -q
326445a
326445a
%build
326445a
CFLAGS="%{optflags}" %{__python} setup.py build
326445a
326445a
%install
326445a
%{__rm} -rf %{buildroot}
326445a
%{__python} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
326445a
326445a
%clean
326445a
%{__rm} -rf %{buildroot}
326445a
326445a
%files
326445a
%defattr(0644,root,root,0755)
326445a
%{_libdir}/python*/site-packages/xattr.so
326445a
%doc ChangeLog MANIFEST NEWS README *.html *.txt
326445a
326445a
%changelog
56d2425
* Mon Aug 27 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.2-1
56d2425
- upgraded to 0.2.2
56d2425
56d2425
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.1-5
56d2425
 - Updated License tag
56d2425
2207023
* Wed Apr 25 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-4
2207023
 - added Provides/Obsoletes tags
2207023
326445a
* Sat Apr 21 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-3
326445a
 - removed redundant after name change "exclude" tag
326445a
 - comments cleanup
326445a
326445a
* Wed Apr 18 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-2
326445a
 - applied suggestions from Kevin Fenzi
326445a
 - name changed from python-xattr to pyxattr
326445a
 - corrected path to the source file
326445a
326445a
* Thu Apr 5 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-1
326445a
 - updated to 0.2.1
326445a
 - added python-devel in BuildRequires
326445a
 - added more doc files
326445a
 - added Provides section
326445a
 - modified to Fedora Extras requirements
326445a
326445a
* Sun Sep 11 2005 Dag Wieers <dag@wieers.com> - 0.2-1 - +/
326445a
- Initial package. (using DAR)