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