diff --git a/README.md b/README.md index 6e272f4..609b5a4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # bomber +Bomber is a single player arcade game. +The player is invading various cities in a plane that is decreasing in height. +The goal of the game is to destroy all the buildings and advance to the next level. +Each level gets a bit harder by increasing the speed of the plane and the height of the buildings. + diff --git a/bomber.spec b/bomber.spec new file mode 100644 index 0000000..00842ce --- /dev/null +++ b/bomber.spec @@ -0,0 +1,124 @@ +Name: bomber +Version: 4.13.0 +Release: 1mamba +Summary: Arcade Bombing Game +Group: Graphical Desktop/Applications/Games +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.kde.org +Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/bomber-%{version}.tar.xz +License: GPL +BuildRequires: automoc4 +BuildRequires: cmake +BuildRequires: libqt4-devel +BuildRequires: kdelibs-devel +## AUTOBUILDREQ-BEGIN +## note: run 'autospec -u -a6 bomber.spec' to get the list of build requirements. +## AUTOBUILDREQ-END +Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Bomber is a single player arcade game. +The player is invading various cities in a plane that is decreasing in height. +The goal of the game is to destroy all the buildings and advance to the next level. +Each level gets a bit harder by increasing the speed of the plane and the height of the buildings. + +%debug_package + +%prep +%setup -q + +%build +%cmake_kde4 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +touch --no-create %{_kde4_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 +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 +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 +%doc AUTHORS COPYING + +%changelog +* Thu Apr 17 2014 Automatic Build System 4.13.0-1mamba +- automatic version update by autodist + +* Thu Apr 03 2014 Automatic Build System 4.12.4-1mamba +- automatic version update by autodist + +* Wed Mar 05 2014 Automatic Build System 4.12.3-1mamba +- automatic version update by autodist + +* Wed Feb 05 2014 Automatic Build System 4.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 14 2014 Automatic Build System 4.12.1-1mamba +- automatic version update by autodist + +* Thu Dec 19 2013 Automatic Build System 4.12.0-1mamba +- automatic version update by autodist + +* Thu Dec 05 2013 Automatic Build System 4.11.4-1mamba +- automatic version update by autodist + +* Wed Nov 06 2013 Automatic Build System 4.11.3-1mamba +- automatic version update by autodist + +* Wed Oct 02 2013 Automatic Build System 4.11.2-1mamba +- automatic version update by autodist + +* Wed Sep 04 2013 Automatic Build System 4.11.1-1mamba +- automatic version update by autodist + +* Thu Aug 15 2013 Automatic Build System 4.11.0-1mamba +- automatic version update by autodist + +* Tue Jul 02 2013 Automatic Build System 4.10.5-1mamba +- automatic version update by autodist + +* Sat Jun 08 2013 Automatic Build System 4.10.4-1mamba +- automatic version update by autodist + +* Tue May 07 2013 Automatic Build System 4.10.3-1mamba +- automatic version update by autodist + +* Wed Apr 03 2013 Automatic Build System 4.10.2-1mamba +- automatic version update by autodist + +* Thu Mar 07 2013 Automatic Build System 4.10.1-1mamba +- automatic version update by autodist + +* Mon Mar 04 2013 Davide Madrisan 4.10.0-1mamba +- package created by davide using the webbuild interface