This commit is contained in:
parent
d7b8b1c6ce
commit
0e7571be8b
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:46:06 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
* Install QML Files As Qt Resource
|
||||
* Reorganize QML Files
|
||||
* remove obsolete LSM file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:18:55 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
17
ktouch.spec
17
ktouch.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ktouch
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -15,13 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: ktouch
|
||||
Version: 17.07.90
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
# 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: Touch Typing Tutor
|
||||
License: GPL-2.0+
|
||||
@ -35,9 +36,9 @@ BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdeclarative-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kidletime-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: kidletime-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: ktexteditor-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
@ -60,7 +61,9 @@ BuildRequires: pkgconfig(xkbfile)
|
||||
Requires: kqtquickcharts
|
||||
Provides: kde4-ktouch = 4.3.0
|
||||
Obsoletes: kde4-ktouch < 4.3.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -91,14 +94,14 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING* README.md
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/ktouch/
|
||||
%{_kf5_applicationsdir}/org.kde.ktouch.desktop
|
||||
%{_kf5_appsdir}/ktouch/
|
||||
%{_kf5_bindir}/ktouch
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
%{_kf5_configkcfgdir}/ktouch.kcfg
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%{_kf5_appstreamdir}/org.kde.ktouch.appdata.xml
|
||||
%{_kf5_bindir}/ktouch
|
||||
%{_kf5_configkcfgdir}/ktouch.kcfg
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/ktouch.*
|
||||
%{_kf5_mandir}/man1/ktouch.1.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user