python-augeas/python-augeas.spec

53 lines
1.4 KiB
RPMSpec
Raw Normal View History

2020-02-14 11:29:16 +08:00
Name: python-augeas
2022-06-14 15:36:41 +08:00
Version: 1.1.0
Release: 2
2020-02-14 11:29:16 +08:00
Summary: Python bindings for augeas
License: LGPLv2+
URL: http://augeas.net/
2022-06-14 15:36:41 +08:00
Source0: https://github.com/hercules-team/python-augeas/archive/refs/tags/v1.1.0.tar.gz
Patch0: python-augeas-test-package-installation.patch
2020-02-14 11:29:16 +08:00
BuildArch: noarch
2022-06-14 15:36:41 +08:00
BuildRequires: python3-setuptools python3-devel python3-cffi augeas
2020-02-14 11:29:16 +08:00
%description
Pure python bindings for augeas
%package -n python3-augeas
Summary: Python3 bindings for augeas
Requires: augeas-libs
%{?python_provide:%python_provide python3-augeas}
%description -n python3-augeas
Python 3 bindings for augeas
%prep
%autosetup -n %{name}-%{version} -p1
%build
%{py3_build}
%install
%{py3_install}
%files -n python3-augeas
%defattr(-,root,root)
%doc AUTHORS README.txt
%license COPYING
%{python3_sitelib}/augeas.py
2022-06-14 15:36:41 +08:00
%{python3_sitelib}/augeas/
2020-02-14 11:29:16 +08:00
%{python3_sitelib}/python_augeas-*.egg-info
%{python3_sitelib}/__pycache__/augeas.cpython*
%changelog
* Sat Feb 25 2023 yaoxin <yaoxin30@h-partners.com> - 1.1.0-2
- Fix installation conflicts between python3-ansible-runner and python3-augeas
2022-06-14 15:36:41 +08:00
* Tue Jun 14 2022 houyingchao <houyingchao@h-partners.com> - 1.1.0-1
- Upgrade to 1.1.0
2020-10-30 15:17:41 +08:00
* Wed Oct 21 2020 chengzihan<chengzihan2@huawei.com> - 0.5.0-17
- Remove subpackage python2-augeas
2020-02-14 11:29:16 +08:00
* Fri Feb 14 2020 gulining<gulining1@huawei.com> - 0.5.0-16
- Package init