rebuild for python3 and with dist deps [release 0.4.3-2mamba;Fri Jan 14 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:01:01 +01:00
parent 1a8e65b3d2
commit adbb020740

View File

@ -1,23 +1,21 @@
Name: python-cube-scramble-cli Name: python-cube-scramble-cli
Version: 0.4.3 Version: 0.4.3
Release: 1mamba Release: 2mamba
Summary: Applications/Games Summary: Applications/Games
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: https://github.com/seanbreckenridge/cube-scramble-cli.git URL: https://github.com/seanbreckenridge/cube-scramble-cli
## GITSOURCE https://github.com/seanbreckenridge/cube-scramble-cli.git 0.4.3
Source: https://github.com/seanbreckenridge/cube-scramble-cli.git/%{version}/cube-scramble-cli-%{version}.tar.bz2 Source: https://github.com/seanbreckenridge/cube-scramble-cli.git/%{version}/cube-scramble-cli-%{version}.tar.bz2
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(prompt-toolkit)
BuildRequires: python3.7dist(pytwistyscrambler)
BuildRequires: python3.7dist(setuptools)
BuildRequires: python3.7dist(tabulate)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python3 >= %python3_version
Requires: python-pyTwistyScrambler-py3
Requires: python-prompt_toolkit-py3
Requires: python-tabulate-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -41,12 +39,17 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
--install-lib=%{python3_sitearch} \ --install-lib=%{python3_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/cube_scramble_cli-%{version}-py*.egg-info
%{python_sitearch}/cube_scramble_cli-%{version}-py*.egg-info/*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Jan 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
- rebuild for python3 and with dist deps
* Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba * Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface