automatic version update by autodist [release 3.3.0-1mamba;Wed Dec 02 2020]
This commit is contained in:
parent
ec55ff9d83
commit
d458d40d58
@ -1,5 +1,5 @@
|
|||||||
Name: python-stevedore
|
Name: python-stevedore
|
||||||
Version: 1.32.0
|
Version: 3.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Manage dynamic plugins for Python applications
|
Summary: Manage dynamic plugins for Python applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n stevedore-%{version}
|
%setup -q -n stevedore-%{version}
|
||||||
|
|
||||||
@ -35,13 +39,25 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
%dir %{python_sitearch}/stevedore-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
%{python_sitearch}/stevedore-%{version}-py*.egg-info/*
|
||||||
%doc AUTHORS LICENSE ChangeLog README.rst
|
%doc AUTHORS LICENSE ChangeLog README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 13 2020 Automatic Build System <autodist@mambasoft.it> 3.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 02 2020 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
* Thu Feb 20 2020 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user