auto-import changelog data from xmlto-0.0.8-1.src.rpm
Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-1 - 0.0.8. Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-2 - Require the DocBook DTDs. Mon Jan 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-1 - 0.0.7 (bug #58624, bug #58625). Wed Jan 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.6-1 - 0.0.6. Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.0.5-4 - automated rebuild Wed Jan 09 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-3 - 0.0.6pre2. Wed Jan 09 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-2 - 0.0.6pre1. Tue Jan 08 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-1 - 0.0.5. Mon Dec 17 2001 Tim Waugh <twaugh@redhat.com> 0.0.4-2 - 0.0.4. - Apply patch from CVS to fix silly typos. Sat Dec 08 2001 Tim Waugh <twaugh@redhat.com> 0.0.3-1 - 0.0.3. Wed Dec 05 2001 Tim Waugh <twaugh@redhat.com> - Built for Red Hat Linux. Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com> - Initial spec file.
This commit is contained in:
parent
cb7c047521
commit
c8e26f6594
@ -0,0 +1 @@
|
||||
xmlto-0.0.8.tar.gz
|
84
xmlto.spec
Normal file
84
xmlto.spec
Normal file
@ -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 <twaugh@redhat.com> 0.0.8-1
|
||||
- 0.0.8.
|
||||
|
||||
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-2
|
||||
- Require the DocBook DTDs.
|
||||
|
||||
* Mon Jan 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-1
|
||||
- 0.0.7 (bug #58624, bug #58625).
|
||||
|
||||
* Wed Jan 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.6-1
|
||||
- 0.0.6.
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.0.5-4
|
||||
- automated rebuild
|
||||
|
||||
* Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-3
|
||||
- 0.0.6pre2.
|
||||
|
||||
* Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-2
|
||||
- 0.0.6pre1.
|
||||
|
||||
* Tue Jan 8 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-1
|
||||
- 0.0.5.
|
||||
|
||||
* Mon Dec 17 2001 Tim Waugh <twaugh@redhat.com> 0.0.4-2
|
||||
- 0.0.4.
|
||||
- Apply patch from CVS to fix silly typos.
|
||||
|
||||
* Sat Dec 8 2001 Tim Waugh <twaugh@redhat.com> 0.0.3-1
|
||||
- 0.0.3.
|
||||
|
||||
* Wed Dec 5 2001 Tim Waugh <twaugh@redhat.com>
|
||||
- Built for Red Hat Linux.
|
||||
|
||||
* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
|
||||
- Initial spec file.
|
Loading…
Reference in New Issue
Block a user