From a735ff074ebf87daa63e7d8811ab8276b9727c9e Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 18 Jul 2021 20:33:16 +0200 Subject: [PATCH] Initial package (closes: RHBZ#1980864) Signed-off-by: Igor Raits --- .gitignore | 1 + rust-argh.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 76 insertions(+) create mode 100644 .gitignore create mode 100644 rust-argh.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1975d03 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/argh-0.1.5.crate diff --git a/rust-argh.spec b/rust-argh.spec new file mode 100644 index 0000000..fa66da4 --- /dev/null +++ b/rust-argh.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 18 +%bcond_without check +%global debug_package %{nil} + +%global crate argh + +Name: rust-%{crate} +Version: 0.1.5 +Release: %autorelease +Summary: Derive-based argument parser optimized for code size + +# Upstream license specification: None +License: BSD +URL: https://crates.io/crates/argh +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Derive-based argument parser optimized for code size.} + +%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 +%doc README.md +%{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 + +%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 diff --git a/sources b/sources new file mode 100644 index 0000000..c1e23b0 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (argh-0.1.5.crate) = 04c609af2d840ea083d4422f785b001c1bbd37c90b78b01151336145b61713a7e800d2f2707f36e579f89d254e78352086f2401f1cbcd9913885932b79c3ee5b