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