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