libkipi-vl.spec 4.4 KB

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