From a6dfb25e838035d40677decdae9de53cd443a8bf Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mon, 29 Jun 2009 10:17:30 +0000 Subject: [PATCH] fix trigger to use texlive instead of virtual provide --- xmltex.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xmltex.spec b/xmltex.spec index db1ffbc..accbe58 100644 --- a/xmltex.spec +++ b/xmltex.spec @@ -1,7 +1,7 @@ Summary: Namespace-aware XML parser written in TeX Name: xmltex Version: 20020625 -Release: 12%{?dist} +Release: 13%{?dist} License: LPPL Group: Applications/Publishing URL: http://www.dcarlisle.demon.co.uk/xmltex/manual.html @@ -46,7 +46,7 @@ exit 0 %postun [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || : -%triggerin -- tetex-latex +%triggerin -- texlive for f in xmltex pdfxmltex; do /usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --byfmt $f > /dev/null 2>&1 done @@ -59,6 +59,9 @@ exit 0 %{_datadir}/texmf/tex/xmltex %changelog +* Mon Jun 29 2009 Ondrej Vasik - 20020625-13 +- fix trigger to use texlive instead of virtual provide + * Thu Feb 26 2009 Fedora Release Engineering - 20020625-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild @@ -153,8 +156,8 @@ exit 0 All persons listed below can be reached at @pld.org.pl $Log: xmltex.spec,v $ -Revision 1.21 2009/02/26 10:07:17 jkeating -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild +Revision 1.22 2009/06/29 10:17:30 ovasik +fix trigger to use texlive instead of virtual provide Revision 1.6 2001/03/27 16:50:29 wiget add xmltex.cfg file and one missing dir in %%files; release 3