Initial import (#2294336)

epel10 imports/epel10/rust-proptest-macro-0.1.0-1.el10
Fabio Valentini 6 months ago
parent f95f831ed6
commit 63621287a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/proptest-macro-0.1.0.crate

@ -1,3 +0,0 @@
# rust-proptest-macro
The rust-proptest-macro package

@ -0,0 +1,69 @@
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate proptest-macro
Name: rust-proptest-macro
Version: 0.1.0
Release: %autorelease
Summary: Procedural macros for the proptest crate
License: MIT OR Apache-2.0
URL: https://crates.io/crates/proptest-macro
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macros for the proptest crate.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%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 the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -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 (proptest-macro-0.1.0.crate) = 09a68187d5745f44702528b531f9df4a21a745d6d644c3d259f7e8475af15a86556b9157c5f58228f8e080f16f51bacbf8be5c569529df8d537f2bcc6425b596
Loading…
Cancel
Save