|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
# Generated by rust2rpm 22
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate zstd-safe
|
|
|
|
|
%global upstream_version 5.0.2+zstd.1.5.2
|
|
|
|
|
%global upstream_version 6.0.4+zstd.1.5.4
|
|
|
|
|
|
|
|
|
|
Name: rust-zstd-safe
|
|
|
|
|
Version: 5.0.2
|
|
|
|
|
Version: 6.0.4
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Safe low-level bindings for the zstd compression library
|
|
|
|
|
|
|
|
|
@ -19,8 +19,6 @@ Source: %{crates_source %{crate} %{upstream_version}}
|
|
|
|
|
# * exclude a development-only shell script
|
|
|
|
|
Patch: zstd-safe-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
@ -116,6 +114,18 @@ use the "experimental" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+experimental-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fat-lto-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+fat-lto-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "fat-lto" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fat-lto-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+legacy-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -176,6 +186,18 @@ use the "thin" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+thin-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+thin-lto-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+thin-lto-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "thin-lto" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+thin-lto-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zdict_builder-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|