.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=210
This commit is contained in:
parent
f3a6a183c7
commit
85430b8ce6
18
texlive.spec
18
texlive.spec
@ -2546,7 +2546,7 @@ of recent TeX engines. It allows to synchronize between input
|
|||||||
and output, which means to navigate from the source document to
|
and output, which means to navigate from the source document to
|
||||||
the typeset material and vice versa.
|
the typeset material and vice versa.
|
||||||
|
|
||||||
%package -n libtexlua5
|
%package -n libtexlua52-5
|
||||||
Version: 5.2.4
|
Version: 5.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Libraries of an extended version of pdfTeX using Lua
|
Summary: Libraries of an extended version of pdfTeX using Lua
|
||||||
@ -2555,7 +2555,7 @@ Group: System/Libraries
|
|||||||
Url: http://www.tug.org/texlive/
|
Url: http://www.tug.org/texlive/
|
||||||
Prefix: %{_libdir}
|
Prefix: %{_libdir}
|
||||||
|
|
||||||
%description -n libtexlua5
|
%description -n libtexlua52-5
|
||||||
LuaTeX is an extended version of pdfTeX using Lua as an
|
LuaTeX is an extended version of pdfTeX using Lua as an
|
||||||
embedded scripting language
|
embedded scripting language
|
||||||
|
|
||||||
@ -2566,7 +2566,7 @@ Summary: Libraries of an extended version of pdfTeX using Lua
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.tug.org/texlive/
|
Url: http://www.tug.org/texlive/
|
||||||
Requires: libtexlua5 = 5.2.4
|
Requires: libtexlua52-5 = 5.2.4
|
||||||
|
|
||||||
%description -n %{name}-texlua-devel
|
%description -n %{name}-texlua-devel
|
||||||
This package includes the luatex development files.
|
This package includes the luatex development files.
|
||||||
@ -2593,7 +2593,7 @@ Summary: Libraries of Just-In-Time compiler for Lua
|
|||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.tug.org/texlive/
|
Url: http://www.tug.org/texlive/
|
||||||
Requires: libtexlua5 = 2.0.3
|
Requires: libtexlua52-5 = 2.0.3
|
||||||
|
|
||||||
%description -n %{name}-texluajit-devel
|
%description -n %{name}-texluajit-devel
|
||||||
This package includes the LuaJIT development files.
|
This package includes the LuaJIT development files.
|
||||||
@ -2610,7 +2610,7 @@ Url: http://www.tug.org/texlive/
|
|||||||
Requires: libkpathsea6 = 6.2.1
|
Requires: libkpathsea6 = 6.2.1
|
||||||
Requires: libptexenc1 = 1.3.3
|
Requires: libptexenc1 = 1.3.3
|
||||||
Requires: libsynctex1 = 1.17
|
Requires: libsynctex1 = 1.17
|
||||||
Requires: libtexlua5 = 5.2.4
|
Requires: libtexlua52-5 = 5.2.4
|
||||||
%if %{with LuaJIT}
|
%if %{with LuaJIT}
|
||||||
Requires: libtexluajit2 = 2.0.3
|
Requires: libtexluajit2 = 2.0.3
|
||||||
%endif
|
%endif
|
||||||
@ -3410,7 +3410,7 @@ popd
|
|||||||
pushd ${prefix}/lib/pkgconfig/
|
pushd ${prefix}/lib/pkgconfig/
|
||||||
for pc in kpathsea ptexenc texlua52 texluajit synctex
|
for pc in kpathsea ptexenc texlua52 texluajit synctex
|
||||||
do
|
do
|
||||||
test -e "$pc" || continue
|
test -e "$pc.pc" || continue
|
||||||
sed -ir '/^prefix=/s|=.*|=/usr|
|
sed -ir '/^prefix=/s|=.*|=/usr|
|
||||||
/^exec_prefix=/s|=.*|=/usr|
|
/^exec_prefix=/s|=.*|=/usr|
|
||||||
/^libdir=/s|=.*|=%{_libdir}|
|
/^libdir=/s|=.*|=%{_libdir}|
|
||||||
@ -3461,8 +3461,8 @@ rm -f /var/run/texlive/run-update
|
|||||||
%post -n libsynctex1 -p /sbin/ldconfig
|
%post -n libsynctex1 -p /sbin/ldconfig
|
||||||
%postun -n libsynctex1 -p /sbin/ldconfig
|
%postun -n libsynctex1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libtexlua5 -p /sbin/ldconfig
|
%post -n libtexlua52-5 -p /sbin/ldconfig
|
||||||
%postun -n libtexlua5 -p /sbin/ldconfig
|
%postun -n libtexlua52-5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%if %{with LuaJIT}
|
%if %{with LuaJIT}
|
||||||
%post -n libtexluajit2 -p /sbin/ldconfig
|
%post -n libtexluajit2 -p /sbin/ldconfig
|
||||||
@ -4393,7 +4393,7 @@ rm -f /var/run/texlive/run-update
|
|||||||
%{_libdir}/libsynctex.so
|
%{_libdir}/libsynctex.so
|
||||||
%{_libdir}/pkgconfig/synctex.pc
|
%{_libdir}/pkgconfig/synctex.pc
|
||||||
|
|
||||||
%files -n libtexlua5
|
%files -n libtexlua52-5
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%{_libdir}/libtexlua[0-9]*so.*
|
%{_libdir}/libtexlua[0-9]*so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user