diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9dbcdca..0000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -/tokio-signal-0.1.3.crate -/tokio-signal-0.1.4.crate -/tokio-signal-0.1.5.crate -/tokio-signal-0.2.0.crate -/tokio-signal-0.2.1.crate -/tokio-signal-0.2.5.crate -/tokio-signal-0.2.6.crate -/tokio-signal-0.2.7.crate -/tokio-signal-0.2.9.crate diff --git a/README.md b/README.md deleted file mode 100644 index d4d8eb1..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-tokio-signal - -The rust-tokio-signal package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..7da3e7c --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Nothing uses it anymore diff --git a/rust-tokio-signal.spec b/rust-tokio-signal.spec deleted file mode 100644 index da6a44f..0000000 --- a/rust-tokio-signal.spec +++ /dev/null @@ -1,123 +0,0 @@ -# Generated by rust2rpm 13 -%bcond_without check -%global debug_package %{nil} - -%global crate tokio-signal - -Name: rust-%{crate} -Version: 0.2.9 -Release: 1%{?dist} -Summary: Implementation of an asynchronous Unix signal handling backed futures - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/tokio-signal -Source: %{crates_source} -# Initial patched metadata -# * No windows -Patch0: tokio-signal-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Implementation of an asynchronous Unix signal handling backed futures.} - -%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 -* Thu Feb 06 2020 Josh Stone - 0.2.9-1 -- Update to 0.2.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.2.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.2.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jun 22 20:02:14 CEST 2019 Igor Gnatenko - 0.2.7-3 -- Regenerate - -* Sat Feb 02 2019 Fedora Release Engineering - 0.2.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Dec 03 2018 Josh Stone - 0.2.7-1 -- Update to 0.2.7 - -* Thu Nov 15 2018 Josh Stone - 0.2.6-1 -- Update to 0.2.6 - -* Fri Nov 09 2018 Josh Stone - 0.2.5-2 -- Adapt to new packaging - -* Sat Sep 08 2018 Josh Stone - 0.2.5-1 -- Update to 0.2.5 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jun 14 2018 Igor Gnatenko - 0.2.1-1 -- Update to 0.2.1 - -* Tue May 08 2018 Igor Gnatenko - 0.2.0-1 -- Update to 0.2.0 - -* Sat Mar 10 2018 Josh Stone - 0.1.5-1 -- Update to 0.1.5 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Feb 03 2018 Igor Gnatenko - 0.1.4-1 -- Update to 0.1.4 - -* Sat Jan 13 2018 Igor Gnatenko - 0.1.3-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index 12d01c9..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (tokio-signal-0.2.9.crate) = afdd91454c2da8f0b2fce65ffcf35dbb2f73cb5552f63fbb6e8bf1e125d9026840cf1ec895a91a4c69997ada17ab6abfa8aa43217c07d18591ab375aa49da180 diff --git a/tokio-signal-fix-metadata.diff b/tokio-signal-fix-metadata.diff deleted file mode 100644 index 94097de..0000000 --- a/tokio-signal-fix-metadata.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- tokio-signal-0.2.9/Cargo.toml 2020-02-05T00:24:59+00:00 -+++ tokio-signal-0.2.9/Cargo.toml 2020-02-06T17:49:10.743781+00:00 -@@ -44,9 +44,6 @@ - - [target."cfg(unix)".dependencies.signal-hook-registry] - version = "~1" --[target."cfg(windows)".dependencies.winapi] --version = "0.3" --features = ["consoleapi", "minwindef", "wincon"] - [badges.appveyor] - id = "s83yxhy9qeb58va7" - repository = "carllerche/tokio"