update to 0.4.7 [release 0.4.7-1mamba;Thu May 09 2024]
This commit is contained in:
parent
e46a803227
commit
ea5e38ceeb
@ -1,13 +1,13 @@
|
||||
Name: python-cube-scramble-cli
|
||||
Version: 0.4.3
|
||||
Release: 3mamba
|
||||
Version: 0.4.7
|
||||
Release: 1mamba
|
||||
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
|
||||
Source: https://github.com/seanbreckenridge/cube-scramble-cli.git/%{version}/cube-scramble-cli-%{version}.tar.bz2
|
||||
Source: https://pypi.debian.net/cube-scramble-cli/cube%20scramble%20cli-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
@ -26,7 +26,9 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n cube-scramble-cli-%{version}
|
||||
%setup -q -c -a0
|
||||
mv cube\ scramble\ cli-%{version}/* .
|
||||
rmdir cube\ scramble\ cli-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
@ -49,6 +51,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.7-1mamba
|
||||
- update to 0.4.7
|
||||
|
||||
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 0.4.3-3mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user