yelp-tools-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # Basic Information
  2. Name: yelp-tools
  3. Version: 3.18.0
  4. Release: 1%{?_dist_release}
  5. License: GPLv2+
  6. Group: Development/Tools
  7. URL: http://projects.gnome.org/yelp/
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.18/%{name}-%{version}.tar.xz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildArch: noarch
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: yasumichi
  14. Summary: a collection of scripts and build utilities to help create
  15. Summary(ja): ヘルプ作成のためのスクリプトとビルドユーティリティのコレクション
  16. # Dependency
  17. Requires: itstool
  18. Requires: libxslt
  19. Requires: libxml2
  20. Requires: yelp-xsl
  21. BuildRequires: itstool
  22. BuildRequires: libxslt-devel
  23. BuildRequires: libxml2-devel
  24. BuildRequires: yelp-xsl-devel
  25. %description
  26. yelp-tools is a collection of scripts and build utilities to help create,
  27. manage, and publish documentation for Yelp and the web. Most of the heavy
  28. lifting is done by packages like yelp-xsl and itstool. This package just
  29. wraps things up in a developer-friendly way.
  30. %description -l ja
  31. yelp-tools は、 Yelp および web 向け文書の作成、管理および発行を助ける
  32. スクリプトおよびビルドユーティリティのコレクションです。ほとんどの重た
  33. い作業は、yelp-xsl および itstool のようなパッケージによって行われます。
  34. このパッケージは、開発者にやさしい方法でこのような作業をラップします。
  35. %prep
  36. %setup -q
  37. %build
  38. %configure
  39. %{__make} %{?_smp_mflags}
  40. %install
  41. %{__rm} -rf ${RPM_BUILD_ROOT}
  42. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-,root,root)
  47. %doc COPYING ChangeLog NEWS README
  48. %{_bindir}/yelp-build
  49. %{_bindir}/yelp-check
  50. %{_bindir}/yelp-new
  51. %{_datadir}/aclocal/yelp.m4
  52. %{_datadir}/yelp-tools/templates/task.page
  53. %{_datadir}/yelp-tools/xslt/comments.xsl
  54. %{_datadir}/yelp-tools/xslt/mal-epub.xsl
  55. %{_datadir}/yelp-tools/xslt/mal-files.xsl
  56. %{_datadir}/yelp-tools/xslt/mal-license.xsl
  57. %{_datadir}/yelp-tools/xslt/mal-ncx.xsl
  58. %{_datadir}/yelp-tools/xslt/mal-opf.xsl
  59. %{_datadir}/yelp-tools/xslt/mal-rng.xsl
  60. %{_datadir}/yelp-tools/xslt/mal-status.xsl
  61. %{_datadir}/yelp-tools/xslt/media.xsl
  62. %changelog
  63. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  64. - new upstream release
  65. * Wed Apr 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  66. - new upstream release
  67. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  68. - new upstream release
  69. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  70. - new upstream release
  71. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  72. - new upstream release
  73. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
  74. - rebuild with VineSeed environment
  75. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  76. - new upstream release
  77. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  78. - new upstream release
  79. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  80. - new upstream release
  81. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  82. - new upstream release
  83. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  84. - new upstream release
  85. * Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.7-1
  86. - initial build for Vine Linux