65 lines
2.0 KiB
RPMSpec
65 lines
2.0 KiB
RPMSpec
Name: python-pyTwistyScrambler
|
|
Version: 1.6
|
|
Release: 2mamba
|
|
Summary: Python module for generating scrambles of various twisty puzzles, including the Rubik's cube, 4x4x4 cube, and others
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/euphwes/pyTwistyScrambler
|
|
Source: https://pypi.debian.net/pyTwistyScrambler/pyTwistyScrambler-%{version}.tar.gz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython3-devel
|
|
BuildRequires: python3.7dist(appdirs)
|
|
BuildRequires: python3.7dist(packaging)
|
|
BuildRequires: python3.7dist(pyexecjs)
|
|
BuildRequires: python3.7dist(pyparsing)
|
|
BuildRequires: python3.7dist(six)
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n pyTwistyScrambler-%{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
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info
|
|
%{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info/*
|
|
|
|
%changelog
|
|
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-2mamba
|
|
- rebuilt with distdeps
|
|
|
|
* Tue Apr 06 2021 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-2mamba
|
|
- require python-PyExecJS-py3
|
|
|
|
* Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
|
- package created using the webbuild interface
|