Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -0,0 +1,3 @@
# rust-serde_cbor
The rust-serde_cbor package

@ -1,20 +1,25 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serde_cbor %global crate serde_cbor
Name: rust-serde_cbor Name: rust-%{crate}
Version: 0.11.2 Version: 0.11.2
Release: %autorelease Release: %autorelease
Summary: CBOR support for serde Summary: CBOR support for serde
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_cbor URL: https://crates.io/crates/serde_cbor
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
CBOR support for serde.} CBOR support for serde.}
@ -27,15 +32,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %doc README.md
%doc %{crate_instdir}/CONTRIBUTING.md %{cargo_registry}/%{crate}-%{version_no_tilde}/
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -43,11 +46,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -55,11 +58,11 @@ BuildArch: noarch
%description -n %{name}+alloc-devel %{_description} %description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "alloc" feature of the "%{crate}" crate. which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -67,11 +70,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "std" feature of the "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tags-devel %package -n %{name}+tags-devel
Summary: %{summary} Summary: %{summary}
@ -79,11 +82,11 @@ BuildArch: noarch
%description -n %{name}+tags-devel %{_description} %description -n %{name}+tags-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "tags" feature of the "%{crate}" crate. which use "tags" feature of "%{crate}" crate.
%files -n %{name}+tags-devel %files -n %{name}+tags-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unsealed_read_write-devel %package -n %{name}+unsealed_read_write-devel
Summary: %{summary} Summary: %{summary}
@ -91,11 +94,11 @@ BuildArch: noarch
%description -n %{name}+unsealed_read_write-devel %{_description} %description -n %{name}+unsealed_read_write-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "unsealed_read_write" feature of the "%{crate}" crate. which use "unsealed_read_write" feature of "%{crate}" crate.
%files -n %{name}+unsealed_read_write-devel %files -n %{name}+unsealed_read_write-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save