Stop hiding the zlib-ng and libz-ng-sys features

epel10
Benjamin A. Beasley 10 months ago
parent 9cb965c581
commit 2d9132179e

@ -1,5 +1,5 @@
--- flate2-1.0.28/Cargo.toml 1970-01-01T00:00:01+00:00
+++ flate2-1.0.28/Cargo.toml 2023-10-17T11:04:23.433000+00:00
+++ flate2-1.0.28/Cargo.toml 2024-05-05T23:24:39.446043+00:00
@@ -105,7 +105,3 @@
"libz-sys/zlib-ng",
]

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
@ -76,6 +76,18 @@ use the "any_zlib" feature of the "%{crate}" crate.
%files -n %{name}+any_zlib-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libz-ng-sys-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+libz-ng-sys-devel %{_description}
This package contains library source intended for building other packages which
use the "libz-ng-sys" feature of the "%{crate}" crate.
%files -n %{name}+libz-ng-sys-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+libz-sys-devel
Summary: %{summary}
BuildArch: noarch
@ -148,6 +160,18 @@ use the "zlib-default" feature of the "%{crate}" crate.
%files -n %{name}+zlib-default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+zlib-ng-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+zlib-ng-devel %{_description}
This package contains library source intended for building other packages which
use the "zlib-ng" feature of the "%{crate}" crate.
%files -n %{name}+zlib-ng-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1,9 +1,7 @@
[features]
hide = [
"cloudflare-zlib-sys",
"libz-ng-sys",
"cloudflare_zlib",
"zlib-ng",
"zlib-ng-compat",
]

Loading…
Cancel
Save