diff --git a/README.md b/README.md index acd82f4..5ea719e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-cycler +mathplotlib libraty - composable cycles. + diff --git a/python-cycler.spec b/python-cycler.spec new file mode 100644 index 0000000..3bd07a3 --- /dev/null +++ b/python-cycler.spec @@ -0,0 +1,51 @@ +Name: python-cycler +Version: 0.10.0 +Release: 1mamba +Summary: mathplotlib libraty - composable cycles +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: https://github.com/matplotlib/cycler +Source: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz +License: BSD +## AUTOBUILDREQ-BEGIN +BuildRequires: libpython-devel +## AUTOBUILDREQ-END +Requires: python >= %python_version +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +%{summary}. + +%if 0%{?with_pyver} +%pyver_package +%endif + +%prep +%setup -q -n cycler-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{python_inc} \ + --install-lib=%{python_sitearch} \ + --record=%{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 +%doc LICENSE +## note: eventually add the remaining documents (if any) +# %doc README.rst + +%changelog +* Mon Jul 18 2016 Davide Madrisan 0.10.0-1mamba +- package created by autospec \ No newline at end of file