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

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A tool for converting XML files to various formats.
2Summary(ja): XML ファイルをさまざまなフォーマットへ変換するためのツール
3Name: xmlto
4Version: 0.0.18
5Release: 1%{?_dist_release}
6License: GPL
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 Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-1
50- applied new versioning policy
51
52* Wed Sep 13 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.0.18-0vl2
53- changed Group to Appliations/Text
54
55* Sun Mar  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.18-0vl1
56- initial build for Vine Linux
57
58* Fri May 23 2003 Tim Waugh <twaugh@redhat.com>
59- Be sure to create the xsl directory.
60- README.docbook-xsl is no longer shipped.
61
62* Wed Oct  9 2002 Tim Waugh <twaugh@redhat.com>
63- Build requires docbook-xsl >= 1.56.0.
64
65* Sun Oct  6 2002 Tim Waugh <twaugh@redhat.com>
66- Remove 'BuildArch: noarch' now that we ship a compiled object.
67- Run tests.
68- Ship xmlif.
69- Build requires docbook-xsl >= 1.52.0.
70
71* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com>
72- Bump docbook-xsl requirement to 1.52.0 for manpages.
73
74* Fri Aug  2 2002 Tim Waugh <twaugh@redhat.com>
75- The archive is now distributed in .tar.bz2 format.
76
77* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com>
78- Require the DocBook DTDs.
79
80* Fri Jan 18 2002 Tim Waugh <twaugh@redhat.com>
81- Ship README.docbook-xsl.
82
83* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
84- Initial spec file.
Note: See TracBrowser for help on using the repository browser.