fix trigger to use texlive instead of virtual provide
This commit is contained in:
parent
4952ab0ebf
commit
a6dfb25e83
1 changed files with 7 additions and 4 deletions
11
xmltex.spec
11
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 <ovasik@redhat.com> - 20020625-13
|
||||
- fix trigger to use texlive instead of virtual provide
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 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 <cvs_login>@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue