Blame SPECS/xmlto.spec

932b72
Summary: A tool for converting XML files to various formats
932b72
Name: xmlto
932b72
Version: 0.0.28
932b72
Release: 7%{?dist}
932b72
License: GPLv2+
932b72
Group: Applications/System
932b72
#Older versions up to xmlto-0.0.20
932b72
#URL: http://cyberelk.net/tim/xmlto/
932b72
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
932b72
URL: https://pagure.io/xmlto/
932b72
Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
932b72
932b72
932b72
BuildRequires: docbook-xsl
932b72
BuildRequires: libxslt
932b72
BuildRequires: util-linux, flex
932b72
932b72
# We rely heavily on the DocBook XSL stylesheets!
932b72
Requires: docbook-xsl
932b72
Requires: libxslt
932b72
Requires: docbook-dtds
932b72
Requires: util-linux, flex
932b72
932b72
%description
932b72
This is a package for converting XML files to various formats using XSL
932b72
stylesheets.
932b72
932b72
%package tex
932b72
Group: Applications/System
932b72
License: GPLv2+
932b72
Summary: A set of xmlto backends with TeX requirements
932b72
# For full functionality, we need passivetex.
932b72
Requires: passivetex >= 1.11
932b72
# We require main package
932b72
Requires: xmlto = %{version}-%{release}
932b72
BuildArch: noarch
932b72
932b72
932b72
%description tex
932b72
This subpackage contains xmlto backend scripts which do require
932b72
PassiveTeX/TeX for functionality.
932b72
932b72
%package xhtml
932b72
Group: Applications/System
932b72
License: GPLv2+
932b72
Summary: A set of xmlto backends for xhtml1 source format
932b72
# For functionality we need stylesheets xhtml2fo-style-xsl
932b72
Requires: xhtml2fo-style-xsl
932b72
# We require main package
932b72
Requires: xmlto = %{version}-%{release}
932b72
BuildArch: noarch
932b72
932b72
%description xhtml
932b72
This subpackage contains xmlto backend scripts for processing
932b72
xhtml1 source format.
932b72
932b72
%prep
932b72
%setup -q
932b72
932b72
%build
932b72
%configure BASH=/bin/bash
932b72
make %{?_smp_mflags}
932b72
932b72
%check
932b72
make check
932b72
932b72
%install
932b72
rm -rf $RPM_BUILD_ROOT
932b72
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
932b72
932b72
%files
932b72
%defattr(-,root,root,-)
932b72
%doc COPYING ChangeLog README AUTHORS NEWS
932b72
%{_bindir}/*
932b72
%{_mandir}/*/*
932b72
%{_datadir}/xmlto
932b72
%exclude %{_datadir}/xmlto/format/fo/dvi
932b72
%exclude %{_datadir}/xmlto/format/fo/ps
932b72
%exclude %{_datadir}/xmlto/format/fo/pdf
932b72
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
932b72
%exclude %{_datadir}/xmlto/format/xhtml1
932b72
932b72
932b72
%files tex
932b72
%defattr(-,root,root,-)
932b72
%{_datadir}/xmlto/format/fo/dvi
932b72
%{_datadir}/xmlto/format/fo/ps
932b72
%{_datadir}/xmlto/format/fo/pdf
932b72
932b72
%files xhtml
932b72
%defattr(-,root,root,-)
932b72
%dir %{_datadir}/xmlto/format/xhtml1/
932b72
%{_datadir}/xmlto/format/xhtml1/*
932b72
932b72
932b72
%changelog
932b72
* Mon Jul 02 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-7
932b72
- upstream moved to pagure.io/xmlto (#1502443)
932b72
932b72
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-6
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
932b72
932b72
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-5
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
932b72
932b72
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-4
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
932b72
932b72
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-3
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
932b72
932b72
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-2
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
932b72
932b72
* Wed Nov 18 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.28-1
932b72
- New version 0.0.28
932b72
- fix broken temp files removal
932b72
- do not detect links browser as elinks
932b72
932b72
* Tue Nov 10 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.27-1
932b72
- New version 0.0.27
932b72
- remove several bashisms in scripts
932b72
- add new option --profile for preprocessing documents
932b72
  with profiling stylesheet
932b72
- fix several potential crashes in xmlif (found by static analysis)
932b72
932b72
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-4
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
932b72
932b72
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-3
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
932b72
932b72
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-2
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
932b72
932b72
* Sat Apr 04 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
932b72
- New version 0.0.26
932b72
- fix build with automake 1.13+
932b72
- fix warning in searchpath option
932b72
932b72
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-7
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
932b72
932b72
* Tue Apr 09 2013 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-6
932b72
- drop hard requirement for text-www-browser (any package that
932b72
  needs docbook->txt for build  may buildrequire any of
932b72
  w3m/lynx/elinks as suggested by script)
932b72
932b72
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-5
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
932b72
932b72
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-4
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
932b72
932b72
* Fri Jun 08 2012 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-3
932b72
- fix the noextensions option (#830266)
932b72
932b72
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-2
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
932b72
932b72
* Fri Dec 02 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-1
932b72
- fix handling of external data objects with fop
932b72
  (deb #568894)
932b72
932b72
* Tue Nov 29 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
932b72
- fix the functionality of fop.extensions (#757035)
932b72
932b72
* Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1
932b72
- new release 0.0.24, basic support for docbook->epub
932b72
  conversion, use backend extensions by default
932b72
  (--noextensions) to disable it
932b72
932b72
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.23-4
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
932b72
932b72
* Tue Oct 13 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-3
932b72
- workaround passivetex limitation for chapter titles starting
932b72
  with L(#526273)
932b72
932b72
* Fri Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
932b72
- ensure the default shell is /bin/bash instead of /bin/sh
932b72
932b72
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
932b72
- New version 0.0.23
932b72
- added autodetection for more common tools like
932b72
  gnu cp or tail
932b72
- added option --noautosize to prevent overriding
932b72
  of user-defined or system-default paper size
932b72
- use shell built-in 'type -t' instead of 'which'
932b72
  utility for detection of file availability
932b72
932b72
* Sat Aug 01 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-3
932b72
- make subpackages noarch, preserve timestamps - merge
932b72
  review (#226568)
932b72
932b72
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
932b72
932b72
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-1
932b72
- New version 0.0.22
932b72
- autodetection for tools/program paths, consolidated
932b72
  error code handling, build warnings cleanup
932b72
932b72
* Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9
932b72
- reenable noent switch - bug is on lcdproc side
932b72
- add xhtml support(subpackage) (#145140)
932b72
932b72
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-8
932b72
- temporarily disable noent switch - blocks lcdproc doc build
932b72
  (#488093)
932b72
932b72
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
932b72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
932b72
932b72
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-6
932b72
- fix cleaning up of temporary files with libpaper(Debian)
932b72
- fix xmllint postvalid (added noent option), use nonet
932b72
  switch
932b72
932b72
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-5
932b72
- fix stringparam option functionality
932b72
932b72
* Tue Dec 16 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-4
932b72
- merge review(#226568)
932b72
  correct doc filelist attributes, add License GPL+ for xmlif
932b72
932b72
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-3
932b72
- merge review(#226568):
932b72
  ship documentation files, fix license tag, use recommended
932b72
  parallel make, make install instead of macro, require libxslt
932b72
  instead of direct binary requirement
932b72
932b72
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-2
932b72
- xmlto-tex subpackage to prevent requirements for
932b72
  passivetex/tex for all backends(#454341)
932b72
932b72
* Mon Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
932b72
- new version 0.0.21
932b72
932b72
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
932b72
- fixed errorneus handling of backend stylesheet(#446092)
932b72
- removed unused patches
932b72
932b72
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-2
932b72
- gcc4.3 rebuild
932b72
932b72
* Thu Jan 17 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-1
932b72
- new version 0.0.20
932b72
- added experimental fop support(additional output formats)
932b72
- possibility to read stylesheet from STDIN, using recursive
932b72
  cp in docbook formats, updated man pages
932b72
932b72
* Wed Nov 28 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.19-1
932b72
- new version 0.0.19
932b72
- added dist tag
932b72
932b72
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
932b72
- generalized text-www-browser requirements(#174566)
932b72
932b72
* Mon Oct  8 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-16
932b72
- fixed warning message from find in usage() display(#322121)
932b72
932b72
* Wed Sep 19 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-15
932b72
- fixed wrong source URL
932b72
932b72
* Thu Aug 23 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-14
932b72
- rebuilt for F8
932b72
- changed License tag to GPLv2
932b72
932b72
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-13.1
932b72
- rebuild
932b72
932b72
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-13
932b72
- Removed debugging.
932b72
932b72
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-12
932b72
- Debug build.
932b72
932b72
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-11
932b72
- Rebuilt.
932b72
932b72
* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-10
932b72
- Rebuilt.
932b72
932b72
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2.1
932b72
- bump again for double-long bug on ppc(64)
932b72
932b72
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2
932b72
- rebuilt for new gcc4.1 snapshot and glibc changes
932b72
932b72
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
932b72
- rebuilt
932b72
932b72
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-9
932b72
- Fixed quoting in scripts (bug #165338).
932b72
932b72
* Mon Aug  1 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-8
932b72
- Requires w3m (bug #164798).
932b72
932b72
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-7
932b72
- Rebuild for new man-pages stylesheet.
932b72
932b72
* Mon Apr  4 2005 Tim Waugh <twaugh@redhat.com>
932b72
- Requires util-linux and flex, as does the build.
932b72
932b72
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-6
932b72
- Rebuild for new GCC.
932b72
932b72
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-5
932b72
- Rebuilt.
932b72
932b72
* Thu Jul  1 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-4
932b72
- Magic encoding is enabled again (bug #126921).
932b72
932b72
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
932b72
- rebuilt
932b72
932b72
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
932b72
- rebuilt
932b72
932b72
* Wed Jan 21 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-1
932b72
- 0.0.18.
932b72
932b72
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 0.0.17-1
932b72
- 0.0.17.
932b72
932b72
* Tue Nov 18 2003 Tim Waugh <twaugh@redhat.com> 0.0.16-1
932b72
- 0.0.16.
932b72
932b72
* Tue Oct  7 2003 Tim Waugh <twaugh@redhat.com> 0.0.15-1
932b72
- 0.0.15.
932b72
932b72
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
932b72
- allow compiling without tetex(passivetex) dependency
932b72
932b72
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-3
932b72
- Rebuilt.
932b72
932b72
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
932b72
- rebuilt
932b72
932b72
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-1
932b72
- 0.0.14.
932b72
932b72
* Sun May 11 2003 Tim Waugh <twaugh@redhat.com> 0.0.13-1
932b72
- 0.0.13.
932b72
932b72
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
932b72
- rebuilt
932b72
932b72
* Fri Jan  3 2003 Tim Waugh <twaugh@redhat.com> 0.0.12-2
932b72
- Disable magic encoding detection, since the stylesheets don't handle
932b72
  it well at all (bug #80732).
932b72
932b72
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.12-1
932b72
- 0.0.12.
932b72
932b72
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.11-1
932b72
- 0.0.11.
932b72
- xmlto.mak no longer needed.
932b72
- CVS patch no longer needed.
932b72
- Update docbook-xsl requirement.
932b72
- Ship xmlif.
932b72
- Run tests.
932b72
- No longer a noarch package.
932b72
932b72
* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-4
932b72
- Ship xmlto.mak.
932b72
932b72
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-3
932b72
- Some db2man improvements from CVS.
932b72
932b72
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.0.10-2
932b72
- automated rebuild
932b72
932b72
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-1
932b72
- 0.0.10.
932b72
- No longer need texinputs patch.
932b72
932b72
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-3
932b72
- Fix TEXINPUTS problem with ps and dvi backends.
932b72
932b72
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.0.9-2
932b72
- automated rebuild
932b72
932b72
* Wed May  1 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-1
932b72
- 0.0.9.
932b72
- The nonet patch is no longer needed.
932b72
932b72
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-3
932b72
- Don't fetch entities over the network.
932b72
932b72
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-2
932b72
- Rebuild in new environment.
932b72
932b72
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-1
932b72
- 0.0.8.
932b72
932b72
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-2
932b72
- Require the DocBook DTDs.
932b72
932b72
* Mon Jan 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-1
932b72
- 0.0.7 (bug #58624, bug #58625).
932b72
932b72
* Wed Jan 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.6-1
932b72
- 0.0.6.
932b72
932b72
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.0.5-4
932b72
- automated rebuild
932b72
932b72
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-3
932b72
- 0.0.6pre2.
932b72
932b72
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-2
932b72
- 0.0.6pre1.
932b72
932b72
* Tue Jan  8 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-1
932b72
- 0.0.5.
932b72
932b72
* Mon Dec 17 2001 Tim Waugh <twaugh@redhat.com> 0.0.4-2
932b72
- 0.0.4.
932b72
- Apply patch from CVS to fix silly typos.
932b72
932b72
* Sat Dec  8 2001 Tim Waugh <twaugh@redhat.com> 0.0.3-1
932b72
- 0.0.3.
932b72
932b72
* Wed Dec  5 2001 Tim Waugh <twaugh@redhat.com>
932b72
- Built for Red Hat Linux.
932b72
932b72
* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
932b72
- Initial spec file.