From 634fbe30f60b7adbe4683febb3c9b15e9c68d8e3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 12 Apr 2021 20:31:50 +0200 Subject: [PATCH] initial import (#1948133) --- .gitignore | 4 +++ README.md | 3 -- rust-configparser.spec | 79 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 rust-configparser.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f7d59c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/results_*/ +/*.src.rpm + +/configparser-2.0.1.crate diff --git a/README.md b/README.md deleted file mode 100644 index ff55286..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-configparser - -The rust-configparser package diff --git a/rust-configparser.spec b/rust-configparser.spec new file mode 100644 index 0000000..15ec868 --- /dev/null +++ b/rust-configparser.spec @@ -0,0 +1,79 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate configparser + +Name: rust-%{crate} +Version: 2.0.1 +Release: 1%{?dist} +Summary: Simple configuration parsing utility with no dependencies + +# Upstream license specification: MIT OR LGPL-3.0-or-later +License: MIT or LGPLv3+ +URL: https://crates.io/crates/configparser +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Simple configuration parsing utility with no dependencies that allows you to +parse INI and ini-style syntax. You can use this to write Rust programs which +can be customized by end users easily.} + +%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-MIT LICENSE-LGPL +%doc README.md CHANGELOG.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 +# remove executable bits from files +chmod -x README.md CHANGELOG.md Cargo.toml.orig src/*.rs tests/*.rs +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Apr 12 2021 Fabio Valentini - 2.0.1-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..0f1f8c2 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (configparser-2.0.1.crate) = 272850e6a87860da6ff1cd95983cfb41f042148f3b6fa9d66da471e4210f7db986c6a0e8adcc1bfdeeceaf826988d0ef91324902e23c8e4de0ff5f0e4e9cd95b