summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-18 14:22:38 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-18 14:22:38 -0700
commit3b5bc8f670db159e0eddf458697a1598d63e586e (patch)
tree08b03da012133c77f5c52b584e8eee7821cf642e
parent30db4ef658b6c82e9b99befb41a81b87bd0464f5 (diff)
downloadspecs-3b5bc8f670db159e0eddf458697a1598d63e586e.tar.gz
specs-3b5bc8f670db159e0eddf458697a1598d63e586e.tar.xz
specs-3b5bc8f670db159e0eddf458697a1598d63e586e.zip
- rust-nu-parser
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-nu/rust-nu-parser-.rust2rpm.conf4
-rw-r--r--rust/rust-nu/rust-nu-parser.spec71
2 files changed, 0 insertions, 75 deletions
diff --git a/rust/rust-nu/rust-nu-parser-.rust2rpm.conf b/rust/rust-nu/rust-nu-parser-.rust2rpm.conf
deleted file mode 100644
index c4fc1c2..0000000
--- a/rust/rust-nu/rust-nu-parser-.rust2rpm.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-[DEFAULT]
-unwanted-features =
- nu-plugin
- plugin
diff --git a/rust/rust-nu/rust-nu-parser.spec b/rust/rust-nu/rust-nu-parser.spec
deleted file mode 100644
index c512a10..0000000
--- a/rust/rust-nu/rust-nu-parser.spec
+++ /dev/null
@@ -1,71 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate nu-parser
-
-Name: rust-%{crate}
-Version: 0.61.0
-Release: %autorelease
-Summary: Nushell's parser
-
-# Upstream license specification: MIT
-License: MIT
-URL: https://crates.io/crates/nu-parser
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Nushell's parser.}
-
-%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
-
-%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