auto-import changelog data from xmlto-0.0.8-3.src.rpm

Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-3
- Don't fetch entities over the network.
This commit is contained in:
cvsdist 2004-09-09 14:53:44 +00:00
parent fdcca169b5
commit 9a41fa7441

View File

@ -2,11 +2,12 @@
Summary: A tool for converting XML files to various formats.
Name: xmlto
Version: 0.0.8
Release: 2
Release: 3
License: GPL
Group: Applications/System
URL: http://cyberelk.net/tim/xmlto/
Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{upstreamver}.tar.gz
Patch0: xmlto-0.0.8-nonet.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildArch: noarch
@ -27,6 +28,7 @@ stylesheets.
%prep
%setup -q -n %{name}-%{upstreamver}
%patch0 -p1 -b .nonet
%build
%configure
@ -46,6 +48,9 @@ rm -rf %{buildroot}
%{_datadir}/xmlto
%changelog
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-3
- Don't fetch entities over the network.
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-2
- Rebuild in new environment.