diff --git a/kapptemplate-16.08.3.tar.xz b/kapptemplate-16.08.3.tar.xz deleted file mode 100644 index 4867dba..0000000 --- a/kapptemplate-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:923ee40f9f053f53d6ebb7f24d66a43da8c95e144e5677937da341e85cf07fb8 -size 400308 diff --git a/kapptemplate-16.11.80.tar.xz b/kapptemplate-16.11.80.tar.xz new file mode 100644 index 0000000..712e064 --- /dev/null +++ b/kapptemplate-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5d1216b2bd5d928a84ed742f920abb77e0e4d02b3b89222f4ea14d9a377918 +size 485504 diff --git a/kapptemplate.changes b/kapptemplate.changes index 0a8ab2e..6b94531 100644 --- a/kapptemplate.changes +++ b/kapptemplate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:21:27 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:13:50 UTC 2016 - lbeltrame@kde.org diff --git a/kapptemplate.spec b/kapptemplate.spec index 7a8e0b2..a527f29 100644 --- a/kapptemplate.spec +++ b/kapptemplate.spec @@ -1,7 +1,7 @@ # # spec file for package kapptemplate # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,37 +17,39 @@ Name: kapptemplate +Version: 16.11.80 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +Summary: Template for KDE Application Development +License: GPL-2.0 and GFDL-1.2 +Group: Development/Tools/IDE +Url: http://www.kde.org/ +Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: karchive-devel BuildRequires: kcompletion-devel BuildRequires: kconfigwidgets-devel BuildRequires: kcoreaddons-devel -BuildRequires: kcoreaddons-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel BuildRequires: kio-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Test) -Summary: Template for KDE Application Development -License: GPL-2.0 and GFDL-1.2 -Group: Development/Tools/IDE -Url: http://www.kde.org/ -Version: 16.08.3 -Release: 0 -Source0: %{name}-%{version}.tar.xz Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: kapptemplate5 < %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains templates to start the development of a new KDE application/part/plugin. - %prep -%setup -q +%setup -q sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE-KDevelopIDE;|g' src/application/org.kde.kapptemplate.desktop %build @@ -56,13 +58,12 @@ sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE %install %kf5_makeinstall -C build - %suse_update_desktop_file org.kde.kapptemplate + %suse_update_desktop_file org.kde.kapptemplate %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig -%files +%files %defattr(-,root,root) %doc COPYING COPYING.DOC %{_kf5_bindir}/kapptemplate