]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- make bootstrap build work again
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 30 Apr 2009 21:16:53 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.253

texlive.spec

index 1ed41b2cbbf3880009589eb84d843d6410b9bc1a..52a971bdc35e1a35bd2478a45c59d3fbe89908f6 100644 (file)
@@ -5892,8 +5892,17 @@ for format in \
        xetex \
        xelatex \
        xmltex; do
-       fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format}
+%if %{with bootstrap}
+       mkdir -p $RPM_BUILD_ROOT%{fmtdir}/${format}
+       touch $RPM_BUILD_ROOT%{fmtdir}/${format}/${format}.fmt
+       touch $RPM_BUILD_ROOT%{fmtdir}/pdftex/${format}.fmt
+%else
+       fmtutil --fmtdir $RPM_BUILD_ROOT%{fmtdir} --byfmt=${format}
+%endif
 done
+%if %{with bootstrap}
+touch $RPM_BUILD_ROOT%{fmtdir}/xetex/xelatex.fmt
+%endif
 # We don't need the log files
 rm -f $(find $RPM_BUILD_ROOT%{fmtdir} -name "*.log")
 
@@ -8273,6 +8282,7 @@ fi
 %{texmf}/texconfig/v
 %{texmf}/texconfig/x
 
+%if !%{with bootstrap}
 %files -n xindy
 %defattr(644,root,root,755)
 %doc %{texmf}/doc/xindy
@@ -8468,6 +8478,7 @@ fi
 %files -n xindy-vietnamese
 %defattr(644,root,root,755)
 %{texmf}/xindy/lang/vietnamese/
+%endif
 
 %files -n xdvi
 %defattr(644,root,root,755)
This page took 0.176758 seconds and 4 git commands to generate.