gjs-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. %define pkg_version 1.44.0
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: Javascript binding for GNOME
  4. Summary(ja): GNOME 向け JavaScript バインディング
  5. Name: gjs
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.44/%{name}-%{version}.tar.xz
  9. License: MPL1.1/LGPLv2+/GPLv2+
  10. Group: System Environment/Libraries
  11. URL: http://live.gnome.org/GnomeShell
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: pkgconfig >= 0.14.0
  14. BuildRequires: glib2-devel
  15. BuildRequires: dbus-glib-devel
  16. BuildRequires: gobject-introspection-devel >= 1.29.16
  17. BuildRequires: cairo-devel
  18. BuildRequires: mozjs24-devel
  19. BuildRequires: yelp-tools
  20. BuildRequires: desktop-file-utils
  21. BuildRequires: autoconf >= 2.69
  22. BuildRequires: automake
  23. BuildRequires: gnome-common
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: Takemikaduchi
  27. %description
  28. 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.
  29. %package devel
  30. Summary: Development files of the gjs library.
  31. Summary(ja): gjs ライブラリの開発用ファイル
  32. Group: Development/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. Requires: pkgconfig
  35. Requires: gtk-doc
  36. %description devel
  37. Development files of the gjs library.
  38. %prep
  39. %setup -q
  40. %build
  41. rm -f configure
  42. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
  43. %configure --disable-static)
  44. %{__make} V=1 %{?_smp_mflags}
  45. %install
  46. %{__rm} -rf ${RPM_BUILD_ROOT}
  47. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  48. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  49. %clean
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %post -p /sbin/ldconfig
  52. %postun -p /sbin/ldconfig
  53. %files
  54. %defattr(-,root,root)
  55. %doc COPYING ChangeLog NEWS README
  56. %{_bindir}/gjs*
  57. %{_libdir}/lib*.so.*
  58. %{_libdir}/gjs/*
  59. %files devel
  60. %defattr(-,root,root,-)
  61. %{_includedir}/gjs-1.0
  62. %{_libdir}/lib*.so
  63. %{_libdir}/pkgconfig/*.pc
  64. %changelog
  65. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.44.0-1
  66. - new upstream release
  67. * Mon Mar 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.43.3-1
  68. - new upstream release
  69. * Thu Jan 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.42.0-2
  70. - moved to System Environment/Libraries Group
  71. - added Japanese summary
  72. - changed BR: automake instead of automake112
  73. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.42.0-1
  74. - new upstream release
  75. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-2
  76. - rebuild with libffi-3.0.13
  77. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.1-1
  78. - new upstream release
  79. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.40.0-1
  80. - new upstream release
  81. - change BuildRequires: mozjs24-devel instead of mozjs17-devel
  82. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-2
  83. - rebuild with VineSeed environment
  84. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38.1-1
  85. - new upstream release
  86. - change BuildRequires: mozjs17-devel instead of js-devel
  87. - add BuildRequires: autoconf, automake112
  88. * Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
  89. - new upstream release
  90. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
  91. - new upstream release
  92. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  93. * Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.0-1
  94. - new upstream release
  95. * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
  96. - new upstream release
  97. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.18-1
  98. - new upstream release
  99. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.17-1
  100. - new upstream release
  101. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.15-1
  102. - new upstream release
  103. - change BuildRequires: js-devel instead of xulrunner-devel
  104. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.13-1
  105. - new upstream release
  106. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.7-1
  107. - new upstream release
  108. * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4-1
  109. - new upstream release
  110. - remove BuildRequires: mutter-devel
  111. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-2
  112. - rebuild with rpm-4.8.1 for pkg-config file
  113. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-1
  114. - new upstream release
  115. - fix typo
  116. * Sun Feb 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5-1
  117. - initial build for Vine Linux