Update to 0.4.1-1
This commit is contained in:
parent
e203aab523
commit
fa15618c46
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
python-augeas-0.3.0.tar.gz
|
||||
/python-augeas-0.4.1.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user