rebuilt with python3 [release 0.6.0-2mamba;Tue Jan 19 2021]
This commit is contained in:
parent
4c58589248
commit
fb74956315
@ -1,6 +1,6 @@
|
||||
Name: python-isodate
|
||||
Version: 0.6.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An ISO 8601 date/time/duration parser and formatter
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -10,16 +10,20 @@ URL: http://pypi.python.org/pypi/isodate/
|
||||
Source: http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: python
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n isodate-%{version}
|
||||
|
||||
@ -38,10 +42,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-2mamba
|
||||
- rebuilt with python3
|
||||
|
||||
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user