Initial import

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 9f8a88b907
commit 657e887e90
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -0,0 +1 @@
/sval_derive-0.4.3.crate

@ -0,0 +1,74 @@
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate sval_derive
Name: rust-%{crate}
Version: 0.4.3
Release: 1%{?dist}
Summary: Custom derive for sval
# Upstream license specification: Apache-2.0 OR MIT
# * https://github.com/sval-rs/sval/pull/63
License: ASL 2.0 or MIT
URL: https://crates.io/crates/sval_derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Custom derive for sval.}
%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
%{cargo_registry}/%{crate}-%{version}/
%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}/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
* Mon Jul 29 07:02:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
- Initial package

@ -0,0 +1 @@
SHA512 (sval_derive-0.4.3.crate) = 7b40fad7036d816f3cb6ae0a5f327d46309bf66f36e16d8a44bb593502957b21e2b2c3791e10a761fbff8d94d4568d1c0b7c4a1effe90ad95e9644f55010254a

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-sval_derive
Loading…
Cancel
Save