- version 0.2.1
This commit is contained in:
parent
542a238376
commit
5e7af19be0
@ -1 +1 @@
|
|||||||
python-augeas-0.1.0.tar.gz
|
python-augeas-0.2.1.tar.gz
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
|
# 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
|
Name: python-augeas
|
||||||
Version: 0.1.0
|
Version: 0.2.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings to augeas
|
Summary: Python bindings to augeas
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://augeas.net/
|
URL: http://augeas.net/
|
||||||
Source0: http://augeas.net/download/python/%{name}-%{version}.tar.gz
|
Source0: http://augeas.net/download/python/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: augeas-libs
|
Requires: augeas-libs
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python-devel swig augeas-devel
|
BuildRequires: python-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
python-augeas is a set of Python bindings around augeas.
|
python-augeas is a set of Python bindings around augeas.
|
||||||
@ -38,11 +38,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README.txt
|
%doc COPYING AUTHORS README.txt
|
||||||
# For arch-specific packages: sitearch
|
%{python_sitelib}/augeas.py*
|
||||||
%{python_sitearch}/*augeas*
|
%{python_sitelib}/*augeas*.egg-info
|
||||||
%attr(0755,root,root) %{python_sitearch}/_augeas.so
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 03 2008 Harald Hoyer <harald@redhat.com> 0.2.1-1
|
||||||
|
- version 0.2.1
|
||||||
|
|
||||||
|
* Wed Jun 11 2008 Harald Hoyer <harald@redhat.com> 0.2.0-1
|
||||||
|
- switched to noarch, dlopen/ python bindings
|
||||||
|
|
||||||
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-4
|
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-4
|
||||||
- version to import in CVS (rhbz#444945)
|
- version to import in CVS (rhbz#444945)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user