xmlto-vl.spec 2.3 KB

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