Blob Blame History Raw
Name:		pylibacl
Summary:	POSIX.1e ACLs library wrapper for python
Version:	0.2.1
Release:	6%{?dist}
License:	GPL
Group:		Development/Libraries
URL:		http://pylibacl.sourceforge.net/
Source:		http://downloads.sourceforge.net/pylibacl/pylibacl-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides:	python-libacl = %{version}-%{release}
Obsoletes:	python-libacl <= %{version}-%{release}
#libacl package is already forced by RPM
Requires:	python >= 2.2
BuildRequires:	python-devel, libacl-devel

%description
Python extension module for POSIX ACLs. It allows to query, list,
add and remove ACLs from files and directories.

%prep
%setup -q

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%{_libdir}/python*/site-packages/posix1e.so
%doc BENCHMARK IMPLEMENTATION MANIFEST PLATFORMS README *.html *.txt

%changelog
* Wed Apr 25 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-6
 - added Provides/Obsoletes tags

* Sat Apr 21 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-5
 - removed redundant after name change "exclude" tag
 - comments cleanup

* Wed Apr 18 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-4
 - applied suggestions from Kevin Fenzi
 - name changed from python-libacl to pylibacl
 - corrected path to the source file

* Fri Apr 6 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-3
 - fixed path to a source package

* Thu Apr 5 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.2.1-2
 - added python-devel in BuildRequires
 - added Provides section
 - modified to Fedora Extras requirements

* Sun Sep 11 2005 Dag Wieers <dag@wieers.com> - 0.2.1-1
- Initial package. (using DAR)