rebuilt with distdeps [release 5.1.1-2mamba;Sat Feb 26 2022]
This commit is contained in:
parent
01eaca0a69
commit
6b4b0206af
@ -1,6 +1,6 @@
|
|||||||
Name: python-decorator
|
Name: python-decorator
|
||||||
Version: 5.1.1
|
Version: 5.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Python moduke to simplify the usage and to popularize decorators
|
Summary: A Python moduke to simplify the usage and to popularize decorators
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,6 +10,7 @@ URL: https://pypi.org/project/decorator/
|
|||||||
Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz
|
Source: http://pypi.debian.net/decorator/decorator-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,9 +39,13 @@ 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)
|
||||||
|
%dir %{python_sitearch}/decorator-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/decorator-%{version}-py*.egg-info/*
|
%{python_sitearch}/decorator-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.1-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user