diff --git a/python-datatypes.spec b/python-datatypes.spec index 5a90669..15471eb 100644 --- a/python-datatypes.spec +++ b/python-datatypes.spec @@ -1,13 +1,13 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-datatypes -Version: 0.2.6 +Version: 0.9.0 Release: 1mamba Summary: Utility Classes and Functions that are handy across multiple projects Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://github.com/Jaymon/datatypes +URL: https://github.com/Jaymon/datatypes Source: https://pypi.debian.net/datatypes/datatypes-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN @@ -38,11 +38,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) %dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* +%dir %{python_sitearch}/%{pkgname} +%{python_sitearch}/%{pkgname}/* %changelog +* Mon Mar 06 2023 Automatic Build System 0.9.0-1mamba +- automatic version update by autodist + * Mon Apr 18 2022 Silvan Calarco 0.2.6-1mamba - package created using the webbuild interface