From adbb0207402dfce333a5026cd8421db5a8a4c508 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:01:01 +0100 Subject: [PATCH] rebuild for python3 and with dist deps [release 0.4.3-2mamba;Fri Jan 14 2022] --- python-cube-scramble-cli.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/python-cube-scramble-cli.spec b/python-cube-scramble-cli.spec index 436fa03..1653470 100644 --- a/python-cube-scramble-cli.spec +++ b/python-cube-scramble-cli.spec @@ -1,23 +1,21 @@ Name: python-cube-scramble-cli Version: 0.4.3 -Release: 1mamba +Release: 2mamba Summary: Applications/Games Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/seanbreckenridge/cube-scramble-cli.git -## GITSOURCE https://github.com/seanbreckenridge/cube-scramble-cli.git 0.4.3 +URL: https://github.com/seanbreckenridge/cube-scramble-cli Source: https://github.com/seanbreckenridge/cube-scramble-cli.git/%{version}/cube-scramble-cli-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(prompt-toolkit) +BuildRequires: python3.7dist(pytwistyscrambler) +BuildRequires: python3.7dist(setuptools) +BuildRequires: python3.7dist(tabulate) ## 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 %{summary}. @@ -41,12 +39,17 @@ CFLAGS="%{optflags}" %{__python3} setup.py build --install-lib=%{python3_sitearch} \ --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 %defattr(-,root,root) +%dir %{python_sitearch}/cube_scramble_cli-%{version}-py*.egg-info +%{python_sitearch}/cube_scramble_cli-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Fri Jan 14 2022 Silvan Calarco 0.4.3-2mamba +- rebuild for python3 and with dist deps + * Fri May 08 2020 Silvan Calarco 0.4.3-1mamba - package created using the webbuild interface