%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-roman Version: 4.0 Release: 1mamba Summary: Integer to Roman numerals converter Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.org/project/roman/ Source: https://pypi.debian.net/roman/roman-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n roman-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog * Tue Feb 28 2023 Automatic Build System 4.0-1mamba - automatic version update by autodist * Mon May 23 2022 Silvan Calarco 3.3-1mamba - update to 3.3 * Wed May 21 2014 Silvan Calarco 2.0.0-1mamba - package created by silvan using the webbuild interface