automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
ca0fce5b9d
commit
25b5520ff7
23
kajongg.spec
23
kajongg.spec
@ -1,5 +1,5 @@
|
||||
Name: kajongg
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: The ancient Chinese board game for 4 players
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/kajongg-%{version}.tar.xz
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kajongg-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -24,21 +24,24 @@ The ancient Chinese board game for 4 players.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build \
|
||||
%cmake_kf6 \
|
||||
-DPYTHON_EXECUTABLE=%{__python3}
|
||||
|
||||
%make
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
|
||||
|
||||
# 24.02.0: fix wrong installation in /usr/bin/bin/
|
||||
mv %{buildroot}/usr/usr/bin %{buildroot}/usr/bin
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kajongg
|
||||
%{_bindir}/kajonggserver
|
||||
@ -52,6 +55,12 @@ The ancient Chinese board game for 4 players.
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user