# Generated by rust2rpm %bcond_without check %global debug_package %{nil} %global crate macro-attr Name: rust-%{crate} Version: 0.2.0 Release: 1%{?dist} Summary: Macro that enables the use of custom, macro-based attributes and derivations License: MIT or ASL 2.0 URL: https://crates.io/crates/macro-attr Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No workspace Patch0: macro-attr-0.2.0-fix-metadata.diff # https://github.com/DanielKeep/rust-custom-derive/pull/34 Patch1: 0001-add-missing-fragment-specifier.patch ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging %if %{with check} # [dev-dependencies] BuildRequires: (crate(rustc-serialize) >= 0.3.15 with crate(rustc-serialize) < 0.4.0) %endif %description %{summary}. %package devel Summary: %{summary} BuildArch: noarch %description devel This crate provides the `macro_attr!` macro that enables the use of custom, macro-based attributes and derivations. Supercedes the `custom_derive` crate. This package contains library source intended for building other packages which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -N find -type f -exec sed -i 's/\r$//' {} + %autopatch -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %files devel %license LICENSE %doc README.md %{cargo_registry}/%{crate}-%{version}/ %exclude %{cargo_registry}/%{crate}-%{version}/scripts %changelog * Wed Nov 22 2017 Igor Gnatenko - 0.2.0-1 - Initial package