rpms/pylibacl/devel sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 pylibacl.spec, 1.9, 1.10

Kevin Fenzi kevin at fedoraproject.org
Thu Jul 8 21:48:28 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/pylibacl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13967

Modified Files:
	sources .cvsignore pylibacl.spec 
Log Message:
Update to 0.5.0
Fix egg-info



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pylibacl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Aug 2007 18:57:22 -0000	1.3
+++ sources	8 Jul 2010 21:48:28 -0000	1.4
@@ -1 +1 @@
-5628def6afb4b8c37040fc42f7c59eec  pylibacl-0.2.2.tar.gz
+b9d34da90e6da0813115071b3a1ab204  pylibacl-0.5.0.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pylibacl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Aug 2007 18:57:22 -0000	1.3
+++ .cvsignore	8 Jul 2010 21:48:28 -0000	1.4
@@ -1 +1 @@
-pylibacl-0.2.2.tar.gz
+pylibacl-0.5.0.tar.gz


Index: pylibacl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pylibacl/devel/pylibacl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- pylibacl.spec	26 Jul 2009 19:53:35 -0000	1.9
+++ pylibacl.spec	8 Jul 2010 21:48:28 -0000	1.10
@@ -1,7 +1,7 @@
 Name:		pylibacl
 Summary:	POSIX.1e ACLs library wrapper for python
-Version:	0.2.2
-Release:	7%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 #license version is precised on a website
 License:	GPLv2+
 Group:		Development/Libraries
@@ -12,7 +12,7 @@ Provides:	python-libacl = %{version}-%{r
 Obsoletes:	python-libacl <= %{version}-%{release}
 #libacl package is already forced by RPM
 Requires:	python >= 2.2
-BuildRequires:	python-devel, libacl-devel
+BuildRequires:	python-devel, libacl-devel, python-setuptools
 
 %description
 Python extension module for POSIX ACLs. It allows to query, list,
@@ -26,21 +26,22 @@ CFLAGS="%{optflags}" %{__python} setup.p
 
 %install
 %{__rm} -rf %{buildroot}
-%{__python} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
+%{__python} setup.py install --root="%{buildroot}"
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(0644,root,root,0755)
-%{_libdir}/python*/site-packages/posix1e.so
-%if 0%{?fedora} >= 9
-#%{python_sitelib}/*egg-info didn't work for me
-%{_libdir}/python*/site-packages/*egg-info
-%endif
-%doc BENCHMARK IMPLEMENTATION MANIFEST PLATFORMS README *.html *.txt
+%doc COPYING IMPLEMENTATION PLATFORMS README NEWS
+%{python_sitearch}/posix1e.so
+%{python_sitearch}/*egg-info
 
 %changelog
+* Tue Jul 06 2010 Kevin Fenzi <kevin at tummy.com> - 0.5.0-1
+- Update to 0.5.0
+- Fix egg-info
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list