rpms/python-augeas/F-9 .cvsignore, 1.1, 1.2 python-augeas.spec, 1.2, 1.3 sources, 1.2, 1.3

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Thu Jul 3 11:46:48 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/python-augeas/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7582

Modified Files:
	.cvsignore python-augeas.spec sources 
Log Message:
* Thu Jul 03 2008 Harald Hoyer <harald at redhat.com> 0.2.1-1
- version 0.2.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-augeas/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 May 2008 16:25:13 -0000	1.1
+++ .cvsignore	3 Jul 2008 11:46:03 -0000	1.2
@@ -0,0 +1 @@
+python-augeas-0.2.1.tar.gz


Index: python-augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-augeas/F-9/python-augeas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-augeas.spec	6 May 2008 18:35:23 -0000	1.2
+++ python-augeas.spec	3 Jul 2008 11:46:03 -0000	1.3
@@ -1,20 +1,19 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Name:           python-augeas
-Version:        0.1.0
-Release:        5%{?dist}
-Summary:        Python bindings to augeas
-
-Group:          Development/Languages
-License:        LGPLv2+
-URL:            http://augeas.net/
-Source0:        http://augeas.net/download/python/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       augeas-libs 
+Name:		python-augeas
+Version:	0.2.1
+Release:	1%{?dist}
+Summary:	Python bindings to augeas
+Group:		Development/Languages
+License:	LGPLv2+
+URL:		http://augeas.net/
+Source0:	http://augeas.net/download/python/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:	augeas-libs 
+BuildArch:	noarch
 
-BuildRequires:  python-devel swig augeas-devel
-BuildRequires:  python
+BuildRequires:	python-setuptools 
 
 %description
 python-augeas is a set of Python bindings around augeas.
@@ -39,13 +38,15 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README.txt
-# For arch-specific packages: sitearch
-%{python_sitearch}/*augeas*
-%attr(0755,root,root) %{python_sitearch}/_augeas.so
+%{python_sitelib}/augeas.py*
+%{python_sitelib}/*augeas*.egg-info
 
 %changelog
-* Tue May 06 2008 Harald Hoyer <harald at redhat.com> 0.1.0-5
-- added python to BuildRequires
+* Thu Jul 03 2008 Harald Hoyer <harald at redhat.com> 0.2.1-1
+- version 0.2.1
+
+* Wed Jun 11 2008 Harald Hoyer <harald at redhat.com> 0.2.0-1
+- switched to noarch, dlopen/ python bindings
 
 * Mon May 05 2008 Harald Hoyer <harald at redhat.com> 0.1.0-4
 - version to import in CVS (rhbz#444945)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-augeas/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 May 2008 16:46:18 -0000	1.2
+++ sources	3 Jul 2008 11:46:03 -0000	1.3
@@ -1 +1 @@
-afaeba556cf46d263ee080e7e5a47e14  python-augeas-0.1.0.tar.gz
+91432c3b050ccd01fd7fa5d777fcdcbc  python-augeas-0.2.1.tar.gz




More information about the scm-commits mailing list