diff --git a/ktouch.spec b/ktouch.spec index 57f698f..df29421 100644 --- a/ktouch.spec +++ b/ktouch.spec @@ -1,15 +1,14 @@ Name: ktouch -Version: 21.04.3 +Version: 21.08.0 Release: 1mamba Summary: Touch Typing Tutor Group: Graphical Desktop/Applications/Educational Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: https://apps.kde.org/education/ktouch/ Source: http://download.kde.org/stable/release-service/%{version}/src/ktouch-%{version}.tar.xz License: GPL -BuildRequires: cmake ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libICE-devel @@ -37,9 +36,9 @@ BuildRequires: libsonnet-devel BuildRequires: libstdc++6-devel BuildRequires: libxcb-devel ## AUTOBUILDREQ-END -#Requires: kde-workspace +BuildRequires: cmake Provides: ktouch4 = %{?epoch:%epoch:}%{version}-%{release} -Obsoletes: ktouch4 +Obsoletes: ktouch4 < 21.08.0 %description KTouch is a program for learning to touch type. @@ -55,6 +54,8 @@ Features: * Support for different keyboard layouts, with the ability to use user-defined layouts; * During training sessions comprehensive statistical informations are shown to help you analyse your progress. +%debug_package + %prep %setup -q @@ -66,7 +67,7 @@ Features: [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang +%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -97,24 +98,14 @@ exit 0 %{_kde5_kcfgdir}/%{name}.kcfg %{_datadir}/applications/org.kde.ktouch.desktop %{_datadir}/metainfo/org.kde.ktouch.appdata.xml -%lang(en) %{_kde5_htmldir}/en/%{name} -%lang(ca) %{_datadir}/doc/HTML/ca/ktouch -%lang(de) %{_datadir}/doc/HTML/de/ktouch -%lang(es) %{_datadir}/doc/HTML/es/ktouch -%lang(fr) %{_datadir}/doc/HTML/fr/ktouch -%lang(gl) %{_datadir}/doc/HTML/gl/ktouch -%lang(it) %{_datadir}/doc/HTML/it/ktouch -%lang(nl) %{_datadir}/doc/HTML/nl/ktouch -%lang(pl) %{_datadir}/doc/HTML/pl/ktouch -%lang(pt) %{_datadir}/doc/HTML/pt/ktouch -%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/ktouch -%lang(sv) %{_datadir}/doc/HTML/sv/ktouch -%lang(uk) %{_datadir}/doc/HTML/uk/ktouch -%{_mandir}/man1/%{name}.* -%doc AUTHORS COPYING COPYING.DOC +%{_mandir}/man1/%{name}.1* +%doc AUTHORS LICENSES #ChangeLog %changelog +* Mon Aug 16 2021 Automatic Build System 21.08.0-1mamba +- automatic version update by autodist + * Thu Jul 08 2021 Automatic Build System 21.04.3-1mamba - automatic version update by autodist