mirror of
https://abf.rosa.ru/djam/typst.git
synced 2025-02-23 09:32:48 +00:00
0.12.0
This commit is contained in:
parent
cb18378da0
commit
071829e6cb
1 changed files with 4 additions and 3 deletions
|
@ -18,8 +18,8 @@ BuildRequires: cargo
|
|||
BuildRequires: curl
|
||||
%endif
|
||||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: openssl1.1-devel
|
||||
#BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%description
|
||||
Typst is a new markup-based typesetting system that is
|
||||
|
@ -48,7 +48,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
|
|||
source "$HOME/.cargo/env"
|
||||
%endif
|
||||
|
||||
export OPENSSL_DIR=/opt/openssl1.1/
|
||||
export OPENSSL_DIR=/opt/openssl3.3/
|
||||
export LD_LIBRARY_PATH=/opt/openssl3.3/lib:${LD_LIBRARY_PATH}
|
||||
|
||||
cargo build --release
|
||||
upx target/release/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue