libgexiv2-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. Name: libgexiv2
  2. Summary: Gexiv2 is a GObject-based wrapper around the Exiv2 library
  3. Summary(ja): Exiv2 ライブラリの GObject ベースのラッパー
  4. Version: 0.12.2
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv2
  10. URL: https://wiki.gnome.org/Projects/gexiv2
  11. %define shortver %(echo %{version} | sed -e 's/\\.[0-9]*$//')
  12. Source0: https://ftp.gnome.org/pub/GNOME/sources/gexiv2/%{shortver}/gexiv2-%{version}.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: meson
  15. BuildRequires: exiv2-devel >= 0.19
  16. BuildRequires: expat-devel
  17. BuildRequires: gobject-introspection-devel
  18. BuildRequires: vala
  19. BuildRequires: python-devel
  20. BuildRequires: pygobject3
  21. BuildRequires: python3-devel
  22. BuildRequires: python3-pygobject
  23. BuildRequires: python3-rpm-macros
  24. %description
  25. libgexiv2 is a GObject-based wrapper around the Exiv2 library.
  26. It makes the basic features of Exiv2 available to GNOME applications.
  27. %description -l ja
  28. gexiv2 は Exiv2 ライブラリの GObject ベースのラッパーです。
  29. Exiv2 の基本的な機能が GNOME アプリケーションで利用できるようになります。
  30. %package devel
  31. Summary: Development files for %{name}
  32. Summary(ja): %{name} の開発ファイル
  33. Group: programming
  34. Requires: %{name} = %{version}-%{release}
  35. Requires: vala
  36. Requires: exiv2-devel
  37. Requires: glib2-devel
  38. %description devel
  39. The %{name}-devel package contains libraries and header files for
  40. developing applications that use %{name}.
  41. %package -n python-gexiv2
  42. Summary: Python2 bindings for %{name}
  43. Group: programming
  44. Requires: %{name} = %{version}-%{release}
  45. Requires: pygobject3
  46. %description -n python-gexiv2
  47. This package contains the python bindings for %{name}
  48. %package -n python3-gexiv2
  49. Summary: Python3 bindings for %{name}
  50. Group: programming
  51. Requires: %{name} = %{version}-%{release}
  52. Requires: python3-pygobject
  53. %description -n python3-gexiv2
  54. This package contains the python3 bindings for %{name}
  55. %debug_package
  56. %prep
  57. %setup -q -n gexiv2-%{version}
  58. %build
  59. %meson
  60. %meson_build
  61. %install
  62. %{__rm} -rf ${RPM_BUILD_ROOT}
  63. %meson_install
  64. %clean
  65. %{__rm} -rf ${RPM_BUILD_ROOT}
  66. %files
  67. %defattr(-,root,root,-)
  68. %license COPYING
  69. %doc AUTHORS README THANKS
  70. %{_libdir}/libgexiv2.so.*
  71. %{_libdir}/girepository-1.0/
  72. %files devel
  73. %defattr(-,root,root,-)
  74. %{_includedir}/gexiv2/
  75. %{_libdir}/libgexiv2.so
  76. %{_libdir}/pkgconfig/gexiv2.pc
  77. %{_datadir}/gir-1.0/
  78. %{_datadir}/vala/vapi/gexiv2.deps
  79. %{_datadir}/vala/vapi/gexiv2.vapi
  80. %files -n python-gexiv2
  81. %{python_sitearch}/gi/overrides/GExiv2.py*
  82. %files -n python3-gexiv2
  83. %{python3_sitearch}/gi/overrides/GExiv2.py
  84. %changelog
  85. * Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.2-1
  86. - new upstream release.
  87. - dropped ldconfig scriptlets.
  88. * Fri Nov 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.12.0-1
  89. - new upstream release.
  90. * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.9-1
  91. - update to 0.10.9.
  92. * Mon Oct 08 2018 Toshiaki Ara <ara_t@384.jp> 0.10.8-1
  93. - update to 0.10.8
  94. - add new subpackages for python2/python3 bindings
  95. * Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 0.10.6-1
  96. - update to 0.10.6
  97. * Wed Jun 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10.3-2
  98. - rebuilt with new toolchain.
  99. * Tue Nov 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.3-1
  100. - update to 0.10.3
  101. * Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.0-2
  102. - rebuild with exiv2-0.24
  103. * Thu May 02 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
  104. - new upstream release
  105. - changed source archive type to xz
  106. * Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
  107. - rebuild with exiv2-0.23
  108. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-1
  109. - new upstream release
  110. * Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-2
  111. - rebuilt with exiv2-0.21.1
  112. - added Patch100
  113. * Sun Jan 9 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
  114. - new upstream release
  115. * Fri Oct 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1
  116. - new upstream release
  117. * Mon Sep 27 2010 Shu KONNO <owa@bg.wakwak.com> 0.2.0-3
  118. - rebuilt with rpm-4.8.1 for pkg-config
  119. * Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.0-2
  120. - add Requires: exiv2-devel, glib2-devel (devel package)
  121. * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
  122. - new upstream release
  123. * Wed Jul 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.0-1
  124. - initial build for VineSeed
  125. * Mon Jun 14 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-2
  126. - changed file section so package owns the directory containing headers too
  127. * Fri Jun 11 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.91-1
  128. - updated to latest release
  129. - removed patch - it was included in this release
  130. * Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-5
  131. - changed configure macro as per bug report comment
  132. * Sat Jun 05 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-4
  133. - changed configure portion
  134. - added Requires: vala for devel
  135. - made the file section more precise
  136. - bugzilla #599097
  137. - changed patch to include a default LIB setting
  138. * Fri Jun 04 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-3
  139. - patched makefile
  140. * Thu Jun 03 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-2
  141. - some fixes in spec
  142. - moved *.vapi to devel
  143. - removed INSTALL from doc
  144. - added comment to yorba ticket link
  145. - corrected typo in description
  146. * Wed Jun 02 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.0.90-1
  147. - initial rpmbuild