diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 4cf8c01..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xmltex-1.9.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index b929dcc..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmltex -# $Id: Makefile,v 1.1 2004/09/09 14:51:41 cvsdist Exp $ -NAME := xmltex -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..cc628e1 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +retiring based on #999220 - xmltex provided by texlive xmltex-bin subpackage diff --git a/sources b/sources deleted file mode 100644 index 6273c96..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -a4411b71e30e286b883c3561309ebf34 xmltex-1.9.tar.gz diff --git a/xmltex.spec b/xmltex.spec deleted file mode 100644 index 0a807c7..0000000 --- a/xmltex.spec +++ /dev/null @@ -1,173 +0,0 @@ -Summary: Namespace-aware XML parser written in TeX -Name: xmltex -Version: 20020625 -Release: 11%{?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 -Requires: tex(latex) -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-root - -BuildRequires: tex(latex) - -%description -Namespace-aware XML parser written in TeX. - -%prep -%setup -q -c %{name}-%{version} -mv -f xmltex/base/* . - - -%build - -%install -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} - -gzip -9nf readme.txt - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || : -for f in xmltex pdfxmltex; do -/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --byfmt $f > /dev/null 2>&1 -done -exit 0 - -%postun -[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || : - -%triggerin -- tetex-latex -for f in xmltex pdfxmltex; do -/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --byfmt $f > /dev/null 2>&1 -done -exit 0 - -%files -%defattr(644,root,root,755) -%doc *.gz *.html -%attr(755,root,root) %{_bindir}/* -%{_datadir}/texmf/tex/xmltex - -%changelog -* Thu Mar 20 2008 Ondrej Vasik - 20020625-11 -- use Texlive provides - -* Wed Mar 19 2008 Stepan Kasal - 20020625-10 -- drop xmltexfmtutil.cnf, the system fmtutil.cnf defines xmltex - formats -- do not package (nor build) %%{_datadir}/texmf/web2c/*.fmt; these - days, formats are built when the rpm is installed, and go to another - directory - -* Mon Jan 7 2008 Ondrej Vasik - 20020625-9 -- used texcongig-sys rehash instead of texhash -- added URL -- added dist tag -- shortened License tag - -* Fri Jul 14 2006 Jesse Keating - 20020625-8 -- rebuild - -* Tue Feb 7 2006 Tim Waugh 20020625-7 -- Fix xmltex symlink (-> latex) (bug #168728). - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Tue Sep 20 2005 Tim Waugh 20020625-6 -- Build fmt file using &latex not &hugelatex (bug #168728). - -* Wed Mar 2 2005 Tim Waugh 20020625-5 -- Use fmtutil-sys instead of fmtutil (bug #150089). -- Use etex/pdfetex as engine. - -* Wed Mar 2 2005 Tim Waugh 20020625-4 -- Rebuild for new teTeX. - -* Wed Sep 22 2004 Than Ngo 20020625-3 -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Fri Jan 16 2004 Tim Waugh 20020625-1 -- Slightly newer upstream version. - -* Thu Nov 27 2003 Tim Waugh 20020118-15 -- Build requires tetex (bug #110736). - -* Fri Sep 12 2003 Tim Waugh 20020118-14.1 -- Rebuilt. - -* Fri Sep 12 2003 Tim Waugh 20020118-14 -- Requires tetex-latex (bug #104307). - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Wed Nov 20 2002 Tim Powers -- rebuild in current collinst - -* Tue Jul 23 2002 Tim Powers 20020118-11 -- rebuild using gcc-3.2-0.1 - -* Fri Jun 21 2002 Tim Powers 20020118-10 -- automated rebuild - -* Thu May 23 2002 Tim Powers 20020118-9 -- automated rebuild - -* Thu Feb 21 2002 Tim Waugh 20020118-8 -- Fix group (bug #60177). - -* Thu Feb 21 2002 Tim Waugh 20000118-7 -- Rebuild in new environment. - -* Wed Jan 09 2002 Tim Powers 20000118-6 -- automated rebuild - -* Wed Dec 12 2001 Tim Waugh 20000118-5 -- Trigger recreation of the format file on tetex-latex. - -* Wed Dec 5 2001 Tim Waugh 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 20000118-3 -- Built for Red Hat Linux. Package from PLD. - -* Sat Oct 6 2001 PLD Team -All persons listed below can be reached at @pld.org.pl - -$Log: xmltex.spec,v $ -Revision 1.20 2008/03/20 15:49:22 ovasik -drop xmltexfmtutil.cnf, use cnf file from texlive, do not package .fmt files, use TeXlive provides(#437014) - -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 -