rebuilt with distdeps [release 0.10.0-3mamba;Sat Apr 10 2021]
This commit is contained in:
parent
7bb8652b71
commit
53b1a68edb
@ -1,6 +1,6 @@
|
||||
Name: python-cycler
|
||||
Version: 0.10.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: mathplotlib libraty - composable cycles
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,11 +10,9 @@ URL: https://github.com/matplotlib/cycler
|
||||
Source: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(six)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,16 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
%dir %{python_sitearch}/cycler-%{version}-py*.egg-info
|
||||
%{python_sitearch}/cycler-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
## note: eventually add the remaining documents (if any)
|
||||
# %doc README.rst
|
||||
|
||||
%changelog
|
||||
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-3mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
|
||||
- rebuilt with python3 3.7.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user