|
|
@ -5,14 +5,17 @@
|
|
|
|
%global crate gix-features
|
|
|
|
%global crate gix-features
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-features
|
|
|
|
Name: rust-gix-features
|
|
|
|
Version: 0.30.0
|
|
|
|
Version: 0.32.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Integrate various capabilities using compile-time feature flags
|
|
|
|
Summary: Integrate various capabilities using compile-time feature flags
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/gix-features
|
|
|
|
URL: https://crates.io/crates/gix-features
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * Disable feature that is only required for building documentation
|
|
|
|
|
|
|
|
# * Disable feature for compatibility with zlib-ng
|
|
|
|
|
|
|
|
Patch: gix-features-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
@ -73,18 +76,6 @@ use the "crc32" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+crc32-devel
|
|
|
|
%files -n %{name}+crc32-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+document-features-devel
|
|
|
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+document-features-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
|
|
|
use the "document-features" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+document-features-devel
|
|
|
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fast-sha1-devel
|
|
|
|
%package -n %{name}+fast-sha1-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -193,52 +184,52 @@ use the "rustsha1" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+rustsha1-devel
|
|
|
|
%files -n %{name}+rustsha1-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+walkdir-devel
|
|
|
|
%package -n %{name}+tracing-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+walkdir-devel %{_description}
|
|
|
|
%description -n %{name}+tracing-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "walkdir" feature of the "%{crate}" crate.
|
|
|
|
use the "tracing" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+walkdir-devel
|
|
|
|
%files -n %{name}+tracing-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-devel
|
|
|
|
%package -n %{name}+tracing-detail-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zlib-devel %{_description}
|
|
|
|
%description -n %{name}+tracing-detail-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "zlib" feature of the "%{crate}" crate.
|
|
|
|
use the "tracing-detail" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
%files -n %{name}+tracing-detail-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-ng-devel
|
|
|
|
%package -n %{name}+walkdir-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zlib-ng-devel %{_description}
|
|
|
|
%description -n %{name}+walkdir-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "zlib-ng" feature of the "%{crate}" crate.
|
|
|
|
use the "walkdir" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-ng-devel
|
|
|
|
%files -n %{name}+walkdir-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-ng-compat-devel
|
|
|
|
%package -n %{name}+zlib-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+zlib-ng-compat-devel %{_description}
|
|
|
|
%description -n %{name}+zlib-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
use the "zlib-ng-compat" feature of the "%{crate}" crate.
|
|
|
|
use the "zlib" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+zlib-ng-compat-devel
|
|
|
|
%files -n %{name}+zlib-devel
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+zlib-rust-backend-devel
|
|
|
|
%package -n %{name}+zlib-rust-backend-devel
|
|
|
|