rpms/pylibacl/FC-5 pylibacl.spec,NONE,1.1 sources,1.1,1.2

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Mon Apr 23 17:04:51 UTC 2007


Author: szpak

Update of /cvs/extras/rpms/pylibacl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32751

Modified Files:
	sources 
Added Files:
	pylibacl.spec 
Log Message:
Import to FC-5 branch




--- NEW FILE pylibacl.spec ---
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 <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 at wieers.com> - 0.2.1-1
- Initial package. (using DAR)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pylibacl/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2007 21:21:29 -0000	1.1
+++ sources	23 Apr 2007 17:04:16 -0000	1.2
@@ -0,0 +1 @@
+5c06b62ca4ee453042c9fa3f28aa56e8  pylibacl-0.2.1.tar.bz2




More information about the fedora-extras-commits mailing list