diff --git a/bovo.spec b/bovo.spec index 0a3ccda..1b9da59 100644 --- a/bovo.spec +++ b/bovo.spec @@ -1,13 +1,13 @@ Name: bovo -Version: 4.14.3 -Release: 1mamba +Version: 15.12.0 +Release: 2mamba Summary: Five-in-a-row Board Game Group: Graphical Desktop/Applications/Games Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.kde.org -Source: http://download.kde.org/stable/%{version}/src/bovo-%{version}.tar.xz +Source: http://download.kde.org/stable/applications/%{version}/src/bovo-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -17,6 +17,7 @@ BuildRequires: libkdegames-devel BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END +BuildRequires: libkdegames5-devel >= %{version} BuildRequires: cmake BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -29,7 +30,7 @@ Five-in-a-row Board Game. %setup -q %build -%cmake_kde4 -d build +%cmake_kde5 -d build %make %install @@ -41,25 +42,55 @@ Five-in-a-row Board Game. %files %defattr(-,root,root) -%{_kde4_bindir}/bovo -%{_kde4_xdgappsdir}/bovo.desktop -%dir %{_kde4_datadir}/bovo -%{_kde4_datadir}/bovo/bovoui.rc -%dir %{_kde4_datadir}/bovo/themes -%dir %{_kde4_datadir}/bovo/themes/gomoku -%{_kde4_datadir}/bovo/themes/gomoku/* -%dir %{_kde4_datadir}/bovo/themes/highcontrast -%{_kde4_datadir}/bovo/themes/highcontrast/* -%dir %{_kde4_datadir}/bovo/themes/scribble -%{_kde4_datadir}/bovo/themes/scribble/* -%dir %{_kde4_datadir}/bovo/themes/spacy -%{_kde4_datadir}/bovo/themes/spacy/* -%doc %lang(en) %{_kde4_htmldir}/en/bovo/* -%{_kde4_icondir}/hicolor/*/apps/bovo.png -%{_kde4_icondir}/hicolor/scalable/apps/bovo.svgz +%{_kde5_bindir}/bovo +%{_kde5_xdgappsdir}/org.kde.bovo.desktop +%{_datadir}/appdata/org.kde.bovo.appdata.xml +%dir %{_kde5_datadir}/bovo +%dir %{_kde5_datadir}/bovo/themes +%dir %{_kde5_datadir}/bovo/themes/gomoku +%{_kde5_datadir}/bovo/themes/gomoku/* +%dir %{_kde5_datadir}/bovo/themes/highcontrast +%{_kde5_datadir}/bovo/themes/highcontrast/* +%dir %{_kde5_datadir}/bovo/themes/scribble +%{_kde5_datadir}/bovo/themes/scribble/* +%dir %{_kde5_datadir}/bovo/themes/spacy +%{_kde5_datadir}/bovo/themes/spacy/* +%doc %lang(en) %{_kde5_htmldir}/en/bovo/* +%{_kde5_icondir}/hicolor/*/apps/bovo.png +%{_datadir}/kxmlgui5/bovo/bovoui.rc %doc AUTHORS COPYING COPYING.DOC %changelog +* Wed Jan 06 2016 Silvan Calarco 15.12.0-2mamba +- rebuilt with libkdegames5 + +* Sun Dec 20 2015 Automatic Build System 15.12.0-1mamba +- automatic version update by autodist + +* Tue Nov 10 2015 Automatic Build System 15.08.3-1mamba +- automatic version update by autodist + +* Tue Oct 13 2015 Automatic Build System 15.08.2-1mamba +- automatic version update by autodist + +* Sun Sep 20 2015 Automatic Build System 15.08.1-1mamba +- automatic version update by autodist + +* Sun Aug 23 2015 Automatic Build System 15.08.0-1mamba +- automatic version update by autodist + +* Thu Jul 02 2015 Automatic Build System 15.04.3-1mamba +- automatic version update by autodist + +* Wed Jun 03 2015 Automatic Build System 15.04.2-1mamba +- automatic version update by autodist + +* Tue May 12 2015 Automatic Build System 15.04.1-1mamba +- automatic version update by autodist + +* Sun May 10 2015 Automatic Build System 15.04.0-1mamba +- automatic version update by autodist + * Thu Nov 20 2014 Automatic Build System 4.14.3-1mamba - automatic version update by autodist