Compare commits
14 Commits
16.04.3-1m
...
17.12.3-1m
Author | SHA1 | Date | |
---|---|---|---|
dc72186bba | |||
a29ca882c2 | |||
c7260d5519 | |||
a25dcc9827 | |||
432c9d528c | |||
244ed0d58d | |||
7525020764 | |||
ddb670e690 | |||
97b6c3d7cb | |||
fb744b299b | |||
b8ba59c31e | |||
ef453b2b39 | |||
f614c37191 | |||
33d69812f3 |
98
bomber.spec
98
bomber.spec
@ -1,5 +1,5 @@
|
||||
Name: bomber
|
||||
Version: 16.04.3
|
||||
Version: 17.12.3
|
||||
Release: 1mamba
|
||||
Summary: Arcade Bombing Game
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
@ -9,15 +9,24 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/bomber-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
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
|
||||
BuildRequires: libkdegames5-devel >= %{version}
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -39,6 +48,8 @@ Each level gets a bit harder by increasing the speed of the plane and the height
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -61,20 +72,85 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/bomber
|
||||
%{_kde5_xdgappsdir}/org.kde.bomber.desktop
|
||||
%{_datadir}/appdata/org.kde.bomber.appdata.xml
|
||||
%{_datadir}/metainfo/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
|
||||
%lang(en) %{_kde5_htmldir}/en/bomber
|
||||
%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
|
||||
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 11 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 07 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 10 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 15 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 18 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 27 2016 Automatic Build System <autodist@mambasoft.it> 16.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user