Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5201056339 | ||
|
|
3a5f3072ef |
5 changed files with 170 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xmltex-1.9.tar.gz
|
||||
|
|
@ -1 +0,0 @@
|
|||
retiring based on #999220 - xmltex provided by texlive xmltex-bin subpackage
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
a4411b71e30e286b883c3561309ebf34 xmltex-1.9.tar.gz
|
||||
162
xmltex.spec
Normal file
162
xmltex.spec
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
Summary: Namespace-aware XML parser written in TeX.
|
||||
Name: xmltex
|
||||
Version: 20020625
|
||||
Release: 8
|
||||
License: LaTeX Project Public License (http://www.latex-project.org/lppl.txt)
|
||||
Group: Applications/Publishing
|
||||
Source0: ftp://ftp.tex.ac.uk/tex-archive/macros/xmltex-1.9.tar.gz
|
||||
Source1: xmltexfmtutil.cnf
|
||||
Requires: tetex-latex
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
BuildRequires: tetex
|
||||
|
||||
%description
|
||||
Namespace-aware XML parser written in TeX.
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version}
|
||||
mv -f xmltex/base/* .
|
||||
|
||||
|
||||
%build
|
||||
pdfetex -ini "&pdflatex" pdfxmltex.ini
|
||||
etex -ini "&hugelatex" xmltex.ini
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/texmf/web2c
|
||||
install -d $RPM_BUILD_ROOT%{_bindir}
|
||||
|
||||
install *.xmt $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
|
||||
install %{name}.cfg $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
|
||||
install %{SOURCE1} *.ini *.tex $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
|
||||
install pdf%{name}.fmt $RPM_BUILD_ROOT%{_datadir}/texmf/web2c/
|
||||
install %{name}.fmt $RPM_BUILD_ROOT%{_datadir}/texmf/web2c/
|
||||
ln -s pdftex ${RPM_BUILD_ROOT}%{_bindir}/pdf%{name}
|
||||
ln -s latex ${RPM_BUILD_ROOT}%{_bindir}/%{name}
|
||||
|
||||
gzip -9nf readme.txt
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/usr/bin/env - PATH=$PATH:%{_bindir} texhash > /dev/null 2>&1
|
||||
/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/xmltex/xmltexfmtutil.cnf --all > /dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/usr/bin/env - PATH=$PATH:%{_bindir} texhash > /dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%triggerin -- tetex-latex
|
||||
/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/xmltex/xmltexfmtutil.cnf --all > /dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(644,root,root,755)
|
||||
%doc *.gz *.html
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
%ghost %{_datadir}/texmf/web2c/*.fmt
|
||||
%{_datadir}/texmf/tex/xmltex
|
||||
|
||||
%changelog
|
||||
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 20020625-8
|
||||
- rebuild
|
||||
|
||||
* Tue Feb 7 2006 Tim Waugh <twaugh@redhat.com> 20020625-7
|
||||
- Fix xmltex symlink (-> latex) (bug #168728).
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Sep 20 2005 Tim Waugh <twaugh@redhat.com> 20020625-6
|
||||
- Build fmt file using &latex not &hugelatex (bug #168728).
|
||||
|
||||
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 20020625-5
|
||||
- Use fmtutil-sys instead of fmtutil (bug #150089).
|
||||
- Use etex/pdfetex as engine.
|
||||
|
||||
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 20020625-4
|
||||
- Rebuild for new teTeX.
|
||||
|
||||
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 20020625-3
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 20020625-1
|
||||
- Slightly newer upstream version.
|
||||
|
||||
* Thu Nov 27 2003 Tim Waugh <twaugh@redhat.com> 20020118-15
|
||||
- Build requires tetex (bug #110736).
|
||||
|
||||
* Fri Sep 12 2003 Tim Waugh <twaugh@redhat.com> 20020118-14.1
|
||||
- Rebuilt.
|
||||
|
||||
* Fri Sep 12 2003 Tim Waugh <twaugh@redhat.com> 20020118-14
|
||||
- Requires tetex-latex (bug #104307).
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
|
||||
- rebuild in current collinst
|
||||
|
||||
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 20020118-11
|
||||
- rebuild using gcc-3.2-0.1
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 20020118-10
|
||||
- automated rebuild
|
||||
|
||||
* Thu May 23 2002 Tim Powers <timp@redhat.com> 20020118-9
|
||||
- automated rebuild
|
||||
|
||||
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 20020118-8
|
||||
- Fix group (bug #60177).
|
||||
|
||||
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 20000118-7
|
||||
- Rebuild in new environment.
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 20000118-6
|
||||
- automated rebuild
|
||||
|
||||
* Wed Dec 12 2001 Tim Waugh <twaugh@redhat.com> 20000118-5
|
||||
- Trigger recreation of the format file on tetex-latex.
|
||||
|
||||
* Wed Dec 5 2001 Tim Waugh <twaugh@redhat.com> 20000118-4
|
||||
- New xmltex.tex (from Sebastian).
|
||||
- Fmt files should be marked as ghosts so that RPM verification works.
|
||||
|
||||
* Sat Oct 6 2001 Tim Waugh <twaugh@redhat.com> 20000118-3
|
||||
- Built for Red Hat Linux. Package from PLD.
|
||||
|
||||
* Sat Oct 6 2001 PLD Team <pld-list@pld.org.pl>
|
||||
All persons listed below can be reached at <cvs_login>@pld.org.pl
|
||||
|
||||
$Log: xmltex.spec,v $
|
||||
Revision 1.18 2006/07/15 03:00:52 jkeating
|
||||
bump
|
||||
|
||||
Revision 1.6 2001/03/27 16:50:29 wiget
|
||||
add xmltex.cfg file and one missing dir in %%files; release 3
|
||||
|
||||
Revision 1.5 2001/03/27 11:10:41 wiget
|
||||
include xmltex macros; requires tex/pdftex
|
||||
|
||||
Revision 1.4 2001/01/24 14:18:54 klakier
|
||||
- archive file changed
|
||||
|
||||
Revision 1.3 2001/01/24 13:28:40 klakier
|
||||
- link fixed
|
||||
|
||||
Revision 1.2 2001/01/24 12:34:27 klakier
|
||||
- added Version and more doc
|
||||
|
||||
Revision 1.1 2001/01/24 12:03:51 klakier
|
||||
- initial
|
||||
|
||||
6
xmltexfmtutil.cnf
Normal file
6
xmltexfmtutil.cnf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# configuration file for fmtutil; xmltex flavour.
|
||||
# invoke with 'fmtutil --cnffile <file> --all'
|
||||
#
|
||||
# format engine pattern-file arguments
|
||||
xmltex etex language.dat &latex xmltex.ini
|
||||
pdfxmltex pdfetex language.dat &pdflatex pdfxmltex.ini
|
||||
Loading…
Add table
Add a link
Reference in a new issue