From c79e386ead9a8d62eb2127b7153c18366d5a66c8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:46:00 +0100 Subject: [PATCH] automatic version update by autodist [release 0.2.5-1mamba;Thu Feb 25 2021] --- python-timelib.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-timelib.spec b/python-timelib.spec index 35e2afa..5c29b8b 100644 --- a/python-timelib.spec +++ b/python-timelib.spec @@ -1,5 +1,5 @@ Name: python-timelib -Version: 0.2.4 +Version: 0.2.5 Release: 1mamba Summary: Parse english textual date descriptions Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -15,7 +15,6 @@ BuildRequires: libpython-devel BuildRequires: libpython27-devel ## AUTOBUILDREQ-END Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -35,7 +34,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) @@ -47,5 +46,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %doc README.rst %changelog +* Thu Feb 25 2021 Automatic Build System 0.2.5-1mamba +- automatic version update by autodist + * Wed May 21 2014 Silvan Calarco 0.2.4-1mamba - package created by silvan using the webbuild interface