Author: arekm Date: Wed Sep 14 07:09:54 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 4.7.1
---- Files affected: packages/ktouch: ktouch.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ktouch/ktouch.spec diff -u /dev/null packages/ktouch/ktouch.spec:1.1 --- /dev/null Wed Sep 14 09:09:54 2011 +++ packages/ktouch/ktouch.spec Wed Sep 14 09:09:48 2011 @@ -0,0 +1,77 @@ +# $Revision$, $Date$ +%define _state stable +%define orgname ktouch + +Summary: K Desktop Environment - Program for learning touch typing +Summary(pl_PL.UTF8): K Desktop Environment - Program do nauki maszynopisania +Name: ktouch +Version: 4.7.1 +Release: 1 +License: GPL +Group: X11/Applications/Science +Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 +# Source0-md5: f6b657df0b46190122148e9c418ae060 +URL: http://www.kde.org/ +BuildRequires: kde4-kdelibs-devel >= %{version} +Obsoletes: kde4-kdeedu-ktouch < 4.6.99 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +KTouch is a program for learning to touch type. It provides you with +text to train on, and adjust to different levels, depending on how +good you are. It can display which key to press next, and the correct +finger to use. It's the perfect touch typing tutor, you learn typing +with all the fingers without looking at the keys, in an step by step +way. It is convenient for all ages, and the perfect typing tutor for +schools, universities and individuals. + +%description -l pl.UTF-8 +KTouch to program do nauki maszynopisania. Dostarcza tekst do ćwiczeń, +dostosowany do różnych poziomów, zależnie od stopnia zaawansowania. +Może wyświetlać, który klawisz trzeba nacisnąć, i którego palca należy +użyć. Jest świetnym programem do nauki maszynopisania, uczy pisać +wszystkimi palcami bez patrzenia na klawisze, krok po kroku. Jest +wygodny w każdym wieku, jest świetny dla szkół, uniwersytetów i +jednostek. + +%prep +%setup -q -n %{orgname}-%{version} + +%build +install -d build +cd build +%cmake \ + .. +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build/ install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%find_lang %{name} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%{_datadir}/apps/ktouch +%{_desktopdir}/kde4/ktouch.desktop +%attr(755,root,root) %{_bindir}/ktouch +%{_datadir}/config.kcfg/ktouch.kcfg +%{_iconsdir}/hicolor/*x*/apps/ktouch.png +%{_iconsdir}/hicolor/scalable/apps/ktouch.svgz +%{_mandir}/man1/ktouch.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/09/14 07:09:48 arekm +- up to 4.7.1 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
