automatic version update by autodist [release 0.2.5-1mamba;Thu Feb 25 2021]
This commit is contained in:
parent
7836aec3db
commit
c79e386ead
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- package created by silvan using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user