]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- no clisp on x32 means no xindy there
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 19:48:14 +0000 (19:48 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 1 Jan 2015 19:48:14 +0000 (19:48 +0000)
- removed unneeded file that crashes file(1) and prevents build

texlive.spec

index 356c127f92bd5def46826c1b62f3b8ae13d3cf8d..21151309368c49f783b0ed0e2faa9c71eba4ecd9 100644 (file)
 %undefine      with_xindy
 %endif
 
+%ifarch x32
+# no clisp on x32 as of 31-12-2014
+%undefine      with_xindy
+%endif
+
 Summary:       TeX typesetting system and MetaFont font formatter
 Summary(de.UTF-8):     TeX-Satzherstellungssystem und MetaFont-Formatierung
 Summary(es.UTF-8):     Sistema de typesetting TeX y formateador de fuentes MetaFont
@@ -6612,6 +6617,9 @@ install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
 
+# crashes file/libmagick
+rm -f $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/jeopardy/example/aleq.jpg
+
 # not included in package
 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
This page took 0.253532 seconds and 4 git commands to generate.