rebuild for python3 and with dist deps [release 0.4.3-2mamba;Fri Jan 14 2022]
This commit is contained in:
parent
1a8e65b3d2
commit
adbb020740
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user