jhbuild-vl.spec 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Basic Information
  2. Name: jhbuild
  3. Version: 2.32.4
  4. Release: 1%{?_dist_release}
  5. License: GPLv2
  6. Group: Applications/Development
  7. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.32/%{name}-%{version}.tar.bz2
  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. # Description
  20. %description
  21. JHBuild is a tool designed to ease building collections of source packages,
  22. called "modules". JHBuild uses "module set" files to describe the modules
  23. available to build. The "module set" files include dependency information
  24. that allows JHBuild to discover what modules need to be built and in what
  25. order.
  26. %description -l ja
  27. JHBuild は「モジュール(modules)」と呼ばれる、ソース パッケージのあつまりを、
  28. 簡単にビルドできるように作られたツールです。JHBuild はビルドできるモジュール
  29. の記述に、「モジュール セット(module set)」 というファイルを使います。「モジ
  30. ュール セット」ファイルには、JHBuild があるモジュールをビルドするのに、何を
  31. 必要としているかを見つけるための、依存関係の情報が含まれています。
  32. # Scripts
  33. %prep
  34. %setup -q
  35. %build
  36. %configure --enable-doc-installation=yes
  37. %{__make} %{?_smp_mflags}
  38. %install
  39. %{__rm} -rf ${RPM_BUILD_ROOT}
  40. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  41. %find_lang %{name}
  42. %clean
  43. %{__rm} -rf ${RPM_BUILD_ROOT}
  44. # Files
  45. %files -f %{name}.lang
  46. %defattr(-,root,root)
  47. %doc COPYING ChangeLog NEWS README
  48. %{_datadir}/applications/jhbuild.desktop
  49. %{_datadir}/gnome/help/jhbuild
  50. %{_datadir}/jhbuild
  51. %{_datadir}/omf/jhbuild
  52. %{_bindir}/install-check
  53. %{_bindir}/jhbuild
  54. %{python_sitelib}/jhbuild
  55. # ChangeLog
  56. %changelog
  57. * Sat Apr 09 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.4-1
  58. - initial build for Vine Linux