Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-07-12 19:59:37 +08:00
committed by GitHub
parent 06cbe0ebcf
commit 82e4cafa77
@@ -21,6 +21,7 @@ BuildRequires: zstd libzstd-devel
# not actually required, but %%configure in curl thinks it's needed
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(libpsl)
BuildRequires:
%global _description %{expand:
A special build of curl that can impersonate Chrome, Edge and Safari. curl-impersonate is able to perform TLS and HTTP handshakes that are identical to that of a real browser.
@@ -64,9 +65,6 @@ wait
%{__make} checkbuild
%install
pushd `sed -nE 's@^CURL_VERSION := (.+)$@\1@p' Makefile.in`
%configure --with-openssl
popd
%make_install
%files