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
|
Name: python-ordereddict
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A drop-in substitute for Py2.7's new collections.OrderedDict
|
Summary: A drop-in substitute for Py2.7's new collections.OrderedDict
|
||||||
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: http://pypi.python.org/pypi/ordereddict
|
URL: https://pypi.python.org/pypi/ordereddict
|
||||||
Source: http://pypi.python.org/packages/source/o/ordereddict/ordereddict-%{version}.tar.gz
|
Source: https://pypi.debian.net/ordereddict/ordereddict-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A drop-in substitute for Py2.7's new collections.OrderedDict.
|
A drop-in substitute for Py2.7's new collections.OrderedDict.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ordereddict-%{version}
|
%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
|
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)
|
||||||
|
%{python_sitearch}/ordereddict-%{version}-py*.egg-info
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user