use absolute path in symlink for latex dir (bz1594102)

This commit is contained in:
Tom Callaway 2018-12-07 15:58:13 -05:00
parent 5ef3252c3f
commit b1642c6f86
1 changed files with 5 additions and 2 deletions

7
R.spec
View File

@ -108,7 +108,7 @@
Name: R
Version: 3.5.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A language for data analysis and graphics
URL: http://www.r-project.org
Source0: https://cran.r-project.org/src/base/R-3/R-%{version}.tar.gz
@ -708,7 +708,7 @@ fi
if [ ! -d "$RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/R" ]; then
mkdir -p $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex
pushd $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex
ln -s ../../../R/texmf/tex/latex R
ln -s %{_datadir}/R/texmf/tex/latex R
popd
fi
@ -1193,6 +1193,9 @@ R CMD javareconf \
%{_libdir}/libRmath.a
%changelog
* Fri Dec 7 2018 Tom Callaway <spot@fedoraproject.org> - 3.5.1-2
- use absolute path in symlink for latex dir (bz1594102)
* Mon Sep 10 2018 Tom Callaway <spot@fedoraproject.org> - 3.5.1-1
- update to 3.5.1
- update bundled curl to 7.61.1