Compare commits

...

11 Commits

Author SHA1 Message Date
d85b97fca2 automatic version update by autodist [release 20.12.3-1mamba;Fri Mar 05 2021] 2024-01-05 20:53:04 +01:00
c57e616d24 automatic version update by autodist [release 20.12.2-1mamba;Thu Feb 04 2021] 2024-01-05 20:53:04 +01:00
c63c55404b automatic version update by autodist [release 20.12.1-1mamba;Thu Jan 07 2021] 2024-01-05 20:53:04 +01:00
44ce1b5766 automatic version update by autodist [release 20.12.0-1mamba;Thu Dec 10 2020] 2024-01-05 20:53:04 +01:00
2d111ff6e5 automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-05 20:53:04 +01:00
51f95c0c83 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-05 20:53:04 +01:00
b5f63153e8 automatic version update by autodist [release 20.08.1-1mamba;Thu Sep 03 2020] 2024-01-05 20:53:04 +01:00
1d2e7d34df automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-05 20:53:04 +01:00
e4177c3e80 automatic version update by autodist [release 20.04.3-1mamba;Thu Jul 09 2020] 2024-01-05 20:53:04 +01:00
4341f2d407 automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-05 20:53:04 +01:00
fd73983ab0 automatic version update by autodist [release 20.04.1-1mamba;Fri May 15 2020] 2024-01-05 20:53:03 +01:00

View File

@ -1,12 +1,12 @@
Name: bomber
Version: 20.04.0
Version: 20.12.3
Release: 1mamba
Summary: Arcade Bombing Game
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
URL: https://www.kde.org
Source: http://download.kde.org/stable/release-service/%{version}/src/bomber-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
@ -27,7 +27,6 @@ BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: automoc4
BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Bomber is a single player arcade game.
@ -59,14 +58,14 @@ exit 0
%posttrans
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
exit 0
%postun
if [ $1 -eq 0 ]; then
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
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi
@ -100,6 +99,39 @@ exit 0
%doc AUTHORS COPYING
%changelog
* 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