rpms/xmltex/devel xmltex.1,NONE,1.1 xmltex.spec,1.23,1.24

Ondrej Vasik ovasik at fedoraproject.org
Fri Aug 28 08:27:14 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/xmltex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24796

Modified Files:
	xmltex.spec 
Added Files:
	xmltex.1 
Log Message:
ship xmltex manpage from Debian


--- NEW FILE xmltex.1 ---
.TH XMLTEX 1
.SH NAME
xmltex, pdfxmltex \- xml non-validating parser in TeX
.SH SYNOPSIS
.B xmltex
.I "xml file"
.br
.B pdfxmltex
.I "xml file"
.SH DESCRIPTION
This manual page documents briefly the
.BR xmltex ,
and
.B pdfxmltex
commands.  This manual page was written for the Debian GNU/Linux
distribution because the original program does not have a manual page.
Instead, it has documentation in HTML and PS format in the
/usr/share/doc/xmltex directory.
.PP
.B xmltex
and
.B pdfxmltex
is a TeX XML parser able to transform XML documents into .dvi files.
xmltex knows nothing about your XML files.  It needs to load some
special macros files, usually with the .xmt extension.  A
configuration file, either named xmltex.cfg or \[rs]jobname.cfg, is
parsed.  An especially useful configuration command is
.I \[rs]xmltraceoff
which disables XML elements tracing.
.PP
.B xmltex
already knows about many XML schemata, such as TEI, TEI.2, MathML, SEC, HTML
and XSL-FO, the support for the latest being provided by the passivetex
package.
.SH "SEE ALSO"
The programs are documented fully in their own manual in the
/usr/share/doc/xmltex directory.
.br
.BR latex (1),
.BR tex (1)
.SH AUTHOR
This manual page was written by Fabien Ni\[~n]oles <fabien at debian.org>,
for the Debian GNU/Linux system (but may be used by others).


Index: xmltex.spec
===================================================================
RCS file: /cvs/extras/rpms/xmltex/devel/xmltex.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- xmltex.spec	27 Jul 2009 08:13:10 -0000	1.23
+++ xmltex.spec	28 Aug 2009 08:27:14 -0000	1.24
@@ -1,11 +1,12 @@
 Summary:	Namespace-aware XML parser written in TeX
 Name:		xmltex
 Version:	20020625
-Release:	14%{?dist}
+Release:	15%{?dist}
 License:	LPPL
 Group:		Applications/Publishing
 URL:			http://www.dcarlisle.demon.co.uk/xmltex/manual.html
 Source0:	ftp://ftp.tex.ac.uk/tex-archive/macros/xmltex-1.9.tar.gz
+Source1:  xmltex.1
 Requires:	tex(latex)
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -26,10 +27,12 @@ mv -f xmltex/base/* .
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
 install -d $RPM_BUILD_ROOT%{_bindir}
-
 install -p *.xmt %{name}.cfg *.ini *.tex $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex
 ln -s pdftex ${RPM_BUILD_ROOT}%{_bindir}/pdf%{name}
 ln -s latex ${RPM_BUILD_ROOT}%{_bindir}/%{name}
+mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
+install -c -p -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1
+ln -s xmltex.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/pdfxmltex.1
 
 gzip -9nf readme.txt
 
@@ -57,8 +60,13 @@ exit 0
 %doc *.gz *.html
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/texmf/tex/xmltex
+%{_mandir}/man1/xmltex.1*
+%{_mandir}/man1/pdfxmltex.1*
 
 %changelog
+* Fri Aug 28 2009 Ondrej Vasik <ovasik at redhat.com> - 20020625-15
+- ship xmltex manpage from Debian
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20020625-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -159,8 +167,8 @@ exit 0
 All persons listed below can be reached at <cvs_login>@pld.org.pl
 
 $Log$
-Revision 1.23  2009/07/27 08:13:10  jkeating
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+Revision 1.24  2009/08/28 08:27:14  ovasik
+ship xmltex manpage from Debian
 
 Revision 1.6  2001/03/27 16:50:29  wiget
 add xmltex.cfg file and one missing dir in %%files; release 3




More information about the fedora-extras-commits mailing list