fix build failure on secondary arch
This commit is contained in:
parent
64c4bc1403
commit
1b75119960
11
texlive.spec
11
texlive.spec
@ -1,6 +1,6 @@
|
||||
%global source_date 20150728_r37987
|
||||
%global tl_version 2015
|
||||
%global tl_rel 13
|
||||
%global tl_rel 14
|
||||
%global tl_release %{tl_rel}.%{source_date}%{?dist}
|
||||
%global tl_noarch_release %{tl_rel}%{?dist}
|
||||
%global source_name texlive-%{source_date}-source
|
||||
@ -280900,7 +280900,7 @@ PREF=`pwd`/inst
|
||||
mkdir -p work
|
||||
cd work
|
||||
../configure --prefix=$PREF --datadir=$PREF --libdir=$PREF/lib --with-system-zlib --with-system-libpng --with-system-xpdf --with-system-gd --with-system-t1lib --with-system-teckit --with-system-freetype2 --with-system-poppler --with-system-zziplib --with-system-cairo --with-system-icu --with-system-harfbuzz --with-system-graphite2 --with-system-libgs --with-system-pixman --with-system-libpaper --with-system-potrace --with-pic --with-xdvi-x-toolkit=xaw --with-system-mpfr --with-system-gmp --disable-xindy --disable-xindy-docs --disable-xindy-make-rules --enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack --disable-native-texlive-build --disable-t1utils --disable-psutils --disable-biber --disable-ptexenc --disable-largefile \
|
||||
%ifarch ppc %{power64} s390 s390x aarch64
|
||||
%ifarch %{power64} s390 s390x aarch64
|
||||
--disable-luajittex --disable-mfluajit \
|
||||
%endif
|
||||
--disable-rpath
|
||||
@ -300039,7 +300039,7 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%doc gpl2.txt
|
||||
%{_bindir}/dviluatex
|
||||
%ifnarch ppc %{power64} s390 s390x aarch64
|
||||
%ifarch ix86 x86_64
|
||||
%{_bindir}/luajittex
|
||||
%endif
|
||||
%{_bindir}/luatex
|
||||
@ -443371,13 +443371,16 @@ fi
|
||||
%{_includedir}/kpathsea/*
|
||||
%{_includedir}/synctex/
|
||||
%{_includedir}/texlua52/
|
||||
%ifnarch ppc %{power64} s390 s390x aarch64
|
||||
%ifarch ix86 x86_64
|
||||
%{_includedir}/texluajit/
|
||||
%endif
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2015 Than Ngo <than@redhat.com> - 5:2015-14.20150728_r37987
|
||||
- fix build failure on secondary arch
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5:2015-13.20150728_r37987
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
|
@ -173,7 +173,7 @@ cd work
|
||||
--disable-biber \
|
||||
--disable-ptexenc \
|
||||
--disable-largefile \
|
||||
%ifarch ppc %{power64} s390 s390x aarch64
|
||||
%ifarch %{power64} s390 s390x aarch64
|
||||
--disable-luajittex --disable-mfluajit \
|
||||
%endif
|
||||
--disable-rpath
|
||||
@ -410,6 +410,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2015 Than Ngo <than@redhat.com> - 5:2015-14.20150728_r37987
|
||||
- fix build failure on secondary arch
|
||||
|
||||
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5:2015-13.20150728_r37987
|
||||
- rebuild for ICU 56.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user