Name: python-augeas Version: 1.0.3 Release: 1mamba Summary: Pure python bindings for augeas Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://augeas.net/ Source: https://pypi.debian.net/python-augeas/python-augeas-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %{python_sitearch}/augeas.py* %if 0%{?with_pyver} %{python_sitearch}/__pycache__/augeas.cpython-*.pyc %endif %doc AUTHORS COPYING %changelog * Sat Feb 09 2019 Silvan Calarco 1.0.3-1mamba - package created using the webbuild interface