automatic version update by autodist [release 0.2.5-1mamba;Thu Feb 25 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:46:00 +01:00
parent 7836aec3db
commit c79e386ead

View File

@ -1,5 +1,5 @@
Name: python-timelib Name: python-timelib
Version: 0.2.4 Version: 0.2.5
Release: 1mamba Release: 1mamba
Summary: Parse english textual date descriptions Summary: Parse english textual date descriptions
Group: System/Libraries Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/timelib URL: https://pypi.python.org/pypi/timelib
Source: https://pypi.python.org/packages/source/t/timelib/timelib-%{version}.zip Source: https://pypi.debian.net/timelib/timelib-%{version}.zip
License: zlib/libpng License: zlib/libpng
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -15,7 +15,6 @@ BuildRequires: libpython-devel
BuildRequires: libpython27-devel BuildRequires: libpython27-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -35,7 +34,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
@ -47,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
# %doc README.rst # %doc README.rst
%changelog %changelog
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 0.2.5-1mamba
- automatic version update by autodist
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1mamba * Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-1mamba
- package created by silvan using the webbuild interface - package created by silvan using the webbuild interface