rebuilt with distdeps; require libaugeas [release 1.1.0-2mamba;Sun May 23 2021]
This commit is contained in:
parent
5c35356119
commit
c852208445
@ -1,6 +1,6 @@
|
||||
Name: python-augeas
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Pure python bindings for augeas
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,16 +10,19 @@ URL: http://augeas.net/
|
||||
Source: https://pypi.debian.net/python-augeas/python-augeas-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(cffi)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libaugeas-devel
|
||||
Requires: libaugeas
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%define py_requires_append \
|
||||
Requires: libaugeas
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
@ -37,7 +40,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
@ -45,9 +48,14 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%if 0%{?with_pyver}
|
||||
%{python_sitearch}/__pycache__/augeas.cpython-*.pyc
|
||||
%endif
|
||||
%dir %{python_sitearch}/python_augeas-%{version}-py*.egg-info
|
||||
%{python_sitearch}/python_augeas-%{version}-py*.egg-info/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sun May 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||
- rebuilt with distdeps; require libaugeas
|
||||
|
||||
* Wed Mar 04 2020 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user