klettres-vl.spec 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Name: klettres
  2. Summary: Foreign alphabet tutor for KDE
  3. Summary(ja): KDE 向け外国語アルファベット学習ツール
  4. Version: 4.9.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Edutainment
  8. URL: http://edu.kde.org/klettres/
  9. Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
  10. ## upstream patches
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: desktop-file-utils
  13. BuildRequires: kdelibs4-devel >= %{version}
  14. Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
  15. Conflicts: kdeedu4 < 4.6.50
  16. %description
  17. KLettres is an aid for learning how to read and pronounce the
  18. alphabet of a foreign language.
  19. Seven languages are currently available: Czech, Danish, Dutch,
  20. English, French, Italian and Slovak.
  21. This package is part of the KDE education module.
  22. %prep
  23. %setup -q
  24. %build
  25. mkdir -p %{_target_platform}
  26. pushd %{_target_platform}
  27. %cmake \
  28. -DCMAKE_BUILD_TYPE=release \
  29. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  30. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  31. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  32. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  33. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  34. ..
  35. popd
  36. make %{?_smp_mflags} -C %{_target_platform}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %check
  43. for f in $RPM_BUILD_ROOT%{_datadir}/applications/kde4/*.desktop ; do
  44. desktop-file-validate $f
  45. done
  46. %post
  47. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  48. %posttrans
  49. update-desktop-database -q &> /dev/null ||:
  50. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  51. %postun
  52. if [ $1 -eq 0 ] ; then
  53. update-desktop-database -q &> /dev/null ||:
  54. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  55. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  56. fi
  57. %files
  58. %defattr(-,root,root)
  59. %doc COPYING COPYING.DOC
  60. %{_bindir}/klettres
  61. %{_datadir}/applications/kde4/klettres.desktop
  62. %{_datadir}/config/klettres.knsrc
  63. %{_datadir}/config.kcfg/klettres.kcfg
  64. %{_datadir}/icons/hicolor/*/*/*
  65. %{_datadir}/kde4/apps/klettres
  66. %doc %{_docdir}/HTML/en/klettres/
  67. %changelog
  68. * Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
  69. - new upstream release
  70. * Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
  71. - new upstream release
  72. * Sat Sep 3 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  73. - split from kdeedu