2014-09-22 09:15:35 +00:00
|
|
|
%global with_python3 1
|
|
|
|
|
2008-07-03 11:44:24 +00:00
|
|
|
Name: python-augeas
|
2014-09-05 02:38:15 +00:00
|
|
|
Version: 0.5.0
|
2016-12-12 15:45:28 +00:00
|
|
|
Release: 7%{?dist}
|
2008-07-03 11:44:24 +00:00
|
|
|
Summary: Python bindings to augeas
|
|
|
|
Group: Development/Languages
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://augeas.net/
|
2014-09-05 03:01:05 +00:00
|
|
|
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
|
2008-07-03 11:44:24 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
2008-05-06 16:45:49 +00:00
|
|
|
|
2008-07-03 11:54:50 +00:00
|
|
|
BuildRequires: python-setuptools python-devel
|
2014-09-22 09:15:35 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
BuildRequires: python3-setuptools python3-devel
|
|
|
|
%endif # with_python3
|
2008-05-06 16:45:49 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
python-augeas is a set of Python bindings around augeas.
|
|
|
|
|
2014-09-22 09:15:35 +00:00
|
|
|
|
2016-02-03 22:26:51 +00:00
|
|
|
%package -n python2-augeas
|
|
|
|
Summary: Python 2 bindings to augeas
|
|
|
|
Requires: augeas-libs
|
|
|
|
%{?python_provide:%python_provide python2-augeas}
|
|
|
|
|
|
|
|
%description -n python2-augeas
|
|
|
|
python2-augeas is a set of Python bindings around augeas.
|
|
|
|
|
|
|
|
|
2014-09-22 09:15:35 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
%package -n python3-augeas
|
|
|
|
Summary: Python 3 bindings to augeas
|
|
|
|
Requires: augeas-libs
|
2016-02-03 22:26:51 +00:00
|
|
|
%{?python_provide:%python_provide python3-augeas}
|
2014-09-22 09:15:35 +00:00
|
|
|
|
|
|
|
%description -n python3-augeas
|
|
|
|
python3-augeas is a set of Python bindings around augeas.
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
2008-05-06 16:45:49 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2016-02-03 22:26:51 +00:00
|
|
|
%{py2_build}
|
2014-09-22 09:15:35 +00:00
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
2016-02-03 22:26:51 +00:00
|
|
|
%{py3_build}
|
2014-09-22 09:15:35 +00:00
|
|
|
%endif # with_python3
|
2008-05-06 16:45:49 +00:00
|
|
|
|
|
|
|
%install
|
2016-02-03 22:26:51 +00:00
|
|
|
%{py2_install}
|
2008-05-06 16:45:49 +00:00
|
|
|
|
2014-09-22 09:15:35 +00:00
|
|
|
%if 0%{?with_python3}
|
2016-02-03 22:26:51 +00:00
|
|
|
%{py3_install}
|
2014-09-22 09:15:35 +00:00
|
|
|
%endif # with_python3
|
2008-05-06 16:45:49 +00:00
|
|
|
|
2016-02-03 22:26:51 +00:00
|
|
|
%files -n python2-augeas
|
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README.txt
|
2008-07-03 11:44:24 +00:00
|
|
|
%{python_sitelib}/augeas.py*
|
2016-02-03 22:26:51 +00:00
|
|
|
%{python_sitelib}/python_augeas*.egg-info
|
2008-05-06 16:45:49 +00:00
|
|
|
|
2014-09-22 09:15:35 +00:00
|
|
|
%if 0%{?with_python3}
|
|
|
|
%files -n python3-augeas
|
2016-02-03 22:26:51 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS README.txt
|
|
|
|
%{python3_sitelib}/augeas.py
|
|
|
|
%{python3_sitelib}/python_augeas-*.egg-info
|
|
|
|
%{python3_sitelib}/__pycache__/*
|
2014-09-22 09:15:35 +00:00
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
2008-05-06 16:45:49 +00:00
|
|
|
%changelog
|
2016-12-12 15:45:28 +00:00
|
|
|
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 0.5.0-7
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-19 09:00:29 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-02-03 22:26:51 +00:00
|
|
|
* Wed Feb 3 2016 Orion Poplawski <orion@cora.nwra.com> - 0.5.0-5
|
|
|
|
- Modernize spec
|
|
|
|
- Fix python3 package file ownership
|
|
|
|
|
2016-01-19 16:05:40 +00:00
|
|
|
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
|
|
|
|
- use %%global instead of %%define
|
|
|
|
|
2015-11-06 17:44:03 +00:00
|
|
|
* Fri Nov 06 2015 Robert Kuska <rkuska@redhat.com> - 0.5.0-4
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
2015-06-18 18:34:08 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-09-22 09:15:35 +00:00
|
|
|
* Mon Sep 22 2014 Tomas Radej <tradej@redhat.com> - 0.5.0-2
|
|
|
|
- Added Python 3 subpackage
|
|
|
|
|
2014-09-05 02:38:15 +00:00
|
|
|
* Thu Sep 04 2014 Greg Swift <gregswift@gmail.com> - 0.5.0-1
|
|
|
|
- Version 0.5.0 release
|
|
|
|
|
2014-06-07 18:43:50 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-23 03:44:03 +00:00
|
|
|
* Tue Oct 22 2013 Greg Swift <gregswift@gmail.com> - 0.4.1-5
|
|
|
|
- add python-ctypes dependency (rhbz#1020239)
|
|
|
|
|
2013-08-04 06:27:29 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 19:00:25 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-21 05:03:49 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-16 21:32:43 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-14 01:34:45 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-18 12:01:02 +00:00
|
|
|
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 0.3.0-7
|
|
|
|
- only include egg-info, if fedora >=9 or rhel >= 6
|
|
|
|
Resolves: rhbz#661452
|
|
|
|
|
2011-02-09 02:58:17 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-22 03:50:54 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2009-07-26 20:09:15 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 20:46:32 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-11-29 15:27:14 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.3.0-2
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-09-09 08:21:14 +00:00
|
|
|
* Tue Sep 09 2008 Harald Hoyer <harald@redhat.com> 0.3.0-1
|
|
|
|
- version 0.3.0
|
|
|
|
|
2008-07-03 11:44:24 +00:00
|
|
|
* 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
|
|
|
|
|
2008-05-06 16:45:49 +00:00
|
|
|
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-4
|
|
|
|
- version to import in CVS (rhbz#444945)
|
|
|
|
|
|
|
|
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-3
|
|
|
|
- set mode of _augeas.so to 0755
|
|
|
|
|
|
|
|
* Mon May 05 2008 Harald Hoyer <harald@redhat.com> 0.1.0-2
|
|
|
|
- wildcard to catch egg-info in case it is build
|
|
|
|
|
|
|
|
* Fri May 02 2008 Harald Hoyer <harald@redhat.com> 0.1.0-1
|
|
|
|
- new version
|
|
|
|
|
|
|
|
* Wed Apr 16 2008 Harald Hoyer <harald@redhat.com> - 0.0.8-1
|
|
|
|
- initial version
|