Compare commits
17 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
0b5bca5ec4 | |||
157cb77c6b | |||
83f952c1e7 | |||
a2a8c4ca47 | |||
9e6e16fc15 | |||
6b7830c4b7 | |||
761e4761af | |||
e8337857b3 | |||
df34c67be2 | |||
d2931c6ebd | |||
cb6d2ccee2 | |||
6c8fd2e1d0 | |||
ec1c7576b8 | |||
a8cd0656e7 | |||
2e0a15b64f | |||
d6801eb745 | |||
7ecef6ff58 |
@ -20,7 +20,7 @@
|
||||
|
||||
Name: %{shortname}-base
|
||||
Version: %{source_date}
|
||||
Release: 6%{?dist}
|
||||
Release: 6.1.riscv64%{?dist}
|
||||
Epoch: 7
|
||||
Summary: TeX formatting system
|
||||
# The only files in the base package are directories, cache, and license texts
|
||||
@ -6601,7 +6601,7 @@ cd work
|
||||
--with-system-libpaper --with-system-potrace --with-pic --with-xdvi-x-toolkit=xaw --with-system-mpfr --with-system-gmp \
|
||||
--enable-shared --enable-compiler-warnings=max --without-cxx-runtime-hack \
|
||||
--disable-native-texlive-build --disable-t1utils --enable-psutils --disable-biber --disable-ptexenc --disable-largefile \
|
||||
%ifarch %{power64} s390 s390x
|
||||
%ifarch %{power64} s390 s390x riscv64
|
||||
--disable-luajittex --disable-mfluajit --disable-luajithbtex --disable-mfluajit-nowin \
|
||||
%endif
|
||||
%if %{without bootstrap}
|
||||
@ -7991,7 +7991,7 @@ done <<< "$list"
|
||||
%{_includedir}/kpathsea/*
|
||||
%{_includedir}/synctex/
|
||||
%{_includedir}/texlua53/
|
||||
%ifnarch %{power64} s390 s390x
|
||||
%ifnarch %{power64} s390 s390x riscv64
|
||||
%{_includedir}/texluajit/
|
||||
%endif
|
||||
%{_libdir}/*.so
|
||||
@ -8061,7 +8061,7 @@ done <<< "$list"
|
||||
|
||||
%files -n %{shortname}-luajittex
|
||||
%license gpl2.txt
|
||||
%ifnarch %{power64} s390 s390x
|
||||
%ifnarch %{power64} s390 s390x riscv64
|
||||
%{_bindir}/luajittex
|
||||
%{_bindir}/luajithbtex
|
||||
%{_bindir}/texluajit
|
||||
@ -8180,7 +8180,7 @@ done <<< "$list"
|
||||
%license gpl2.txt
|
||||
%{_bindir}/mflua
|
||||
%{_bindir}/mflua-nowin
|
||||
%ifnarch %{power64} s390 s390x
|
||||
%ifnarch %{power64} s390 s390x riscv64
|
||||
%{_bindir}/mfluajit
|
||||
%{_bindir}/mfluajit-nowin
|
||||
%endif
|
||||
@ -9087,6 +9087,12 @@ done <<< "$list"
|
||||
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 08 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 7:20200327-6.1.riscv64
|
||||
- Disable bootstrap
|
||||
|
||||
* Mon Jun 08 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 7:20200327-6.0.riscv64
|
||||
- Add support for RISC-V (riscv64)
|
||||
|
||||
* Wed May 27 2020 Tom Callaway <spot@fedoraproject.org> - 7:20200327-6
|
||||
- split off context-doc (bz1839593)
|
||||
- add Requires: tex(psfonts.map) to gsftopk (bz1840379)
|
||||
|
Loading…
Reference in New Issue
Block a user