Compare commits

..

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

3
.gitignore vendored

@ -4,6 +4,3 @@
/derive_builder_macro-0.10.2.crate
/derive_builder_macro-0.11.2.crate
/derive_builder_macro-0.12.0.crate
/derive_builder_macro-0.20.0.crate
/derive_builder_macro-0.20.1.crate
/derive_builder_macro-0.20.2.crate

@ -1,19 +1,20 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate derive_builder_macro
Name: rust-derive_builder_macro
Version: 0.20.2
Version: 0.12.0
Release: %autorelease
Summary: Rust macro to automatically implement the builder pattern for arbitrary structs
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/derive_builder_macro
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust macro to automatically implement the builder pattern for arbitrary
@ -48,32 +49,8 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
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.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+lib_has_std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lib_has_std-devel %{_description}
This package contains library source intended for building other packages which
use the "lib_has_std" feature of the "%{crate}" crate.
%files -n %{name}+lib_has_std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[DEFAULT]
unwanted-features =
clippy

@ -1,3 +0,0 @@
[features]
hide = ["clippy"]

@ -1 +1 @@
SHA512 (derive_builder_macro-0.20.2.crate) = 1a5cdd75bbd6326147f6ed726fdc21b2a4e44db9abe49576d4b1ed067b0e56871cae148ea982b647016240392194efa4eca157d615ab42248d798396612b3d9f
SHA512 (derive_builder_macro-0.12.0.crate) = cb4a71f49c66ff91dc5a459053102e1aab7956d6003998270ac9bc94c2259b824a77689f209ff0104261ff829e54dd0900ec76c2cc1b8d3c52092961ffd072e8

Loading…
Cancel
Save