xmlto-vl.spec 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Summary: A tool for converting XML files to various formats.
  2. Summary(ja): XML ファイルをさまざまなフォーマットへ変換するためのツール
  3. Name: xmlto
  4. Version: 0.0.18
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Text
  8. URL: http://cyberelk.net/tim/xmlto/
  9. Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{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. * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-1
  39. - applied new versioning policy
  40. * Wed Sep 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-0vl2
  41. - changed Group to Appliations/Text
  42. * Sun Mar 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.18-0vl1
  43. - initial build for Vine Linux
  44. * Fri May 23 2003 Tim Waugh <twaugh@redhat.com>
  45. - Be sure to create the xsl directory.
  46. - README.docbook-xsl is no longer shipped.
  47. * Wed Oct 9 2002 Tim Waugh <twaugh@redhat.com>
  48. - Build requires docbook-xsl >= 1.56.0.
  49. * Sun Oct 6 2002 Tim Waugh <twaugh@redhat.com>
  50. - Remove 'BuildArch: noarch' now that we ship a compiled object.
  51. - Run tests.
  52. - Ship xmlif.
  53. - Build requires docbook-xsl >= 1.52.0.
  54. * Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com>
  55. - Bump docbook-xsl requirement to 1.52.0 for manpages.
  56. * Fri Aug 2 2002 Tim Waugh <twaugh@redhat.com>
  57. - The archive is now distributed in .tar.bz2 format.
  58. * Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com>
  59. - Require the DocBook DTDs.
  60. * Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com>
  61. - Ship README.docbook-xsl.
  62. * Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
  63. - Initial spec file.