diff --git a/kolf-17.08.3.tar.xz b/kolf-17.08.3.tar.xz deleted file mode 100644 index 02e9312..0000000 --- a/kolf-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09185fa08c730eb215d6948a3435ab43b30a91af0b235cafa3cdaf960e886f1 -size 772916 diff --git a/kolf-17.11.80.tar.xz b/kolf-17.11.80.tar.xz new file mode 100644 index 0000000..7fc4966 --- /dev/null +++ b/kolf-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755a0fcc27a468e989545d4c00c2b68dc2bf4dd781dd1aa807c35fb175a24f9f +size 924256 diff --git a/kolf.changes b/kolf.changes index be4ca0d..ccc8ce5 100644 --- a/kolf.changes +++ b/kolf.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 20 06:59:46 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + ------------------------------------------------------------------- Thu Nov 09 23:13:20 CET 2017 - lbeltrame@kde.org diff --git a/kolf.spec b/kolf.spec index 89c0121..a2287f1 100644 --- a/kolf.spec +++ b/kolf.spec @@ -15,47 +15,86 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kolf -Version: 17.08.3 +Version: 17.11.80 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Miniature golf game -License: GPL-2.0+ AND LGPL-2.0+ +License: GPL-2.0+ and LGPL-2.0+ Group: Amusements/Games/Board/Puzzle -URL: http://www.kde.org +Url: http://www.kde.org Source0: kolf-%{version}.tar.xz -BuildRequires: libkdegames4-devel -BuildRequires: xz -%{kde4_runtime_requires} +BuildRequires: extra-cmake-modules +BuildRequires: karchive-devel +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kguiaddons-devel +BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kio-devel +BuildRequires: kitemviews-devel +BuildRequires: knewstuff-devel +BuildRequires: knotifyconfig-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel +BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Widgets) +%if %{with lang} +Recommends: %{name}-lang +%endif %description -Kolf is a miniature golf game for KDE. +Kolf is a miniature golf game by KDE. + +%if %{with lang} +%lang_package +%endif %prep %setup -q %build - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - %kde4_makeinstall -C build - rm -rf %{buildroot}/%{_kde4_libdir}/libkolfprivate.so - %suse_update_desktop_file -r org.kde.kolf Game SportsGame - %kde_post_install + %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif + rm -rf %{buildroot}/%{_kf5_libdir}/libkolfprivate.so + %suse_update_desktop_file -r org.kde.kolf Game SportsGame %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%doc COPYING* -%dir %{_kde4_datadir}/metainfo -%{_kde4_applicationsdir}/org.kde.kolf.desktop -%{_kde4_appsdir}/kolf/ -%{_kde4_bindir}/kolf -%{_kde4_datadir}/metainfo/org.kde.kolf.appdata.xml -%{_kde4_htmldir}/en/kolf/ -%{_kde4_iconsdir}/hicolor/*/apps/kolf.* -%{_kde4_libdir}/libkolfprivate.so.* +%defattr(-,root,root) +%doc COPYING COPYING.DOC COPYING.LIB +%doc %lang(en) %{_kf5_htmldir}/en/kolf/ +%{_kf5_applicationsdir}/org.kde.kolf.desktop +%{_kf5_appsdir}/kolf/ +%{_kf5_appstreamdir}/org.kde.kolf.appdata.xml +%{_kf5_bindir}/kolf +%{_kf5_iconsdir}/hicolor/*/*/kolf.* +%{_kf5_kxmlguidir}/kolf/ +%{_kf5_libdir}/libkolfprivate.so.* + +%if %{with lang} +%files lang -f %{name}.lang +%endif %changelog