rebuilt with distdeps [release 1.1-3mamba;Sat Apr 03 2021]
This commit is contained in:
parent
7a9d85bd0b
commit
afc53d03d7
@ -1,24 +1,26 @@
|
||||
Name: python-ordereddict
|
||||
Version: 1.1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A drop-in substitute for Py2.7's new collections.OrderedDict
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://pypi.python.org/pypi/ordereddict
|
||||
Source: http://pypi.python.org/packages/source/o/ordereddict/ordereddict-%{version}.tar.gz
|
||||
URL: https://pypi.python.org/pypi/ordereddict
|
||||
Source: https://pypi.debian.net/ordereddict/ordereddict-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A drop-in substitute for Py2.7's new collections.OrderedDict.
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n ordereddict-%{version}
|
||||
|
||||
@ -36,11 +38,15 @@ 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)
|
||||
%{python_sitearch}/ordereddict-%{version}-py*.egg-info
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-3mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user