commit 399331c4d4cd8061c9b23083ff789b919139b445
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Dec 26 09:07:34 2023 +0300
Bundle minizip.
telegram-desktop.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index af68e1f..01bc19e 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -128,11 +128,11 @@ business messaging needs.
# Unpacking Telegram Desktop source archive...
%autosetup -n %{appname}-%{version}-full -p1
-# Unbundling libraries...
-rm -rf
Telegram/ThirdParty/{QR,dispatch,expected,fcitx-qt5,fcitx5-qt,hime,hunspell,jemalloc,kimageformats,lz4,minizip,nimf,range-v3,xxHash}
+# Unbundling libraries... except minizip
+rm -rf
Telegram/ThirdParty/{QR,dispatch,expected,fcitx-qt5,fcitx5-qt,hime,hunspell,jemalloc,kimageformats,lz4,nimf,range-v3,xxHash}
# Fix minizip requrement
-sed -i 's|2.0.0|4.0.0|' cmake/external/minizip/CMakeLists.txt
+# sed -i 's|2.0.0|4.0.0|' cmake/external/minizip/CMakeLists.txt
%build
# Building Telegram Desktop using cmake...
Show replies by date