rebuilt with py3* packages [release 2.5-2mamba;Sat Apr 11 2020]
This commit is contained in:
parent
2e11c6f2ae
commit
45523e7f46
@ -1,6 +1,6 @@
|
||||
Name: python-parsedatetime
|
||||
Version: 2.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Parse human-readable date/time text
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n parsedatetime-%{version}
|
||||
|
||||
@ -36,10 +40,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
|
||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-2mamba
|
||||
- rebuilt with py3* packages
|
||||
|
||||
* Wed Nov 27 2019 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user