Compare commits

...

11 Commits

Author SHA1 Message Date
70d42802c9 automatic version update by autodist [release 16.04.1-1mamba;Wed May 11 2016] 2024-01-05 20:53:02 +01:00
0d241b559d automatic version update by autodist [release 16.04.0-1mamba;Sun Apr 24 2016] 2024-01-05 20:53:02 +01:00
96f5e1c31c automatic version update by autodist [release 15.12.3-1mamba;Thu Mar 17 2016] 2024-01-05 20:53:02 +01:00
3b5cf1d5db automatic version update by autodist [release 15.12.2-1mamba;Wed Feb 17 2016] 2024-01-05 20:53:02 +01:00
51be31e086 automatic version update by autodist [release 15.12.1-1mamba;Wed Jan 13 2016] 2024-01-05 20:53:02 +01:00
73fe18cfaa rebuilt with libkdegames5 [release 15.12.0-2mamba;Wed Jan 06 2016] 2024-01-05 20:53:02 +01:00
e7d669aaa8 automatic version update by autodist [release 4.14.3-1mamba;Thu Nov 20 2014] 2024-01-05 20:53:02 +01:00
73ba9aff9b automatic version update by autodist [release 4.14.2-1mamba;Mon Oct 20 2014] 2024-01-05 20:53:02 +01:00
1c90e33073 automatic version update by autodist [release 4.14.1-1mamba;Sun Sep 28 2014] 2024-01-05 20:53:02 +01:00
0d33cf951b automatic version update by autodist [release 4.14.0-1mamba;Thu Aug 21 2014] 2024-01-05 20:53:02 +01:00
3fa9a5b826 automatic version update by autodist [release 4.13.3-1mamba;Tue Jul 15 2014] 2024-01-05 20:53:02 +01:00

View File

@ -1,5 +1,5 @@
Name: bomber
Version: 4.13.2
Version: 16.04.1
Release: 1mamba
Summary: Arcade Bombing Game
Group: Graphical Desktop/Applications/Games
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/bomber-%{version}.tar.xz
Source: http://download.kde.org/stable/applications/%{version}/src/bomber-%{version}.tar.xz
License: GPL
BuildRequires: automoc4
BuildRequires: cmake
@ -16,6 +16,7 @@ BuildRequires: kdelibs-devel
## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 bomber.spec' to get the list of build requirements.
## AUTOBUILDREQ-END
BuildRequires: libkdegames5-devel >= %{version}
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -31,7 +32,7 @@ Each level gets a bit harder by increasing the speed of the plane and the height
%setup -q
%build
%cmake_kde4 -d build
%cmake_kde5 -d build
%make
%install
@ -42,36 +43,98 @@ Each level gets a bit harder by increasing the speed of the plane and the height
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
update-mime-database %{_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 %{_kde4_mimedir} >/dev/null 2>&1
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
update-mime-database %{_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
exit 0
%files
%defattr(-,root,root)
%{_kde4_bindir}/bomber
%{_kde4_xdgappsdir}/bomber.desktop
%{_kde4_datadir}/bomber
%{_kde4_kcfgdir}/bomber.kcfg
%doc %lang(en) %{_kde4_htmldir}/en/bomber
%{_kde4_icondir}/hicolor/*/apps/bomber.png
%{_kde4_icondir}/hicolor/scalable/apps/bomber.svgz
%{_kde5_bindir}/bomber
%{_kde5_xdgappsdir}/org.kde.bomber.desktop
%{_datadir}/appdata/org.kde.bomber.appdata.xml
%{_kde5_datadir}/bomber
%{_kde5_kcfgdir}/bomber.kcfg
%doc %lang(en) %{_kde5_htmldir}/en/bomber
%{_kde5_icondir}/hicolor/*/apps/bomber.png
%dir %{_datadir}/kxmlgui5/bomber
%{_datadir}/kxmlgui5/bomber/bomberui.rc
%doc AUTHORS COPYING
%changelog
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
- automatic version update by autodist
* Sun Apr 24 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
- automatic version update by autodist
* Thu Mar 17 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
- automatic version update by autodist
* Wed Feb 17 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
- automatic version update by autodist
* Wed Jan 13 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
- automatic version update by autodist
* Wed Jan 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.0-2mamba
- rebuilt with libkdegames5
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
- automatic version update by autodist
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
- automatic version update by autodist
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
- automatic version update by autodist
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
- automatic version update by autodist
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
- automatic version update by autodist
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
- automatic version update by autodist
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
- automatic version update by autodist
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
- automatic version update by autodist
* Sun May 10 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
- automatic version update by autodist
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
- automatic version update by autodist
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
- automatic version update by autodist
* Sun Sep 28 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
- automatic version update by autodist
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
- automatic version update by autodist
* Tue Jul 15 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
- automatic version update by autodist
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
- automatic version update by autodist