source: projects/specs/branches/6/x/xmlto/xmlto-vl.spec @ 5569

Revision 5569, 2.3 KB checked in by Takemikaduchi, 12 years ago (diff)

rebuild packages

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