kbruch-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. Name: kbruch
  2. Summary: Fraction learning aid for KDE
  3. Summary(ja): KDE 向け分数学習支援ツール
  4. Version: 4.12.5
  5. Release: 2%{?_dist_release}
  6. License: GPLv2+
  7. Group: Applications/Edutainment
  8. URL: http://edu.kde.org/kbruch/
  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. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. KBruch is an aid for learning how to calculate with fractions.
  20. This package is part of the KDE education module.
  21. %prep
  22. %setup -q
  23. %build
  24. mkdir -p %{_target_platform}
  25. pushd %{_target_platform}
  26. %cmake \
  27. -DCMAKE_BUILD_TYPE=release \
  28. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  29. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  30. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  31. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  32. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  33. ..
  34. popd
  35. make %{?_smp_mflags} -C %{_target_platform}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %check
  42. for f in $RPM_BUILD_ROOT%{_datadir}/applications/kde4/*.desktop ; do
  43. desktop-file-validate $f
  44. done
  45. %post
  46. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  47. %posttrans
  48. update-desktop-database -q &> /dev/null ||:
  49. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  50. %postun
  51. if [ $1 -eq 0 ] ; then
  52. update-desktop-database -q &> /dev/null ||:
  53. touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
  54. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
  55. fi
  56. %files
  57. %defattr(-,root,root)
  58. %doc COPYING COPYING.DOC
  59. %{_bindir}/kbruch
  60. %{_datadir}/applications/kde4/kbruch.desktop
  61. %{_datadir}/config.kcfg/kbruch.kcfg
  62. %{_datadir}/icons/hicolor/*/*/*
  63. %{_datadir}/kde4/apps/kbruch
  64. %{_mandir}/man1/kbruch*
  65. %doc %{_docdir}/HTML/en/kbruch/
  66. %changelog
  67. * Fri Jul 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-2
  68. - rebuild with gcc-5.4.0
  69. * Wed May 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
  70. - new upstream release
  71. * Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
  72. - new upstream release
  73. * Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
  74. - new upstream release
  75. * Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
  76. - new upstream release
  77. * Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
  78. - new upstream release
  79. * Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
  80. - new upstream release
  81. * Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
  82. - new upstream release
  83. * Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
  84. - new upstream release
  85. * Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
  86. - new upstream release
  87. * Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
  88. - new upstream release
  89. * Sat Sep 3 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  90. - split from kdeedu