summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-04 14:17:57 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-04 14:17:57 -0700
commit33f989f4fede1c90dc5904d6bbe0f33ebeb8b5cd (patch)
tree220a8571ad163fe19eaa92d934fd9e6dadede93f
parenta5467a9c7e4c672f007f8a55fe373b6258ed1012 (diff)
downloadspecs-33f989f4fede1c90dc5904d6bbe0f33ebeb8b5cd.tar.gz
specs-33f989f4fede1c90dc5904d6bbe0f33ebeb8b5cd.tar.xz
specs-33f989f4fede1c90dc5904d6bbe0f33ebeb8b5cd.zip
Retire completed reviews
-rw-r--r--rust/owo-colors-LICENSE21
-rw-r--r--rust/rust-is_ci.spec73
-rw-r--r--rust/rust-owo-colors.spec98
-rw-r--r--rust/rust-supports-color.spec75
-rw-r--r--rust/rust-supports-hyperlinks.spec72
-rw-r--r--rust/rust-supports-unicode.spec72
-rw-r--r--rust/supports-color-1.3.0-disable-failed-tests.patch14
7 files changed, 0 insertions, 425 deletions
diff --git a/rust/owo-colors-LICENSE b/rust/owo-colors-LICENSE
deleted file mode 100644
index 401d95b..0000000
--- a/rust/owo-colors-LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2020 - present The owo-colors Developers
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/rust/rust-is_ci.spec b/rust/rust-is_ci.spec
deleted file mode 100644
index d38aabc..0000000
--- a/rust/rust-is_ci.spec
+++ /dev/null
@@ -1,73 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate is_ci
-
-Name: rust-%{crate}
-Version: 1.1.1
-Release: %autorelease
-Summary: Super lightweight CI environment checker
-
-# Upstream license specification: ISC
-License: ISC
-URL: https://crates.io/crates/is_ci
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Super lightweight CI environment checker. Just tells you if you're in CI or not
-without much fuss.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/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/rust/rust-owo-colors.spec b/rust/rust-owo-colors.spec
deleted file mode 100644
index 4035aa9..0000000
--- a/rust/rust-owo-colors.spec
+++ /dev/null
@@ -1,98 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate owo-colors
-
-Name: rust-%{crate}
-Version: 3.3.0
-Release: %autorelease
-Summary: Zero-allocation terminal colors that'll make people go owo
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/owo-colors
-Source: %{crates_source}
-# https://github.com/jam1garner/owo-colors/issues/52
-Source1: https://raw.githubusercontent.com/michel-slm/owo-colors/add-license/LICENSE#/%{crate}-LICENSE
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Zero-allocation terminal colors that'll make people go owo.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license LICENSE
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+supports-color-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+supports-color-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "supports-color" feature of the "%{crate}" crate.
-
-%files -n %{name}+supports-color-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+supports-colors-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+supports-colors-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "supports-colors" feature of the "%{crate}" crate.
-
-%files -n %{name}+supports-colors-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
-%cargo_prep
-cp -p %{SOURCE1} LICENSE
-
-%generate_buildrequires
-%cargo_generate_buildrequires
-
-%build
-%cargo_build
-
-%install
-%cargo_install
-
-%if %{with check}
-%check
-%cargo_test
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust/rust-supports-color.spec b/rust/rust-supports-color.spec
deleted file mode 100644
index 4f67fa2..0000000
--- a/rust/rust-supports-color.spec
+++ /dev/null
@@ -1,75 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate supports-color
-
-Name: rust-%{crate}
-Version: 1.3.0
-Release: %autorelease
-Summary: Detects whether a terminal supports color, and gives details about that support
-
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
-URL: https://crates.io/crates/supports-color
-Source: %{crates_source}
-# Disable failed tests for now
-Patch: %{crate}-1.3.0-disable-failed-tests.patch
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Detects whether a terminal supports color, and gives details about that
-support.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/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/rust/rust-supports-hyperlinks.spec b/rust/rust-supports-hyperlinks.spec
deleted file mode 100644
index 0e41138..0000000
--- a/rust/rust-supports-hyperlinks.spec
+++ /dev/null
@@ -1,72 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate supports-hyperlinks
-
-Name: rust-%{crate}
-Version: 1.2.0
-Release: %autorelease
-Summary: Detects whether a terminal supports rendering hyperlinks
-
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
-URL: https://crates.io/crates/supports-hyperlinks
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Detects whether a terminal supports rendering hyperlinks.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/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/rust/rust-supports-unicode.spec b/rust/rust-supports-unicode.spec
deleted file mode 100644
index bbcb8a3..0000000
--- a/rust/rust-supports-unicode.spec
+++ /dev/null
@@ -1,72 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate supports-unicode
-
-Name: rust-%{crate}
-Version: 1.0.2
-Release: %autorelease
-Summary: Detects whether a terminal supports unicode
-
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
-URL: https://crates.io/crates/supports-unicode
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Detects whether a terminal supports unicode.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "%{crate}" crate.
-
-%files devel
-%license %{crate_instdir}/LICENSE
-%doc %{crate_instdir}/CHANGELOG.md
-%doc %{crate_instdir}/README.md
-%{crate_instdir}/
-
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{crate_instdir}/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/rust/supports-color-1.3.0-disable-failed-tests.patch b/rust/supports-color-1.3.0-disable-failed-tests.patch
deleted file mode 100644
index abe8577..0000000
--- a/rust/supports-color-1.3.0-disable-failed-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff '--color=auto' -ruN supports-color-1.3.0/src/lib.rs supports-color-1.3.0-disable-failed-tests/src/lib.rs
---- supports-color-1.3.0/src/lib.rs 1973-11-29 13:33:09.000000000 -0800
-+++ supports-color-1.3.0-disable-failed-tests/src/lib.rs 2022-04-01 11:34:01.143138693 -0700
-@@ -200,8 +200,8 @@
- });
- assert_eq!(on(atty::Stream::Stdout), expected);
-
-- std::env::set_var("CLICOLOR", "0");
-- assert_eq!(on(atty::Stream::Stdout), None);
-+ // std::env::set_var("CLICOLOR", "0");
-+ // assert_eq!(on(atty::Stream::Stdout), None);
- }
-
- #[test]