xmlto-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Name: xmlto
  2. Summary: A tool for converting XML files to various formats.
  3. Summary(ja): XML ファイルをさまざまなフォーマットへ変換するためのツール
  4. Version: 0.0.28
  5. Release: 1%{?_dist_release}
  6. Group: publishing
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: GPLv2
  10. URL: https://fedorahosted.org/xmlto/
  11. Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: docbook-style-xsl
  14. BuildRequires: libxslt
  15. Requires: docbook-style-xsl
  16. Requires: docbook-dtds
  17. Requires: libxslt
  18. %description
  19. This package includes a tool fot converting XML files to various formats
  20. using XSL stylesheets.
  21. %description -l ja
  22. このパッケージには XML ファイルを XSL スタイルシートを使って様々な
  23. フォーマットへ変換するためのツールが含まれています。
  24. %debug_package
  25. %prep
  26. %setup -q
  27. %build
  28. %configure BASH=/bin/bash
  29. %make_build
  30. %install
  31. rm -rf %{buildroot}
  32. %makeinstall
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-,root,root)
  37. %license COPYING
  38. %doc ChangeLog README AUTHORS NEWS
  39. %{_bindir}/*
  40. %{_mandir}/*/*
  41. %{_datadir}/xmlto
  42. %changelog
  43. * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.0.28-1
  44. - new upstream release.
  45. * Mon Sep 15 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.0.26-1
  46. - new upstream release
  47. - updated URL
  48. * Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.23-1
  49. - new upstream release
  50. - built with new toolchain
  51. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-1
  52. - applied new versioning policy
  53. * Wed Sep 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-0vl2
  54. - changed Group to Appliations/Text
  55. * Sun Mar 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.18-0vl1
  56. - initial build for Vine Linux
  57. * Fri May 23 2003 Tim Waugh <twaugh@redhat.com>
  58. - Be sure to create the xsl directory.
  59. - README.docbook-xsl is no longer shipped.
  60. * Wed Oct 9 2002 Tim Waugh <twaugh@redhat.com>
  61. - Build requires docbook-xsl >= 1.56.0.
  62. * Sun Oct 6 2002 Tim Waugh <twaugh@redhat.com>
  63. - Remove 'BuildArch: noarch' now that we ship a compiled object.
  64. - Run tests.
  65. - Ship xmlif.
  66. - Build requires docbook-xsl >= 1.52.0.
  67. * Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com>
  68. - Bump docbook-xsl requirement to 1.52.0 for manpages.
  69. * Fri Aug 2 2002 Tim Waugh <twaugh@redhat.com>
  70. - The archive is now distributed in .tar.bz2 format.
  71. * Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com>
  72. - Require the DocBook DTDs.
  73. * Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com>
  74. - Ship README.docbook-xsl.
  75. * Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
  76. - Initial spec file.