rebuilt with libkdegames5 [release 15.12.0-2mamba;Sun Jan 03 2016]
This commit is contained in:
parent
fe522c7778
commit
d379ad6f31
@ -1,13 +1,13 @@
|
|||||||
Name: knavalbattle
|
Name: knavalbattle
|
||||||
Version: 4.14.3
|
Version: 15.12.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Naval Battle
|
Summary: Naval Battle
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{version}/src/knavalbattle-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/knavalbattle-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -15,9 +15,10 @@ BuildRequires: kdelibs-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libkdegames5-devel >= %{version}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Provides: kbattleship
|
Provides: kbattleship
|
||||||
Obsoletes: kbattleship
|
Obsoletes: kbattleship
|
||||||
@ -32,7 +33,7 @@ Naval Battle.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -44,17 +45,24 @@ Naval Battle.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/knavalbattle
|
%{_kde5_bindir}/knavalbattle
|
||||||
%{_kde4_xdgappsdir}/knavalbattle.desktop
|
%{_kde5_xdgappsdir}/org.kde.knavalbattle.desktop
|
||||||
%dir %{_kde4_datadir}/knavalbattle
|
%dir %{_kde5_datadir}/knavalbattle
|
||||||
%{_kde4_datadir}/knavalbattle/*
|
%{_kde5_datadir}/knavalbattle/*
|
||||||
%{_kde4_htmldir}/en/knavalbattle/*
|
%{_kde5_datadir}/kxmlgui5/knavalbattle/knavalbattleui.rc
|
||||||
%{_kde4_icondir}/hicolor/*/apps/knavalbattle.png
|
%{_kde5_htmldir}/en/knavalbattle/*
|
||||||
%{_kde4_servicesdir}/knavalbattle.protocol
|
%{_kde5_icondir}/hicolor/*/apps/knavalbattle.png
|
||||||
%{_kde4_kconfupdatedir}/knavalbattle.upd
|
%{_kde5_servicesdir}/knavalbattle.protocol
|
||||||
|
%{_kde5_kconfupdatedir}/knavalbattle.upd
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.0-2mamba
|
||||||
|
- rebuilt with libkdegames5
|
||||||
|
|
||||||
|
* Wed Dec 23 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user