From c8e26f65945f668aa47be4b230101f36afe2d4fb Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:53:34 +0000 Subject: [PATCH] auto-import changelog data from xmlto-0.0.8-1.src.rpm Tue Feb 12 2002 Tim Waugh 0.0.8-1 - 0.0.8. Fri Jan 25 2002 Tim Waugh 0.0.7-2 - Require the DocBook DTDs. Mon Jan 21 2002 Tim Waugh 0.0.7-1 - 0.0.7 (bug #58624, bug #58625). Wed Jan 16 2002 Tim Waugh 0.0.6-1 - 0.0.6. Wed Jan 09 2002 Tim Powers 0.0.5-4 - automated rebuild Wed Jan 09 2002 Tim Waugh 0.0.5-3 - 0.0.6pre2. Wed Jan 09 2002 Tim Waugh 0.0.5-2 - 0.0.6pre1. Tue Jan 08 2002 Tim Waugh 0.0.5-1 - 0.0.5. Mon Dec 17 2001 Tim Waugh 0.0.4-2 - 0.0.4. - Apply patch from CVS to fix silly typos. Sat Dec 08 2001 Tim Waugh 0.0.3-1 - 0.0.3. Wed Dec 05 2001 Tim Waugh - Built for Red Hat Linux. Fri Nov 23 2001 Tim Waugh - Initial spec file. --- .cvsignore | 1 + sources | 1 + xmlto.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 xmlto.spec diff --git a/.cvsignore b/.cvsignore index e69de29..74d6f32 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xmlto-0.0.8.tar.gz diff --git a/sources b/sources index e69de29..bd14fc0 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5240571a3f0eaa82da7cdd72ee8ce140 xmlto-0.0.8.tar.gz diff --git a/xmlto.spec b/xmlto.spec new file mode 100644 index 0000000..3be888d --- /dev/null +++ b/xmlto.spec @@ -0,0 +1,84 @@ +%define upstreamver 0.0.8 +Summary: A tool for converting XML files to various formats. +Name: xmlto +Version: 0.0.8 +Release: 1 +License: GPL +Group: Applications/System +URL: http://cyberelk.net/tim/xmlto/ +Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{upstreamver}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot +BuildArch: noarch + +BuildRequires: docbook-xsl >= 1.47 +BuildRequires: libxslt + +# We rely heavily on the DocBook XSL stylesheets! +Requires: docbook-xsl >= 1.47 + +# For full functionality, we need passivetex. +Requires: passivetex >= 1.11 +Requires: libxslt +Requires: docbook-dtds + +%description +This is a package for converting XML files to various formats using XSL +stylesheets. + +%prep +%setup -q -n %{name}-%{upstreamver} + +%build +%configure +make + +%install +rm -rf %{buildroot} +%makeinstall + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/xmlto +%{_mandir}/*/* +%{_datadir}/xmlto + +%changelog +* Tue Feb 12 2002 Tim Waugh 0.0.8-1 +- 0.0.8. + +* Fri Jan 25 2002 Tim Waugh 0.0.7-2 +- Require the DocBook DTDs. + +* Mon Jan 21 2002 Tim Waugh 0.0.7-1 +- 0.0.7 (bug #58624, bug #58625). + +* Wed Jan 16 2002 Tim Waugh 0.0.6-1 +- 0.0.6. + +* Wed Jan 09 2002 Tim Powers 0.0.5-4 +- automated rebuild + +* Wed Jan 9 2002 Tim Waugh 0.0.5-3 +- 0.0.6pre2. + +* Wed Jan 9 2002 Tim Waugh 0.0.5-2 +- 0.0.6pre1. + +* Tue Jan 8 2002 Tim Waugh 0.0.5-1 +- 0.0.5. + +* Mon Dec 17 2001 Tim Waugh 0.0.4-2 +- 0.0.4. +- Apply patch from CVS to fix silly typos. + +* Sat Dec 8 2001 Tim Waugh 0.0.3-1 +- 0.0.3. + +* Wed Dec 5 2001 Tim Waugh +- Built for Red Hat Linux. + +* Fri Nov 23 2001 Tim Waugh +- Initial spec file.