## START: Set by rpmautospec ## (rpmautospec version 0.6.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 26 # * tests fail with OOM problems on 32-bit architectures: # https://github.com/dropbox/rust-brotli/issues/42 %if 0%{?__isa_bits} == 32 %bcond_with check %else %bcond_without check %endif %global debug_package %{nil} %global crate brotli Name: rust-brotli Version: 3.5.0 Release: %autorelease Summary: Brotli compressor and decompressor with no_std support License: BSD-3-Clause URL: https://crates.io/crates/brotli Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * fix license in crate metadata: # https://github.com/dropbox/rust-brotli/issues/41 # * drop unwanted brotli and catbrotli binaries # * exclude files that are only useful for upstream development: # https://github.com/dropbox/rust-brotli/pull/43 Patch: brotli-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} 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 %{crate_instdir}/Cargo.toml %package -n %{name}+alloc-stdlib-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+alloc-stdlib-devel %{_description} This package contains library source intended for building other packages which use the "alloc-stdlib" feature of the "%{crate}" crate. %files -n %{name}+alloc-stdlib-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+benchmark-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+benchmark-devel %{_description} This package contains library source intended for building other packages which use the "benchmark" feature of the "%{crate}" crate. %files -n %{name}+benchmark-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+disable-timer-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+disable-timer-devel %{_description} This package contains library source intended for building other packages which use the "disable-timer" feature of the "%{crate}" crate. %files -n %{name}+disable-timer-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+external-literal-probability-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+external-literal-probability-devel %{_description} This package contains library source intended for building other packages which use the "external-literal-probability" feature of the "%{crate}" crate. %files -n %{name}+external-literal-probability-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+ffi-api-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ffi-api-devel %{_description} This package contains library source intended for building other packages which use the "ffi-api" feature of the "%{crate}" crate. %files -n %{name}+ffi-api-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+pass-through-ffi-panics-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+pass-through-ffi-panics-devel %{_description} This package contains library source intended for building other packages which use the "pass-through-ffi-panics" feature of the "%{crate}" crate. %files -n %{name}+pass-through-ffi-panics-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+seccomp-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+seccomp-devel %{_description} This package contains library source intended for building other packages which use the "seccomp" feature of the "%{crate}" crate. %files -n %{name}+seccomp-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+sha2-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+sha2-devel %{_description} This package contains library source intended for building other packages which use the "sha2" feature of the "%{crate}" crate. %files -n %{name}+sha2-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+simd-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+simd-devel %{_description} This package contains library source intended for building other packages which use the "simd" feature of the "%{crate}" crate. %files -n %{name}+simd-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+validation-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+validation-devel %{_description} This package contains library source intended for building other packages which use the "validation" feature of the "%{crate}" crate. %files -n %{name}+validation-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+vector_scratch_space-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+vector_scratch_space-devel %{_description} This package contains library source intended for building other packages which use the "vector_scratch_space" feature of the "%{crate}" crate. %files -n %{name}+vector_scratch_space-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep # * remove executable bits from Rust source files: # https://github.com/dropbox/rust-brotli/pull/40 find -type f -name '*.rs' -executable -exec chmod -x '{}' + %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Tue Mar 19 2024 Fabio Valentini - 3.5.0-1 - Update to version 3.5.0; Fixes RHBZ#2269908 * Fri Jan 26 2024 Fedora Release Engineering - 3.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Fabio Valentini - 3.4.0-1 - Update to version 3.4.0; Fixes RHBZ#2241463 * Fri Jul 21 2023 Fedora Release Engineering - 3.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering - 3.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Fabio Valentini - 3.3.4-1 - Update to version 3.3.4; Fixes RHBZ#2070425 * Sat Jul 23 2022 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 26 2022 Fabio Valentini - 3.3.3-1 - Update to version 3.3.3; Fixes RHBZ#2041012 * Fri Jan 21 2022 Fedora Release Engineering - 3.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Aug 01 2021 Fabio Valentini - 3.3.2-1 - Update to version 3.3.2; Fixes RHBZ#1988749 * Fri Jul 23 2021 Fedora Release Engineering - 3.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 3.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Nov 24 2020 Fabio Valentini - 3.3.0-4 - Fix FTI issues for some features. * Wed Jul 29 2020 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Dec 14 17:51:22 CET 2019 Igor Gnatenko - 3.3.0-1 - Initial package ## END: Generated by rpmautospec