yelp-tools-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Basic Information
  2. Summary: a collection of scripts and build utilities to help create
  3. Summary(ja): ヘルプ作成のためのスクリプトとビルドユーティリティのコレクション
  4. Name: yelp-tools
  5. Version: 3.32.2
  6. Release: 1%{?_dist_release}
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. Packager: yasumichi
  10. License: GPLv2+
  11. URL: https://wiki.gnome.org/Apps/Yelp/Tools
  12. %global shortver %(echo %{version} | sed -e 's/\.[0-9]*$//')
  13. Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. BuildArch: noarch
  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. %license COPYING
  48. %doc ChangeLog NEWS README
  49. %{_bindir}/yelp-build
  50. %{_bindir}/yelp-check
  51. %{_bindir}/yelp-new
  52. %{_datadir}/aclocal/yelp.m4
  53. %{_datadir}/yelp-tools/templates/task.page
  54. %{_datadir}/yelp-tools/xslt/comments.xsl
  55. %{_datadir}/yelp-tools/xslt/mal-epub.xsl
  56. %{_datadir}/yelp-tools/xslt/mal-files.xsl
  57. %{_datadir}/yelp-tools/xslt/mal-license.xsl
  58. %{_datadir}/yelp-tools/xslt/mal-ncx.xsl
  59. %{_datadir}/yelp-tools/xslt/mal-opf.xsl
  60. %{_datadir}/yelp-tools/xslt/mal-rng.xsl
  61. %{_datadir}/yelp-tools/xslt/mal-status.xsl
  62. %{_datadir}/yelp-tools/xslt/media.xsl
  63. %changelog
  64. * Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.32.2-1
  65. - new upstream release.
  66. * Sat Oct 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.0-1
  67. - new upstream release
  68. * Wed Apr 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  69. - new upstream release
  70. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  71. - new upstream release
  72. * Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  73. - new upstream release
  74. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  75. - new upstream release
  76. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-2
  77. - rebuild with VineSeed environment
  78. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0-1
  79. - new upstream release
  80. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  81. - new upstream release
  82. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  83. - new upstream release
  84. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  85. - new upstream release
  86. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  87. - new upstream release
  88. * Sat Sep 24 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.1.7-1
  89. - initial build for Vine Linux