automatic version update by autodist [release 21.08.0-1mamba;Mon Aug 16 2021]
This commit is contained in:
parent
9e11b39767
commit
d20f38f59a
33
ktouch.spec
33
ktouch.spec
@ -1,15 +1,14 @@
|
|||||||
Name: ktouch
|
Name: ktouch
|
||||||
Version: 21.04.3
|
Version: 21.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Touch Typing Tutor
|
Summary: Touch Typing Tutor
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://apps.kde.org/education/ktouch/
|
URL: https://apps.kde.org/education/ktouch/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/ktouch-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/ktouch-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
@ -37,9 +36,9 @@ BuildRequires: libsonnet-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#Requires: kde-workspace
|
BuildRequires: cmake
|
||||||
Provides: ktouch4 = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: ktouch4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: ktouch4
|
Obsoletes: ktouch4 < 21.08.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KTouch is a program for learning to touch type.
|
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;
|
* 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.
|
* During training sessions comprehensive statistical informations are shown to help you analyse your progress.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -66,7 +67,7 @@ Features:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -97,24 +98,14 @@ exit 0
|
|||||||
%{_kde5_kcfgdir}/%{name}.kcfg
|
%{_kde5_kcfgdir}/%{name}.kcfg
|
||||||
%{_datadir}/applications/org.kde.ktouch.desktop
|
%{_datadir}/applications/org.kde.ktouch.desktop
|
||||||
%{_datadir}/metainfo/org.kde.ktouch.appdata.xml
|
%{_datadir}/metainfo/org.kde.ktouch.appdata.xml
|
||||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
%{_mandir}/man1/%{name}.1*
|
||||||
%lang(ca) %{_datadir}/doc/HTML/ca/ktouch
|
%doc AUTHORS LICENSES
|
||||||
%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
|
|
||||||
#ChangeLog
|
#ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user