Compare commits
7 Commits
24.08.2-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
4c08f20e84 | |||
9a7c76c9f6 | |||
0d2ed129ce | |||
6f496c7674 | |||
dbce5a11c1 | |||
db4b0f2708 | |||
4e42aaef11 |
@ -3,3 +3,4 @@
|
|||||||
KSpaceduel is an arcade two-player space game for KDE.
|
KSpaceduel is an arcade two-player space game for KDE.
|
||||||
Two ships fly around the sun and have to shoot the other ship.
|
Two ships fly around the sun and have to shoot the other ship.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: kspaceduel
|
Name: kspaceduel
|
||||||
Version: 24.08.2
|
Version: 25.04.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An arcade two-player space game for KDE
|
Summary: An arcade two-player space game for KDE
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
@ -11,6 +11,12 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libQt6Xml
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
@ -21,11 +27,11 @@ BuildRequires: libkf6-kconfigwidgets-devel
|
|||||||
BuildRequires: libkf6-kcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkf6-kcrash-devel
|
BuildRequires: libkf6-kcrash-devel
|
||||||
BuildRequires: libkf6-kdbusaddons-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
|
BuildRequires: libkf6-kguiaddons-devel
|
||||||
BuildRequires: libkf6-ki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkf6-kxmlgui-devel
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
BuildRequires: qt6-qtsvg-devel
|
BuildRequires: qt6-qtsvg-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -36,7 +42,6 @@ BuildRequires: cmake
|
|||||||
KSpaceduel is an arcade two-player space game for KDE.
|
KSpaceduel is an arcade two-player space game for KDE.
|
||||||
Two ships fly around the sun and have to shoot the other ship.
|
Two ships fly around the sun and have to shoot the other ship.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -86,6 +91,27 @@ exit 0
|
|||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 09 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 17 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user