auto-import changelog data from xmlto-0.0.12-3.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Jan 03 2003 Tim Waugh <twaugh@redhat.com> 0.0.12-2 - Disable magic encoding detection, since the stylesheets don't handle it well at all (bug #80732). Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.12-1 - 0.0.12. Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.11-1 - 0.0.11. - xmlto.mak no longer needed. - CVS patch no longer needed. - Update docbook-xsl requirement. - Ship xmlif. - Run tests. - No longer a noarch package.
This commit is contained in:
parent
d48dcc6cb2
commit
d03bfd5556
@ -1 +1 @@
|
|||||||
xmlto-0.0.10.tar.gz
|
xmlto-0.0.12.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e30134d15713dc927ad44d72d3c2aa6a xmlto-0.0.10.tar.gz
|
84b93368043a261527f576739f4fbd7a xmlto-0.0.12.tar.bz2
|
||||||
|
39
xmlto.spec
39
xmlto.spec
@ -1,21 +1,19 @@
|
|||||||
Summary: A tool for converting XML files to various formats.
|
Summary: A tool for converting XML files to various formats.
|
||||||
Name: xmlto
|
Name: xmlto
|
||||||
Version: 0.0.10
|
Version: 0.0.12
|
||||||
Release: 4
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cyberelk.net/tim/xmlto/
|
URL: http://cyberelk.net/tim/xmlto/
|
||||||
Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.gz
|
Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
||||||
Source1: xmlto.mak
|
Patch0: xmlto-0.0.12-encoding.patch
|
||||||
Patch0: xmlto-0.0.10-cvs.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: docbook-xsl >= 1.47
|
BuildRequires: docbook-xsl >= 1.56.0
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
|
||||||
# We rely heavily on the DocBook XSL stylesheets!
|
# We rely heavily on the DocBook XSL stylesheets!
|
||||||
Requires: docbook-xsl >= 1.47
|
Requires: docbook-xsl >= 1.56.0
|
||||||
|
|
||||||
# For full functionality, we need passivetex.
|
# For full functionality, we need passivetex.
|
||||||
Requires: passivetex >= 1.11
|
Requires: passivetex >= 1.11
|
||||||
@ -28,27 +26,46 @@ stylesheets.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .cvs
|
%patch0 -p1 -b .encoding
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xmlto
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_datadir}/xmlto
|
%{_datadir}/xmlto
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Jan 3 2003 Tim Waugh <twaugh@redhat.com> 0.0.12-2
|
||||||
|
- Disable magic encoding detection, since the stylesheets don't handle
|
||||||
|
it well at all (bug #80732).
|
||||||
|
|
||||||
|
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.12-1
|
||||||
|
- 0.0.12.
|
||||||
|
|
||||||
|
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.11-1
|
||||||
|
- 0.0.11.
|
||||||
|
- xmlto.mak no longer needed.
|
||||||
|
- CVS patch no longer needed.
|
||||||
|
- Update docbook-xsl requirement.
|
||||||
|
- Ship xmlif.
|
||||||
|
- Run tests.
|
||||||
|
- No longer a noarch package.
|
||||||
|
|
||||||
* Tue Jul 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-4
|
* Tue Jul 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-4
|
||||||
- Ship xmlto.mak.
|
- Ship xmlto.mak.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user