]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- fmtutil-sys after install plain, latex, pdftex subpackages
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 26 Dec 2008 17:50:34 +0000 (17:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.72

texlive.spec

index ec1687428a5450f74e50f074c378c5f35b1cc504..28e70e881874f230513e3cf07cf411527c72d0e7 100644 (file)
@@ -564,6 +564,7 @@ Summary:    TeX generating PDF files instead DVI
 Summary(pl.UTF-8):     TeX generujÄ…cy pliki PDF zamiast DVI
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
+Requires(post):        %{_bindir}/fmtutil-sys
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
 
@@ -601,6 +602,7 @@ Summary:    Plain TeX format basic files
 Summary(pl.UTF-8):     Podstawowe pliki dla formatu Plain TeX
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
+Requires(post):        %{_bindir}/fmtutil-sys
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description plain
@@ -996,6 +998,7 @@ Summary:    LaTeX macro package basic files
 Summary(pl.UTF-8):     Podstawowe pliki pakietu makr LaTeX
 Group:         Applications/Publishing/TeX
 Requires(post,postun): %{_bindir}/texhash
+Requires(post):        %{_bindir}/fmtutil-sys
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      %{name}-fonts-latex = %{epoch}:%{version}-%{release}
 # for misc/eurosym:
@@ -3558,6 +3561,7 @@ fi
 %texhash
 
 %post pdftex
+%{_bindir}/fmtutil-sys -byfmt pdftex
 %texhash
 
 %postun pdftex
@@ -3571,6 +3575,7 @@ fi
 
 %post plain
 %texhash
+%{_bindir}/fmtutil-sys -byfmt tex
 
 %postun plain
 %texhash
@@ -3734,6 +3739,7 @@ fi
 
 %post latex
 %fixinfodir
+%{_bindir}/fmtutil-sys -byfmt latex
 %texhash
 
 %postun latex
This page took 0.040928 seconds and 4 git commands to generate.