rebuilt with libkdegames5 [release 15.12.0-2mamba;Wed Jan 06 2016]
This commit is contained in:
parent
137e6e933b
commit
256f4d8cde
@ -1,25 +1,24 @@
|
||||
Name: killbots
|
||||
Version: 4.14.3
|
||||
Release: 1mamba
|
||||
Version: 15.12.0
|
||||
Release: 2mamba
|
||||
Summary: KDE kill bots game
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{version}/src/killbots-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/killbots-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: libkdegames5-devel >= %{version}
|
||||
BuildRequires: cmake
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -31,7 +30,7 @@ KD kill bots game.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -42,38 +41,66 @@ KD kill bots game.
|
||||
[ "%{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}/killbots
|
||||
%{_kde4_kcfgdir}/killbots.kcfg
|
||||
%{_kde4_xdgappsdir}/killbots.desktop
|
||||
%dir %{_kde4_datadir}/killbots
|
||||
%{_kde4_datadir}/killbots/*
|
||||
%dir %{_kde4_htmldir}/en/killbots
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/killbots/*
|
||||
%{_kde4_icondir}/hicolor/*/apps/killbots.png
|
||||
%{_kde4_icondir}/hicolor/scalable/apps/killbots.svgz
|
||||
%{_kde5_bindir}/killbots
|
||||
%{_kde5_kcfgdir}/killbots.kcfg
|
||||
%{_kde5_xdgappsdir}/org.kde.killbots.desktop
|
||||
%dir %{_kde5_datadir}/killbots
|
||||
%{_kde5_datadir}/killbots/*
|
||||
%{_datadir}/kxmlgui5/killbots/killbotsui.rc
|
||||
%dir %{_kde5_htmldir}/en/killbots
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/killbots/*
|
||||
%{_kde5_icondir}/hicolor/*/apps/killbots.png
|
||||
#%{_kde5_icondir}/hicolor/scalable/apps/killbots.svgz
|
||||
%doc COPYING COPYING.DOC
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user