diff --git a/python-decorator.spec b/python-decorator.spec index 0df6132..31c332f 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,6 +1,6 @@ Name: python-decorator Version: 4.4.2 -Release: 1mamba +Release: 2mamba Summary: A Python moduke to simplify the usage and to popularize decorators Group: System/Libraries Vendor: openmamba @@ -9,13 +9,19 @@ Packager: Davide Madrisan URL: https://pypi.python.org/pypi/decorator/ Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz License: BSD +## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel +## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The aim of the Python decorator module it to simplify the usage and to popularize decorators. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n decorator-%{version} @@ -33,11 +39,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%{python27_sitearch}/decorator-%{version}-py*.egg-info/* +%{python_sitearch}/decorator-%{version}-py*.egg-info/* %changelog +* Sun Sep 27 2020 Silvan Calarco 4.4.2-2mamba +- rebuilt with py3* packages + * Wed Mar 04 2020 Automatic Build System 4.4.2-1mamba - automatic version update by autodist