gjs-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. %define mozjs mozjs78
  2. Summary: Javascript binding for GNOME
  3. Summary(ja): GNOME 向け JavaScript バインディング
  4. Name: gjs
  5. Version: 1.68.3
  6. Release: 1%{?_dist_release}
  7. Group: system
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: MPL1.1/LGPLv2+/GPLv2+
  11. URL: https://wiki.gnome.org/Projects/GnomeShell
  12. %global shortver %(echo %{version} | cut -d . -f 1-2)
  13. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildRequires: meson
  16. BuildRequires: pkgconfig >= 0.14.0
  17. BuildRequires: glib2-devel
  18. BuildRequires: dbus-glib-devel
  19. BuildRequires: gobject-introspection-devel >= 1.29.16
  20. BuildRequires: cairo-devel
  21. BuildRequires: %{mozjs}-devel
  22. BuildRequires: readline-devel
  23. BuildRequires: yelp-tools
  24. BuildRequires: desktop-file-utils
  25. BuildRequires: gnome-common
  26. %description
  27. GNOME Shell is the defining technology of the GNOME 3 desktop user experience. It provides core interface functions like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a delightful and easy to use experience.
  28. %package devel
  29. Summary: Development files of the gjs library.
  30. Summary(ja): gjs ライブラリの開発用ファイル
  31. Group: programming
  32. Requires: %{name} = %{version}-%{release}
  33. Requires: pkgconfig
  34. Requires: gtk-doc
  35. Requires: %{mozjs}-devel
  36. %description devel
  37. Development files of the gjs library.
  38. %debug_package
  39. %prep
  40. %setup -q
  41. %build
  42. %meson \
  43. -Dprofiler=disabled \
  44. -Dinstalled_tests=false \
  45. -Dskip_dbus_tests=true \
  46. -Dskip_gtk_tests=true
  47. %meson_build
  48. %install
  49. %{__rm} -rf %{buildroot}
  50. %meson_install
  51. #check
  52. #{__make} %{?_smp_mflags} check
  53. %clean
  54. %{__rm} -rf %{buildroot}
  55. %files
  56. %defattr(-,root,root)
  57. %license COPYING
  58. %doc ChangeLog NEWS README
  59. %{_bindir}/gjs*
  60. %{_libdir}/lib*.so.*
  61. %{_libdir}/gjs/*
  62. %files devel
  63. %defattr(-,root,root,-)
  64. %{_includedir}/gjs-1.0
  65. %{_libdir}/lib*.so
  66. %{_libdir}/pkgconfig/*.pc
  67. %dir %{_datadir}/gjs-1.0
  68. %dir %{_datadir}/gjs-1.0/lsan
  69. %{_datadir}/gjs-1.0/lsan/lsan.supp
  70. %dir %{_datadir}/gjs-1.0/valgrind
  71. %{_datadir}/gjs-1.0/valgrind/gjs.supp
  72. %changelog
  73. * Tue Aug 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.68.3-1
  74. - new upstream release.
  75. * Tue Aug 10 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.68.2-1
  76. - new upstream release.
  77. * Thu Apr 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.68.0-1
  78. - new upstream release.
  79. - dropped ldconfig scriptlets.
  80. * Thu Feb 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-2
  81. - fixed typo.
  82. * Wed Feb 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.66.2-1
  83. - new upstream release.
  84. * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64.4-1
  85. - new upstream release.
  86. * Wed Apr 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-2
  87. - rebuilt with libffi-3.3.
  88. * Tue Mar 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.54.3-1
  89. - new upstream release.
  90. - dropped Patch0: fixed in upstream.
  91. * Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-2
  92. - added Patch0.
  93. - added "R:mozjs52-devel" to gjs-devel.
  94. * Fri Dec 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.53.4-1
  95. - new upstream release.
  96. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-2
  97. - rebuild with gcc-5.4.0
  98. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
  99. - new upstream release
  100. * Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
  101. - new upstream release
  102. * Thu Jan 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
  103. - moved to System Environment/Libraries Group
  104. - added Japanese summary
  105. - changed BR: automake instead of automake112
  106. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
  107. - new upstream release
  108. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
  109. - rebuild with libffi-3.0.13
  110. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
  111. - new upstream release
  112. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
  113. - new upstream release
  114. - change BuildRequires: mozjs24-devel instead of mozjs17-devel
  115. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
  116. - rebuild with VineSeed environment
  117. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
  118. - new upstream release
  119. - change BuildRequires: mozjs17-devel instead of js-devel
  120. - add BuildRequires: autoconf, automake112
  121. * Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
  122. - new upstream release
  123. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
  124. - new upstream release
  125. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  126. * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
  127. - new upstream release
  128. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
  129. - new upstream release
  130. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
  131. - new upstream release
  132. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
  133. - new upstream release
  134. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
  135. - new upstream release
  136. - change BuildRequires: js-devel instead of xulrunner-devel
  137. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
  138. - new upstream release
  139. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
  140. - new upstream release
  141. * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
  142. - new upstream release
  143. - remove BuildRequires: mutter-devel
  144. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
  145. - rebuild with rpm-4.8.1 for pkg-config file
  146. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
  147. - new upstream release
  148. - fix typo
  149. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
  150. - initial build for Vine Linux