|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 20
|
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate curl-sys
|
|
|
|
|
%global upstream_version 0.4.52+curl-7.81.0
|
|
|
|
|
%global upstream_version 0.4.55+curl-7.83.1
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.4.52
|
|
|
|
|
Version: 0.4.55
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Native bindings to the libcurl library
|
|
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ Patch0001: 0001-Make-static-curl-static-ssl-features-a-noop.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Native bindings to the libcurl library.}
|
|
|
|
@ -44,8 +44,8 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
%license %{crate_instdir}/LICENSE
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -57,7 +57,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "default" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+force-system-lib-on-osx-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -69,7 +69,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "force-system-lib-on-osx" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+force-system-lib-on-osx-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+http2-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -81,7 +81,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "http2" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+http2-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+ntlm-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -93,7 +93,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "ntlm" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+ntlm-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+openssl-sys-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -105,7 +105,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "openssl-sys" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+openssl-sys-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+poll_7_68_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -117,7 +117,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "poll_7_68_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+poll_7_68_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+protocol-ftp-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -129,7 +129,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "protocol-ftp" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+protocol-ftp-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+spnego-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -141,7 +141,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "spnego" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+spnego-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+ssl-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -153,7 +153,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "ssl" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+ssl-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+static-curl-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -165,7 +165,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "static-curl" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+static-curl-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+static-ssl-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -177,7 +177,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "static-ssl" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+static-ssl-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+upkeep_7_62_0-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -189,7 +189,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "upkeep_7_62_0" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+upkeep_7_62_0-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{upstream_version} -p1
|
|
|
|
|