summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-18 12:00:15 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-18 12:00:15 -0700
commit30db4ef658b6c82e9b99befb41a81b87bd0464f5 (patch)
tree6d2253a5829ca0e22f2078beb2eef225c11b5dcd
parent29b7c077374b282982f124847039f321278322ac (diff)
downloadspecs-30db4ef658b6c82e9b99befb41a81b87bd0464f5.tar.gz
specs-30db4ef658b6c82e9b99befb41a81b87bd0464f5.tar.xz
specs-30db4ef658b6c82e9b99befb41a81b87bd0464f5.zip
Remove next batch of packaged nu crates
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-nu-engine.spec131
-rw-r--r--rust/rust-nu-protocol.spec96
-rw-r--r--rust/rust-nu/rust-nu-engine-.rust2rpm.conf3
-rw-r--r--rust/rust-nu/rust-nu-engine.spec70
-rw-r--r--rust/rust-nu/rust-nu-glob.spec73
5 files changed, 0 insertions, 373 deletions
diff --git a/rust/rust-nu-engine.spec b/rust/rust-nu-engine.spec
deleted file mode 100644
index cec5f00..0000000
--- a/rust/rust-nu-engine.spec
+++ /dev/null
@@ -1,131 +0,0 @@
-# Generated by rust2rpm 20
-# Tests fail with path issues
-%bcond_with check
-%global debug_package %{nil}
-
-%global crate nu-engine
-
-Name: rust-%{crate}
-Version: 0.42.0
-Release: %autorelease
-Summary: Core commands for nushell
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/nu-engine
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Core commands for nushell.}
-
-%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
-%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 the "default" feature of the "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+dataframe-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+dataframe-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "dataframe" feature of the "%{crate}" crate.
-
-%files -n %{name}+dataframe-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+rustyline-support-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rustyline-support-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rustyline-support" feature of the "%{crate}" crate.
-
-%files -n %{name}+rustyline-support-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+trash-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+trash-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "trash" feature of the "%{crate}" crate.
-
-%files -n %{name}+trash-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+trash-support-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+trash-support-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "trash-support" feature of the "%{crate}" crate.
-
-%files -n %{name}+trash-support-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+which-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+which-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "which" feature of the "%{crate}" crate.
-
-%files -n %{name}+which-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
-%autochangelog
diff --git a/rust/rust-nu-protocol.spec b/rust/rust-nu-protocol.spec
deleted file mode 100644
index 283446e..0000000
--- a/rust/rust-nu-protocol.spec
+++ /dev/null
@@ -1,96 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate nu-protocol
-
-Name: rust-%{crate}
-Version: 0.61.0
-Release: %autorelease
-Summary: Nushell's internal protocols, including its abstract syntax tree
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/nu-protocol
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Nushell's internal protocols, including its abstract syntax tree.}
-
-%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}/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}+plugin-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+plugin-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "plugin" feature of the "%{crate}" crate.
-
-%files -n %{name}+plugin-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+serde_json-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+serde_json-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "serde_json" feature of the "%{crate}" crate.
-
-%files -n %{name}+serde_json-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
-# some tests are failing
-%cargo_test -- -- --skip test_signature_same_name --skip test_signature_same_short
-%endif
-
-%changelog
-%autochangelog
diff --git a/rust/rust-nu/rust-nu-engine-.rust2rpm.conf b/rust/rust-nu/rust-nu-engine-.rust2rpm.conf
deleted file mode 100644
index b74cc3c..0000000
--- a/rust/rust-nu/rust-nu-engine-.rust2rpm.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-unwanted-features =
- plugin
diff --git a/rust/rust-nu/rust-nu-engine.spec b/rust/rust-nu/rust-nu-engine.spec
deleted file mode 100644
index 3fa5c99..0000000
--- a/rust/rust-nu/rust-nu-engine.spec
+++ /dev/null
@@ -1,70 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate nu-engine
-
-Name: rust-%{crate}
-Version: 0.61.0
-Release: %autorelease
-Summary: Nushell's evaluation engine
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/nu-engine
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Nushell's evaluation engine.}
-
-%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
-%{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-nu/rust-nu-glob.spec b/rust/rust-nu/rust-nu-glob.spec
deleted file mode 100644
index d11e425..0000000
--- a/rust/rust-nu/rust-nu-glob.spec
+++ /dev/null
@@ -1,73 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate nu-glob
-
-Name: rust-%{crate}
-Version: 0.61.0
-Release: %autorelease
-Summary: Fork of glob
-
-# Upstream license specification: MIT/Apache-2.0
-License: MIT or ASL 2.0
-URL: https://crates.io/crates/nu-glob
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Fork of glob. Support for matching file paths against Unix shell style
-patterns.}
-
-%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-APACHE
-%license %{crate_instdir}/LICENSE-MIT
-%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