Update to 0.4.1-1

This commit is contained in:
Greg Swift 2012-01-16 15:32:43 -06:00
parent e203aab523
commit fa15618c46
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
python-augeas-0.3.0.tar.gz
/python-augeas-0.4.1.tar.gz

View File

@ -1,9 +1,13 @@
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
%bcond_without egg
%endif
Name: python-augeas
Version: 0.3.0
Release: 8%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Python bindings to augeas
Group: Development/Languages
License: LGPLv2+
@ -39,11 +43,15 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING AUTHORS README.txt
%{python_sitelib}/augeas.py*
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
%if %{with egg}
%{python_sitelib}/*augeas*.egg-info
%endif
%changelog
* Mon Jan 16 2012 Greg Swift <gregswift@gmail.com> 0.4.1-1
- version 0.4.1
- include egg only on F-9, RHEL-6 and later
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
428fb2a54dea896131dbae5af10fccac python-augeas-0.3.0.tar.gz
cf5742a6e84c1cc894cedd1984aaa915 python-augeas-0.4.1.tar.gz