automatic version update by autodist [release 0.2.1-1mamba;Fri Jun 30 2023]
This commit is contained in:
parent
2a03e142a3
commit
45b5c7eb63
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-dsnparse
|
Name: python-dsnparse
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Parse dsn urls
|
Summary: Parse dsn urls
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -39,12 +39,17 @@ 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
|
||||||
sed -i "\,__pycache__,d" %{name}.filelist
|
sed -i "\,__pycache__,d" %{name}.filelist
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{python_sitearch}/__pycache__
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%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/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 0.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user