From 472cf332af08d43493e391a402275068d287d925 Mon Sep 17 00:00:00 2001 From: Marcin Zajaczkowski Date: Apr 23 2007 16:45:34 +0000 Subject: Initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..ee5ca94 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pylibacl-0.2.1.tar.bz2 diff --git a/pylibacl.spec b/pylibacl.spec new file mode 100644 index 0000000..7f18079 --- /dev/null +++ b/pylibacl.spec @@ -0,0 +1,55 @@ +Name: pylibacl +Summary: POSIX.1e ACLs library wrapper for python +Version: 0.2.1 +Release: 5%{?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) +#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 +* Sat Apr 21 2007 Marcin Zajaczkowski - 0.2.1-5 + - removed redundant after name change "exclude" tag + - comments cleanup + +* Wed Apr 18 2007 Marcin Zajaczkowski - 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 - 0.2.1-3 + - fixed path to a source package + +* Thu Apr 5 2007 Marcin Zajaczkowski - 0.2.1-2 + - added python-devel in BuildRequires + - added Provides section + - modified to Fedora Extras requirements + +* Sun Sep 11 2005 Dag Wieers - 0.2.1-1 +- Initial package. (using DAR) diff --git a/sources b/sources index e69de29..ba51d1a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5c06b62ca4ee453042c9fa3f28aa56e8 pylibacl-0.2.1.tar.bz2