jhbuild-vl.spec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Basic Information
  2. Name: jhbuild
  3. Version: 3.15.92
  4. Release: 1%{?_dist_release}
  5. License: GPLv2
  6. Group: Applications/Development
  7. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.15/%{name}-%{version}.tar.xz
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: yasumichi
  12. Summary: JHBuild is a tool designed to ease building collections of source packages, called "modules".
  13. Summary(ja): JHBuild はモジュールと呼ばれるソースパッケージの集合を簡単にビルドするために設計されたツールです
  14. # Dependency
  15. Requires: python
  16. BuildRequires: python
  17. BuildRequires: docbook-style-xsl
  18. BuildRequires: gnome-doc-utils
  19. BuildRequires: itstool
  20. # Description
  21. %description
  22. JHBuild is a tool designed to ease building collections of source packages,
  23. called "modules". JHBuild uses "module set" files to describe the modules
  24. available to build. The "module set" files include dependency information
  25. that allows JHBuild to discover what modules need to be built and in what
  26. order.
  27. %description -l ja
  28. JHBuild は「モジュール(modules)」と呼ばれる、ソース パッケージのあつまりを、
  29. 簡単にビルドできるように作られたツールです。JHBuild はビルドできるモジュール
  30. の記述に、「モジュール セット(module set)」 というファイルを使います。「モジ
  31. ュール セット」ファイルには、JHBuild があるモジュールをビルドするのに、何を
  32. 必要としているかを見つけるための、依存関係の情報が含まれています。
  33. # Scripts
  34. %prep
  35. %setup -q
  36. %build
  37. %configure --enable-doc-installation=yes
  38. %{__make} %{?_smp_mflags}
  39. %install
  40. %{__rm} -rf ${RPM_BUILD_ROOT}
  41. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  42. %find_lang %{name} --with-gnome
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. # Files
  46. %files -f %{name}.lang
  47. %defattr(-,root,root)
  48. %doc COPYING ChangeLog NEWS README
  49. %{_datadir}/applications/jhbuild.desktop
  50. %{_datadir}/jhbuild
  51. %{_bindir}/install-check
  52. %{_bindir}/jhbuild
  53. %{python_sitelib}/jhbuild
  54. # ChangeLog
  55. %changelog
  56. * Wed Apr 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.15.92-1
  57. - new upstream release
  58. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  59. - new upstream release
  60. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  61. - new upstream release
  62. * Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
  63. - new upstream release
  64. - add BuildRequires: itstool
  65. * Sat Apr 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.4-1
  66. - initial build for Vine Linux