libpeas-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. Summary: Plug-ins implementation convenience library
  2. Name: libpeas
  3. Version: 1.34.0
  4. Release: 1%{?_dist_release}
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: https://gitlab.gnome.org/GNOME/libpeas/
  10. %global shortver %(echo %{version} | cut -d . -f 1,2)
  11. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  12. BuildRequires: gtk3-devel >= 2.99.3
  13. BuildRequires: pygobject3-devel
  14. BuildRequires: python3-devel
  15. BuildRequires: gjs-devel
  16. BuildRequires: glade3-devel
  17. BuildRequires: gobject-introspection-devel
  18. BuildRequires: intltool
  19. BuildRequires: meson
  20. Obsoletes: %{name}-docs
  21. %description
  22. libpeas is a convenience library making adding plug-ins support
  23. to GTK+ and glib-based applications.
  24. %package devel
  25. Summary: Development files for libpeas
  26. Group: programming
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: gobject-introspection-devel
  29. %description devel
  30. This package contains development libraries and header files
  31. that are needed to write applications that use libpeas.
  32. %package python3
  33. Summary: Python3 loader for %{name}
  34. Group: programming
  35. Requires: %{name} = %{version}-%{release}
  36. Requires: python3
  37. Provides: python3-%{name} = %{version}-%{release}
  38. %description python3
  39. %{summary}
  40. %debug_package
  41. %prep
  42. %setup -q
  43. %build
  44. %meson -Dgtk_doc=false
  45. %meson_build
  46. %install
  47. %meson_install
  48. %find_lang libpeas-1.0
  49. %post
  50. touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
  51. %postun
  52. if [ $1 -eq 0 ]; then
  53. touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
  54. fi
  55. %files -f libpeas-1.0.lang
  56. %defattr(-,root,root,-)
  57. %license COPYING
  58. %doc AUTHORS
  59. %{_libdir}/libpeas*-1.0.so.*
  60. %dir %{_libdir}/libpeas-1.0/
  61. %dir %{_libdir}/libpeas-1.0/loaders
  62. %{_libdir}/libpeas-1.0/loaders/libpython3loader.so
  63. %{_libdir}/girepository-1.0/*.typelib
  64. %{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
  65. %dir %{_datadir}/glade
  66. %dir %{_datadir}/glade/catalogs
  67. %{_datadir}/glade/catalogs/*
  68. %files devel
  69. %defattr(-,root,root,-)
  70. %{_bindir}/peas-demo
  71. %{_includedir}/libpeas-1.0/
  72. %{_libdir}/peas-demo/
  73. %{_libdir}/libpeas*-1.0.so
  74. %{_datadir}/gir-1.0/*.gir
  75. %{_libdir}/pkgconfig/*.pc
  76. %files python3
  77. %defattr(-,root,root,-)
  78. %{_libdir}/libpeas-1.0/loaders/libpython3loader.so
  79. %changelog
  80. * Sat Nov 05 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.34.0-1
  81. - new upstream release.
  82. * Mon Mar 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.0-1
  83. - new upstream release.
  84. * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.0-2
  85. - rebuilt with python-3.8.
  86. * Tue May 05 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26.0-1
  87. - new upstream release.
  88. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.18.0-1
  89. - new upstream release
  90. * Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.16.0-1
  91. - new upstream release
  92. * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-2
  93. - remove *.la files
  94. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
  95. - new upstream release
  96. - add BuildRequires: python3-devel
  97. - create %%{name}-docs,python3 subpackages
  98. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
  99. - new upstream release
  100. * Thu Aug 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
  101. - new upstream release
  102. * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  103. - new upstream release
  104. - remove Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
  105. - remove Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
  106. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-2
  107. - rebuild with VineSeed environment
  108. - add Patch0 (libpeas-1.8.1-gjs-1.36.x.patch)
  109. - add Patch1 (libpeas-1.8.1-gjs-plugin-loader.patch)
  110. * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  111. - new upstream release
  112. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  113. - new upstream release
  114. * Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  115. - new upstream release
  116. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  117. - new upstream release
  118. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  119. - new upstream release
  120. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  121. - new upstream release
  122. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-2
  123. - rebuild with python-2.7.2
  124. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  125. - new upstream release
  126. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.4-1
  127. - new upstream release
  128. - add BuildRequires: gjs-devel
  129. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.3-1
  130. - new upstream release
  131. - change BuildRequires: pygobject3-devel instead of pygobject-devel
  132. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  133. - initial build for Vine Linux
  134. * Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> 1.0.0-1
  135. - Update to 1.0.0
  136. * Sun Mar 27 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  137. - Update to 0.9.0
  138. * Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 0.7.4-1
  139. - Update to 0.7.4
  140. * Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 0.7.3-1
  141. - Update to 0.7.3
  142. - Drop unneeded dependencies
  143. * Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.7.2-1
  144. - Update to 0.7.2
  145. * Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-7
  146. - Rebuild
  147. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-6
  148. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  149. * Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-5
  150. - Rebuild against newer gtk
  151. * Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 0.7.1-4
  152. - Update to real 0.7.1 release
  153. * Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-3.gita2f98e
  154. - Rebuild against newer gtk
  155. * Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.1-2.gita2f98e
  156. - Rebuild against newer gtk
  157. * Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 0.7.1-1.gita2f98e
  158. - Update to 0.7.1
  159. - Fix some crashes with missing introspection data
  160. * Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> 0.7.0-2
  161. - Rebuild against newer gtk3
  162. * Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
  163. - Update to 0.7.0
  164. * Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
  165. - Rebuild against newer gobject-introspection
  166. * Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
  167. - Update to 0.5.5
  168. * Thu Aug 5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
  169. - Update to 0.5.4
  170. * Tue Jul 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.5.3-2
  171. - Rebuild against python 2.7
  172. * Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 0.5.3-1
  173. - Update to 0.5.3
  174. * Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
  175. - Fix post scriplet (#615021)
  176. * Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
  177. - Rebuild with new gobject-introspection
  178. * Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-3
  179. - Rebuild
  180. * Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.5.2-2
  181. - Rebuild against new gobject-introspection
  182. * Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-1
  183. - Update to 0.5.2
  184. * Thu Jul 8 2010 Matthias Clasen <mclasen@redhat.com> 0.5.1-2
  185. - Rebuild
  186. * Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
  187. - Update to 0.5.1
  188. * Thu Jun 24 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-4
  189. - Document rpath work-arounds disabling, and remove verbose build
  190. * Fri Jun 18 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-3
  191. - Fix a number of comments from review request
  192. * Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-2
  193. - Call ldconfig when installing the package
  194. * Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
  195. - First package