From f6219f960383bc8fd3ebe67c3015e0023217dba9 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Feb 11 2020 02:01:16 +0000 Subject: unused, and discontinued upstream in favor of dyn-clone --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index bc6461d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/objekt-0.1.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 03879e3..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-objekt - -The rust-objekt package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2aab930 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +unused, and discontinued upstream in favor of dyn-clone diff --git a/rust-objekt.spec b/rust-objekt.spec deleted file mode 100644 index c437a33..0000000 --- a/rust-objekt.spec +++ /dev/null @@ -1,75 +0,0 @@ -# Generated by rust2rpm 9 -%bcond_with check -%global debug_package %{nil} - -%global crate objekt - -Name: rust-%{crate} -Version: 0.1.2 -Release: 3%{?dist} -Summary: Clone trait that is object-safe - -# Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/objekt -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -Clone trait that is object-safe.} - -%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-APACHE -%doc README.md -%{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 - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -* Thu Jan 30 2020 Fedora Release Engineering - 0.1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon May 13 07:56:17 CEST 2019 Igor Gnatenko - 0.1.2-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index cfad9c5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (objekt-0.1.2.crate) = 1486200c28ca669fe268558704cbfbe7460412562edf6c2a4d6c9527c158b2e90713c623cb05483573ea04d8c7b9aab7a08e2f91f0d95c979547e9ea9b8ece79 diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 503a97c..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index b377782..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- 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-objekt