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

Revision 8957, 2.3 KB checked in by inagaki, 10 years ago (diff)

2014-09-18 Ryoichi INAGAKI <ryo1@…>

  • eboard, kasumi, w3m and xmlto: removed libpng12 denpendency


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