This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
# Generated by rust2rpm-9-1.fc30
%bcond_with check
%global debug_package %{nil}
%global crate y4m
Name: rust-%{crate}
Version: 0.3.3
Release: 1%{?dist}
Summary: YUV4MPEG2 (.y4m) Encoder/Decoder
License: MIT
URL: https://crates.io/crates/y4m
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%if %{with check}
BuildRequires: (crate(resize/default) >= 0.3.0 with crate(resize/default) < 0.4.0)
%endif
%global _description \
YUV4MPEG2 (.y4m) Encoder/Decoder.
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages