From 5e7af19be0bf82360b05d7faafed96f54bd76a53 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Jul 03 2008 11:44:24 +0000 Subject: - version 0.2.1 --- diff --git a/.cvsignore b/.cvsignore index 992d0e5..d5d2477 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-augeas-0.1.0.tar.gz +python-augeas-0.2.1.tar.gz diff --git a/python-augeas.spec b/python-augeas.spec index df4c0f8..b7f6ed0 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -1,19 +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: 4%{?dist} -Summary: Python bindings to augeas +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 -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 - -BuildRequires: python-devel swig augeas-devel +BuildRequires: python-setuptools %description python-augeas is a set of Python bindings around augeas. @@ -38,11 +38,16 @@ rm -rf $RPM_BUILD_ROOT %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 +* Thu Jul 03 2008 Harald Hoyer 0.2.1-1 +- version 0.2.1 + +* Wed Jun 11 2008 Harald Hoyer 0.2.0-1 +- switched to noarch, dlopen/ python bindings + * Mon May 05 2008 Harald Hoyer 0.1.0-4 - version to import in CVS (rhbz#444945) diff --git a/sources b/sources index df1849a..d85e932 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afaeba556cf46d263ee080e7e5a47e14 python-augeas-0.1.0.tar.gz +91432c3b050ccd01fd7fa5d777fcdcbc python-augeas-0.2.1.tar.gz