rebuilt with distdeps [release 2.6-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
07dc73aa23
commit
e35d323ce4
@ -1,6 +1,6 @@
|
||||
Name: python-parsedatetime
|
||||
Version: 2.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Parse human-readable date/time text
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,8 @@ URL: https://pypi.python.org/pypi/parsedatetime
|
||||
Source: https://pypi.debian.net/parsedatetime/parsedatetime-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
Requires: python-future
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,12 +35,17 @@ 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 "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/parsedatetime-%{version}-py*.egg-info
|
||||
%{python_sitearch}/parsedatetime-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Mon Jun 01 2020 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user