source: projects/specs/trunk/x/xmlto/xmlto-vl.spec @ 1002

Revision 1002, 2.2 KB checked in by inagaki, 14 years ago (diff)

updated: xmlto

Line 
1Summary: A tool for converting XML files to various formats.
2Summary(ja): XML ファイルをさまざまなフォーマットへ変換するためのツール
3Name: xmlto
4Version: 0.0.23
5Release: 1%{?_dist_release}
6License: GPLv2
7Group: Applications/Text
8URL: http://cyberelk.net/tim/xmlto/
9Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: docbook-style-xsl
13BuildRequires: libxslt
14Requires: docbook-style-xsl
15Requires: docbook-dtds
16Requires: libxslt
17
18%description
19This package includes a tool fot converting XML files to various formats
20using 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
35rm -rf %{buildroot}
36%makeinstall
37
38%clean
39rm -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.
Note: See TracBrowser for help on using the repository browser.