Compare commits
28 Commits
19.12.0-1m
...
22.04.0-1m
Author | SHA1 | Date | |
---|---|---|---|
00b7ded586 | |||
caf86e6988 | |||
c86c0e7577 | |||
634e1abb21 | |||
ee1aec12f2 | |||
ee63d5517d | |||
54efe2e09f | |||
d14821ebf7 | |||
a36ab70117 | |||
fc016db6e6 | |||
221b75fe67 | |||
2f73636d50 | |||
41779d1a5d | |||
d85b97fca2 | |||
c57e616d24 | |||
c63c55404b | |||
44ce1b5766 | |||
2d111ff6e5 | |||
51f95c0c83 | |||
b5f63153e8 | |||
1d2e7d34df | |||
e4177c3e80 | |||
4341f2d407 | |||
fd73983ab0 | |||
d73c0b8ad1 | |||
1302531bbe | |||
adac88eefd | |||
dab7f8971c |
120
bomber.spec
120
bomber.spec
@ -1,12 +1,12 @@
|
|||||||
Name: bomber
|
Name: bomber
|
||||||
Version: 19.12.0
|
Version: 22.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Arcade Bombing Game
|
Summary: Arcade Bombing Game
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/bomber-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/bomber-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -19,15 +19,16 @@ BuildRequires: libkconfigwidgets-devel
|
|||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkcoreaddons-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkcrash-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkdbusaddons-devel
|
||||||
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libki18n-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bomber is a single player arcade game.
|
Bomber is a single player arcade game.
|
||||||
@ -48,7 +49,7 @@ Each level gets a bit harder by increasing the speed of the plane and the height
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -59,14 +60,14 @@ exit 0
|
|||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
@ -80,26 +81,95 @@ exit 0
|
|||||||
%{_kde5_datadir}/bomber
|
%{_kde5_datadir}/bomber
|
||||||
%{_kde5_kcfgdir}/bomber.kcfg
|
%{_kde5_kcfgdir}/bomber.kcfg
|
||||||
%{_kde5_icondir}/hicolor/*/apps/bomber.png
|
%{_kde5_icondir}/hicolor/*/apps/bomber.png
|
||||||
%dir %{_datadir}/kxmlgui5/bomber
|
#%dir %{_datadir}/kxmlgui5/bomber
|
||||||
%{_datadir}/kxmlgui5/bomber/bomberui.rc
|
#%{_datadir}/kxmlgui5/bomber/bomberui.rc
|
||||||
%lang(en) %{_kde5_htmldir}/en/bomber
|
%doc AUTHORS LICENSES
|
||||||
%lang(ca) %{_datadir}/doc/HTML/ca/bomber
|
|
||||||
%lang(cs) %{_datadir}/doc/HTML/cs/bomber
|
|
||||||
%lang(de) %{_datadir}/doc/HTML/de/bomber
|
|
||||||
%lang(es) %{_datadir}/doc/HTML/es/bomber
|
|
||||||
%lang(et) %{_datadir}/doc/HTML/et/bomber
|
|
||||||
%lang(fr) %{_datadir}/doc/HTML/fr/bomber
|
|
||||||
%lang(gl) %{_datadir}/doc/HTML/gl/bomber
|
|
||||||
%lang(it) %{_datadir}/doc/HTML/it/bomber
|
|
||||||
%lang(nl) %{_datadir}/doc/HTML/nl/bomber
|
|
||||||
%lang(pl) %{_datadir}/doc/HTML/pl/bomber
|
|
||||||
%lang(pt) %{_datadir}/doc/HTML/pt/bomber
|
|
||||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/bomber
|
|
||||||
%lang(sv) %{_datadir}/doc/HTML/sv/bomber
|
|
||||||
%lang(uk) %{_datadir}/doc/HTML/uk/bomber
|
|
||||||
%doc AUTHORS COPYING
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 09 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 09 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user