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

Revision 12539, 2.6 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

chrpath-0.16-2

doxygen-1.9.1-1

libsigc++-2.10.6-1

pavucontrol-4.0-1

pulseaudio-14.2-1

xmlto-0.0.28-1

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