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
%global debug_package %{nil}
%global crate serde_cbor
Name: rust-serde_cbor
Name: rust-%{crate}
Version: 0.11.2
Release: %autorelease
Summary: CBOR support for serde
# 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
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
CBOR support for serde.}
@ -27,15 +32,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CONTRIBUTING.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -43,11 +46,11 @@ 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.
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -55,11 +58,11 @@ BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -67,11 +70,11 @@ 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.
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tags-devel
Summary: %{summary}
@ -79,11 +82,11 @@ BuildArch: noarch
%description -n %{name}+tags-devel %{_description}
This package contains library source intended for building other packages which
use the "tags" feature of the "%{crate}" crate.
This package contains library source intended for building other packages
which use "tags" feature of "%{crate}" crate.
%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
Summary: %{summary}
@ -91,11 +94,11 @@ BuildArch: noarch
%description -n %{name}+unsealed_read_write-devel %{_description}
This package contains library source intended for building other packages which
use the "unsealed_read_write" feature of the "%{crate}" crate.
This package contains library source intended for building other packages
which use "unsealed_read_write" feature of "%{crate}" crate.
%files -n %{name}+unsealed_read_write-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save