libkdeedu-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Name: libkdeedu
  2. Summary: Library for using with KDE 4 educational applications
  3. Version: 4.7.2
  4. Release: 1%{?_dist_release}
  5. License: GPLv2+ and LGPLv2+
  6. Group: System Environment/Libraries
  7. URL: https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
  8. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: kdelibs4-devel >= %{version}
  11. Requires: kdelibs4 >= 4.7.0
  12. # when split occurred
  13. Conflicts: kdeedu-libs < 4.6.95-10
  14. %description
  15. This package contains shared libraries used by KDE 4 educational
  16. applications. It provides support for data plotting and vocabulary
  17. data in the kvtml format.
  18. %package devel
  19. Summary: Development files for %{name}
  20. Summary(ja): %{name} の開発用ファイル
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: kdelibs4-devel
  24. %description devel
  25. %{summary}.
  26. %prep
  27. %setup -q
  28. %build
  29. mkdir -p %{_target_platform}
  30. pushd %{_target_platform}
  31. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  32. %cmake \
  33. -DCMAKE_BUILD_TYPE=release \
  34. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  35. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  36. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  37. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  38. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  39. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  40. ..
  41. popd
  42. make %{?_smp_mflags} -C %{_target_platform}
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  46. %post
  47. /sbin/ldconfig
  48. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  49. %posttrans
  50. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  51. %postun
  52. /sbin/ldconfig
  53. if [ $1 -eq 0 ] ; then
  54. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  55. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  56. fi
  57. %files
  58. %doc AUTHORS COPYING COPYING.LIB README
  59. %{_libdir}/libkeduvocdocument.so.*
  60. %{_datadir}/kde4/apps/kvtml/
  61. %{_datadir}/icons/hicolor/*/*/*
  62. %files devel
  63. %{_libdir}/libkeduvocdocument.so
  64. %{_libdir}/libqtmmlwidget.a
  65. %{_libdir}/cmake/libkdeedu/*.cmake
  66. %{_includedir}/kde4/libkdeedu/
  67. %changelog
  68. * Sat Oct 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
  69. - new upstream release
  70. * Sat Aug 6 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-1
  71. - Initial build for Vine Linux