summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-14 10:29:15 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-04-14 10:29:15 -0700
commit0d4cc2c4a92e88c91db55ec0d48d9a4993fd8b03 (patch)
treebdcfe9d1cc9b4f30e4b5ce5e14b7c533bdebb56a
parentd9906a9bfff3837acb4eaf9b1891c18c225342aa (diff)
downloadspecs-0d4cc2c4a92e88c91db55ec0d48d9a4993fd8b03.tar.gz
specs-0d4cc2c4a92e88c91db55ec0d48d9a4993fd8b03.tar.xz
specs-0d4cc2c4a92e88c91db55ec0d48d9a4993fd8b03.zip
+ rust-nu-glob
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r--rust/rust-nu/rust-nu-glob.spec73
1 files changed, 73 insertions, 0 deletions
diff --git a/rust/rust-nu/rust-nu-glob.spec b/rust/rust-nu/rust-nu-glob.spec
new file mode 100644
index 0000000..d11e425
--- /dev/null
+++ b/rust/rust-nu/rust-nu-glob.spec
@@ -0,0 +1,73 @@
+# 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