From 071829e6cb06d8b17e4769d5cbf2b7f8ee8d8df6 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 19 Oct 2024 19:23:51 +0000 Subject: [PATCH] 0.12.0 --- typst.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/typst.spec b/typst.spec index 5c63d10..65f868c 100644 --- a/typst.spec +++ b/typst.spec @@ -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}