libkipi-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. Name: libkipi
  2. Summary: Common plugin infrastructure for KDE image applications
  3. Summary(ja): KDE 画像アプリケーション向けの共通プラグインインフラストラクチャ
  4. Version: 4.9.5
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Libraries
  8. URL: https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
  9. Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: kdelibs4-devel >= %{version}
  12. BuildRequires: soprano-devel
  13. Requires: kdelibs4 >= %{version}
  14. # when split occurred
  15. Conflicts: kdegraphics-libs < 4.6.95-10
  16. %description
  17. Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
  18. structure (for Digikam, Gwenview, etc.). Its aim is to share
  19. image plugins among graphic applications.
  20. %package devel
  21. Summary: Development files for %{name}
  22. Summary(ja): %{name} の開発用ファイル
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: kdelibs4-devel
  26. %description devel
  27. %{summary}.
  28. %prep
  29. %setup -q
  30. %build
  31. mkdir -p %{_target_platform}
  32. pushd %{_target_platform}
  33. %cmake \
  34. -DCMAKE_BUILD_TYPE=release \
  35. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  36. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  37. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  38. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  39. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  40. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  41. ..
  42. popd
  43. make %{?_smp_mflags} -C %{_target_platform}
  44. %install
  45. rm -rf $RPM_BUILD_ROOT
  46. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  47. %check
  48. export PKG_CONFIG_PATH=$RPM_BUILD_ROOT%{_datadir}/pkgconfig:$RPM_BUILD_ROOT%{_libdir}/pkgconfig
  49. pkg-config --modversion libkipi
  50. %post
  51. /sbin/ldconfig
  52. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  53. %posttrans
  54. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  55. %postun
  56. /sbin/ldconfig
  57. if [ $1 -eq 0 ] ; then
  58. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  59. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  60. fi
  61. %files
  62. %doc AUTHORS COPYING NEWS README
  63. %{_libdir}/libkipi.so.*
  64. %{_datadir}/kde4/apps/kipi/
  65. %{_datadir}/icons/hicolor/*/*/*
  66. %{_datadir}/kde4/servicetypes/kipiplugin.desktop
  67. %files devel
  68. %{_libdir}/libkipi.so
  69. %{_libdir}/pkgconfig/libkipi.pc
  70. %{_includedir}/kde4/libkipi/
  71. %changelog
  72. * Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
  73. - new upstream release
  74. * Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
  75. - new upstream release
  76. * Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
  77. - new upstream release
  78. * Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
  79. - new upstream release
  80. * Sun Aug 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
  81. - new upstream release
  82. * Sun Dec 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.4-1
  83. - new upstream release
  84. * Sat Oct 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.2-1
  85. - new upstream release
  86. * Mon Aug 1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
  87. - Initial build for Vine Linux
  88. * Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
  89. - 4.7.0
  90. * Mon Jul 11 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
  91. - 4.6.95
  92. - fix URL
  93. * Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-3
  94. - Conflicts: kdegraphics < 7:4.6.90
  95. * Wed Jul 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-2
  96. - License: GPLv2+
  97. - fix scriptlets
  98. - %%doc: +NEWS, -TODO
  99. - fix Source0 URL
  100. * Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-1
  101. - first try