rebuilt with py3* packages [release 1.1-2mamba;Sat Apr 11 2020]
This commit is contained in:
parent
c14046f662
commit
d3d6e69a1e
@ -1,13 +1,13 @@
|
|||||||
Name: python-pyrfc3339
|
Name: python-pyrfc3339
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Generate and parse RFC 3339 timestamps
|
Summary: Generate and parse RFC 3339 timestamps
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/kurtraschke/pyRFC3339
|
URL: https://github.com/kurtraschke/pyRFC3339
|
||||||
Source: https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-%{version}.tar.gz
|
Source: https://pypi.debian.net/pyRFC3339/pyRFC3339-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyRFC3339-%{version}
|
%setup -q -n pyRFC3339-%{version}
|
||||||
|
|
||||||
@ -35,10 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||||
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user