cf6d2a
Name:       dblatex
cf6d2a
Version:    0.3.12
cf6d2a
Release:    4%{?dist}
cf6d2a
Summary:    DocBook to LaTeX/ConTeXt Publishing
cf6d2a
BuildArch:  noarch
cf6d2a
# Most of package is GPLv2+, except:
cf6d2a
# xsl/ directory is DMIT
cf6d2a
# lib/dbtexmf/core/sgmlent.txt is Public Domain
cf6d2a
# latex/misc/enumitem.sty, multirow2.sry and ragged2e.sty are LPPL
cf6d2a
# latex/misc/lastpage.sty is GPLv2 (no +)
cf6d2a
# latex/misc/passivetex is MIT (not included in binary RPM so not listed)
cf6d2a
License:    GPLv2+ and GPLv2 and LPPL and DMIT and Public Domain
cf6d2a
URL:        http://dblatex.sourceforge.net/
cf6d2a
Source0:    http://downloads.sourceforge.net/%{name}/%{name}3-%{version}.tar.bz2
cf6d2a
# Source1 is from http://docbook.sourceforge.net/release/xsl/current/COPYING
cf6d2a
Source1:    COPYING-docbook-xsl
cf6d2a
Patch0:     dblatex-0.3.11-disable-debian.patch
cf6d2a
Patch1:     dblatex-0.3.11-which-shutil.patch
cf6d2a
Patch2:     dblatex-0.3.11-replace-inkscape-by-rsvg.patch
cf6d2a
cf6d2a
BuildRequires:  python3-devel
cf6d2a
BuildRequires:  python3-setuptools
cf6d2a
BuildRequires:  libxslt
cf6d2a
BuildRequires:  texlive-base
cf6d2a
BuildRequires:  texlive-collection-latex
cf6d2a
BuildRequires:  texlive-collection-xetex
cf6d2a
BuildRequires:  texlive-collection-htmlxml
cf6d2a
BuildRequires:  texlive-xmltex-bin
cf6d2a
BuildRequires:  texlive-anysize
cf6d2a
BuildRequires:  texlive-appendix
cf6d2a
BuildRequires:  texlive-changebar
cf6d2a
BuildRequires:  texlive-fancybox
cf6d2a
BuildRequires:  texlive-jknapltx
cf6d2a
BuildRequires:  texlive-multirow
cf6d2a
BuildRequires:  texlive-overpic
cf6d2a
BuildRequires:  texlive-pdfpages
cf6d2a
BuildRequires:  texlive-subfigure
cf6d2a
BuildRequires:  texlive-stmaryrd
cf6d2a
BuildRequires:  texlive-wasysym
cf6d2a
Buildrequires:  /usr/bin/pathfix.py
cf6d2a
Requires:       texlive-base
cf6d2a
Requires:       texlive-collection-latex
cf6d2a
Requires:       texlive-collection-xetex
cf6d2a
Requires:       texlive-collection-htmlxml
cf6d2a
Requires:       texlive-collection-fontsrecommended
cf6d2a
Requires:       texlive-passivetex
cf6d2a
Requires:       texlive-xmltex texlive-xmltex-bin
cf6d2a
Requires:       texlive-anysize
cf6d2a
Requires:       texlive-appendix
cf6d2a
Requires:       texlive-bibtopic
cf6d2a
Requires:       texlive-changebar
cf6d2a
Requires:       texlive-ec
cf6d2a
Requires:       texlive-fancybox
cf6d2a
Requires:       texlive-jknapltx
cf6d2a
Requires:       texlive-multirow
cf6d2a
Requires:       texlive-overpic
cf6d2a
Requires:       texlive-passivetex
cf6d2a
Requires:       texlive-pdfpages
cf6d2a
Requires:       texlive-subfigure
cf6d2a
Requires:       texlive-stmaryrd
cf6d2a
Requires:       texlive-wasysym
cf6d2a
Requires:       texlive-xmltex-bin
cf6d2a
Requires:       libxslt docbook-dtds
cf6d2a
Recommends:     ImageMagick
cf6d2a
Recommends:     texlive-epstopdf-bin
cf6d2a
Recommends:     transfig
cf6d2a
Recommends:     librsvg2-tools
cf6d2a
cf6d2a
%description
cf6d2a
dblatex is a program that transforms your SGML/XMLDocBook
cf6d2a
documents to DVI, PostScript or PDF by translating them
cf6d2a
into pure LaTeX as a first process.  MathML 2.0 markups
cf6d2a
are supported, too. It started as a clone of DB2LaTeX.
cf6d2a
cf6d2a
Authors:
cf6d2a
--------
cf6d2a
   BenoƮt Guillon <marsgui at users dot sourceforge dot net>
cf6d2a
   Andreas Hoenen <andreas dot hoenen at arcor dot de>
cf6d2a
cf6d2a
cf6d2a
%prep
cf6d2a
%setup -q -n %{name}3-%{version}
cf6d2a
%patch0 -p1 -b .disable-debian
cf6d2a
%patch1 -p1 -b .which-shutil
cf6d2a
%patch2 -p1 -b .rsvg
cf6d2a
cf6d2a
rm -rf lib/contrib
cf6d2a
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
cf6d2a
cf6d2a
%build
cf6d2a
%{__python3} setup.py build
cf6d2a
cf6d2a
cf6d2a
%install
cf6d2a
%{__python3} setup.py install --root $RPM_BUILD_ROOT
cf6d2a
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" $RPM_BUILD_ROOT%{_bindir}/dblatex
cf6d2a
cf6d2a
# these are already in tetex-latex:
cf6d2a
for file in bibtopic.sty enumitem.sty ragged2e.sty passivetex/ xelatex/; do
cf6d2a
  rm -rf $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/misc/$file
cf6d2a
done
cf6d2a
cf6d2a
mkdir -p $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex
cf6d2a
for file in ` find $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/ -name '*.sty' ` ; do
cf6d2a
  mv $file $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/`basename $file`;
cf6d2a
done
cf6d2a
cf6d2a
## also move .xetex files
cf6d2a
for file in ` find $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/ -name '*.xetex' ` ; do
cf6d2a
  mv $file $RPM_BUILD_ROOT%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/`basename $file`;
cf6d2a
done
cf6d2a
cf6d2a
rmdir $RPM_BUILD_ROOT%{_datadir}/dblatex/latex/{misc,contrib/example,style}
cf6d2a
cf6d2a
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dblatex
cf6d2a
# shipped in %%docs
cf6d2a
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/
cf6d2a
cf6d2a
sed -e 's/\r//' xsl/mathml2/README > README-xsltml
cf6d2a
touch -r xsl/mathml2/README README-xsltml
cf6d2a
cp -p %{SOURCE1} COPYING-docbook-xsl
cf6d2a
cf6d2a
cf6d2a
%files
cf6d2a
%{_mandir}/man1/dblatex.1*
cf6d2a
%doc COPYRIGHT docs/manual.pdf COPYING-docbook-xsl README-xsltml
cf6d2a
%{python3_sitelib}/dbtexmf/
cf6d2a
%{python3_sitelib}/dblatex-*.egg-info
cf6d2a
%{_bindir}/dblatex
cf6d2a
%{_datadir}/dblatex/
cf6d2a
%{_datadir}/texlive/texmf-dist/tex/latex/dblatex/
cf6d2a
%dir %{_sysconfdir}/dblatex
cf6d2a
cf6d2a
%post -p /usr/bin/texhash
cf6d2a
cf6d2a
%postun -p /usr/bin/texhash
cf6d2a
cf6d2a
%changelog
cf6d2a
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.12-4
cf6d2a
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
cf6d2a
  Related: rhbz#1991688
cf6d2a
cf6d2a
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.12-3
cf6d2a
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
cf6d2a
cf6d2a
* Thu Feb 18 2021 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-2
cf6d2a
- replace inkscape by rsvg (#bz 1833047)
cf6d2a
cf6d2a
* Thu Feb 18 2021 Michael J Gruber <mjg@fedoraproject.org> - 0.3.12-1
cf6d2a
- rebase to 0.3.12
cf6d2a
- follow yet another package/tree renaming
cf6d2a
cf6d2a
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-8
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
cf6d2a
cf6d2a
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-7
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cf6d2a
cf6d2a
* Tue Jun 23 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-6
cf6d2a
- BR setuptools explicitly
cf6d2a
cf6d2a
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.11-5
cf6d2a
- Rebuilt for Python 3.9
cf6d2a
cf6d2a
* Wed Feb 05 2020 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-4
cf6d2a
- rebase to upstreamed py3 version (bz 1796232)
cf6d2a
cf6d2a
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-3
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cf6d2a
cf6d2a
* Mon Sep 23 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-2
cf6d2a
- port to python3 (bz #1737967)
cf6d2a
cf6d2a
* Sun Sep 22 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.11-1
cf6d2a
- bugfix release (bz #1753399)
cf6d2a
cf6d2a
* Tue Sep 10 2019 Gwyn Ciesla <gwync@protonmail.com> - 0.3.10-12
cf6d2a
- Rebundle python2-which.
cf6d2a
cf6d2a
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-11
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cf6d2a
cf6d2a
* Tue Feb 12 2019 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-10
cf6d2a
- fix FTBFS on F30 (#1674789)
cf6d2a
cf6d2a
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-9
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
cf6d2a
cf6d2a
* Mon Sep 10 2018 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-8
cf6d2a
- make shebangs unambiguous
cf6d2a
cf6d2a
* Fri Jul 13 2018 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-7
cf6d2a
- adjust to py2 packaging guidelines (fix FTBFS on rawhide)
cf6d2a
cf6d2a
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-6
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Apr 11 2018 Nikola ForrĆ³ <nforro@redhat.com> - 0.3.10-5
cf6d2a
- make non-critical graphic tools weak dependencies
cf6d2a
- recommend inkscape, which can be used to convert SVG images
cf6d2a
cf6d2a
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.10-4
cf6d2a
- Update Python 2 dependency declarations to new packaging standards
cf6d2a
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
cf6d2a
cf6d2a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-3
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Apr 05 2017 Michael J Gruber <mjg@fedoraproject.org> - 0.3.10-1
cf6d2a
- rebase with upstream
cf6d2a
cf6d2a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
cf6d2a
cf6d2a
* Mon Oct 17 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.9-1
cf6d2a
- bugfix and feature release
cf6d2a
cf6d2a
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.8-1
cf6d2a
- bugfix and feature release
cf6d2a
cf6d2a
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.7-1
cf6d2a
- bugfix release
cf6d2a
cf6d2a
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-4
cf6d2a
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
cf6d2a
cf6d2a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-3
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cf6d2a
cf6d2a
* Mon May 18 2015 jchaloup <jchaloup@redhat.com> - 0.3.6-1
cf6d2a
- Update to 0.3.6
cf6d2a
  resolves: #1222169
cf6d2a
cf6d2a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.5-2
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
cf6d2a
cf6d2a
* Mon May 26 2014 jchaloup <jchaloup@redhat.com> - 0.3.5-1
cf6d2a
- Update to 0.3.5.
cf6d2a
cf6d2a
* Thu Aug 08 2013 Michael J Gruber <mjg@fedoraproject.org> - 0.3.4-8
cf6d2a
- Merge in licensing changes from  Stanislav Ochotnicky <sochotnicky@redhat.com>:
cf6d2a
-* Mon Jul 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.4-8
cf6d2a
-- Add Public Domain license and licensing comment
cf6d2a
-* Mon Jul 29 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.3.4-7
cf6d2a
-- Add DMIT, GPLv2 and LPPL licenses
cf6d2a
-- Fix space and tab mixing
cf6d2a
-- Cleanup old spec file parts
cf6d2a
cf6d2a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-7
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cf6d2a
cf6d2a
* Wed May 29 2013 Michael J Gruber <mjg@fedoraproject.org> - 0.3.4-6
cf6d2a
- Add mising R texlive-multirow.
cf6d2a
cf6d2a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-5
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Jan 02 2013 Benjamin De Kosnik  <bkoz@redhat.com> - 0.3.4-1
cf6d2a
- Update to 0.3.4.
cf6d2a
- Adjust for texlive rebase.
cf6d2a
cf6d2a
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cf6d2a
cf6d2a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf6d2a
cf6d2a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-3
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf6d2a
cf6d2a
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3-2
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
cf6d2a
cf6d2a
* Mon Apr 12 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.3-1
cf6d2a
- Update to 0.3
cf6d2a
- Cleanup spec: drop some unnecessary conditionals for old releases (< F-11)
cf6d2a
cf6d2a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.10-3
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cf6d2a
cf6d2a
* Sun May 10 2009 Neal Becker <ndbecker2@gmail.com> - 0.2.10-2
cf6d2a
- remove dblatex-0.2.9-xetex.patch
cf6d2a
cf6d2a
* Sun May 10 2009 Neal Becker <ndbecker2@gmail.com> - 0.2.10-1
cf6d2a
- Update to 0.2.10
cf6d2a
cf6d2a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.9-4
cf6d2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cf6d2a
cf6d2a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.2.9-3
cf6d2a
- Rebuild for Python 2.6
cf6d2a
cf6d2a
* Fri Jul  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.9-2
cf6d2a
- BR: texlive-xetex -> tex(xetex) for F-10 and later
cf6d2a
cf6d2a
* Thu Jun 12 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.2.9-1
cf6d2a
- Update to latest upstream (0.2.9) (#448953)
cf6d2a
- Remove some redundant Requires and BuildRequires (passivetex pulls
cf6d2a
  in the tetex/tex requires, python dep added automatically)
cf6d2a
- For F-9+ BR on tex(latex) and texlive-xetex, fix the installation
cf6d2a
  scripts to install extra new files.
cf6d2a
- Add patch from dblatex mailing list for better handling of a missing
cf6d2a
  xetex.
cf6d2a
- Conditionally add .egg-info file only if F9+ to allow for unified
cf6d2a
  spec file
cf6d2a
cf6d2a
* Sun Dec 16 2007 Patrice Dumas <pertusus@free.fr> - 0.2.8-2.1
cf6d2a
- don't install in docbook directory, it is a link to a versioned
cf6d2a
  directory and may break upon docbook update (#425251,#389231)
cf6d2a
cf6d2a
* Sun Nov 25 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.8-1
cf6d2a
- Update to 0.2.8
cf6d2a
cf6d2a
* Mon Nov 12 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-16
cf6d2a
- convert spec to utf8
cf6d2a
- change to gplv2+
cf6d2a
cf6d2a
* Mon Nov 12 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-15
cf6d2a
- Add copyright info
cf6d2a
cf6d2a
* Mon Nov  5 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-14
cf6d2a
- Req tetex-fonts for texhash
cf6d2a
- Fix post, postun
cf6d2a
cf6d2a
* Sun Nov  4 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-13
cf6d2a
- Add texhash
cf6d2a
cf6d2a
* Sun Nov  4 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-12
cf6d2a
- Fix xsl link
cf6d2a
cf6d2a
* Sat Nov  3 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-12
cf6d2a
- Various fixes from pertusus@free.fr:
cf6d2a
- rm iconv stuff
cf6d2a
- simplify docs installation
cf6d2a
cf6d2a
* Fri Nov  2 2007  <ndbecker2@gmail.com> - 0.2.7-11
cf6d2a
- Various minor fixes
cf6d2a
cf6d2a
* Thu Nov  1 2007  <ndbecker2@gmail.com> - 0.2.7-10
cf6d2a
- Add some reqs and brs
cf6d2a
- rmdir /usr/share/dblatex/latex/{misc,contrib/example,style}
cf6d2a
cf6d2a
* Sat Oct 27 2007  <ndbecker2@gmail.com> - 0.2.7-9
cf6d2a
- link /usr/share/dblatex/xsl -> /usr/share/sgml/docbook/xsl-stylesheets/dblatex
cf6d2a
- rmdir /usr/share/dblatex/latex/{misc,specs,style}
cf6d2a
- own /etc/dblatex
cf6d2a
- change $(...) -> `...`
cf6d2a
- Preserve timestamps on iconv
cf6d2a
cf6d2a
* Mon Oct 15 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-9
cf6d2a
- mv all .sty files to datadir/texmf/tex/latex/dblatex
cf6d2a
- Add Conflicts tetex-tex4ht
cf6d2a
- mv all xsl stuff to datadir/sgml/docbook/xsl-stylesheets/dblatex/
cf6d2a
cf6d2a
* Mon Oct 15 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-8
cf6d2a
- rm redundant latex files
cf6d2a
cf6d2a
* Tue Sep 25 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-8
cf6d2a
- Fixed encodings in docs directory
cf6d2a
- Install docs at correct location
cf6d2a
cf6d2a
* Fri Sep 21 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-7
cf6d2a
- Revert back to GPLv2
cf6d2a
- untabify
cf6d2a
cf6d2a
* Fri Sep 21 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-6
cf6d2a
- Fix source URL
cf6d2a
- Install all docs
cf6d2a
- Tabify
cf6d2a
cf6d2a
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-5
cf6d2a
- Add BR tetex-latex
cf6d2a
cf6d2a
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-4
cf6d2a
- Add  BR tetex, ImageMagick
cf6d2a
cf6d2a
* Thu Sep 20 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-3
cf6d2a
- Add BR libxslt
cf6d2a
cf6d2a
* Wed Sep 19 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-2
cf6d2a
- Add BR python-devel
cf6d2a
cf6d2a
* Fri Sep  7 2007 Neal Becker <ndbecker2@gmail.com> - 0.2.7-1
cf6d2a
- Initial