automatic version update by autodist [release 1.0.1-1mamba;Thu Mar 09 2023]
This commit is contained in:
parent
ede73ad9e4
commit
bea9cd27d9
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2-)
|
%define pkgname %(echo %name | cut -d- -f2-)
|
||||||
Name: python-resolvelib
|
Name: python-resolvelib
|
||||||
Version: 0.5.5
|
Version: 1.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Resolve abstract dependencies into concrete ones
|
Summary: Resolve abstract dependencies into concrete ones
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,10 +40,29 @@ 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)
|
||||||
|
## note: this list is just an example; modify as required
|
||||||
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.5-1mamba
|
* Thu Mar 09 2023 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 08 2023 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user