Initial import; Fixes RHBZ#1980607

epel9
Rémi Lauzier 4 years ago
parent ed1682e7c7
commit cb10bc31ef
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -0,0 +1 @@
/bytecheck_derive-0.6.4.crate

@ -0,0 +1,85 @@
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate bytecheck_derive
Name: rust-%{crate}
Version: 0.6.4
Release: %autorelease
Summary: Derive macro for bytecheck
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/bytecheck_derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Derive macro for bytecheck.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (bytecheck_derive-0.6.4.crate) = 92e7deedcf5788a51440a8cbe3c05fec83d18ec1dcce98cf8ce99439e518a7e8deda17a370bfddd73b8020790c794d637acc67ecfd7d72d853ee1a9f31479806
Loading…
Cancel
Save