From 36ec0be1f93ed3e6449200324ff4d87981e10e33 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 10 Jan 2021 17:55:18 +0100 Subject: [PATCH] initial import (#1907075) --- .gitignore | 4 +++ README.md | 3 -- rust-ghost.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 80 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 rust-ghost.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c476f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/results_*/ +/*.src.rpm + +/ghost-0.1.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 5b41ab2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-ghost - -The rust-ghost package diff --git a/rust-ghost.spec b/rust-ghost.spec new file mode 100644 index 0000000..f9d7207 --- /dev/null +++ b/rust-ghost.spec @@ -0,0 +1,75 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate ghost + +Name: rust-%{crate} +Version: 0.1.2 +Release: 1%{?dist} +Summary: Define your own PhantomData + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/ghost +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Define your own PhantomData.} + +%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-APACHE LICENSE-MIT +%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 +* Thu Dec 10 2020 Fabio Valentini - 0.1.2-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..d488d87 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (ghost-0.1.2.crate) = 4258fdfab59946a4955f053cf0b73f964d5bdf25ac9357ef8f4cb21948299fb749bf0c0e89a9c1e95a8606e74c6b3a3630fb4f6316815d83882a9531e3b78b5a