Initial Fedora package

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 3 years ago
parent 021f73d239
commit f23ed9074d

1
.gitignore vendored

@ -0,0 +1 @@
/nu-parser-0.61.0.crate

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
nu-plugin
plugin

@ -0,0 +1,71 @@
# 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

@ -0,0 +1 @@
SHA512 (nu-parser-0.61.0.crate) = b896e8f372280774214c7926122446baf44326eb329b599d79d477756139441f693c7efde35723b3daadcdd9a3317feda7be9bd3a8e31a5e15d27a184bcbcd57
Loading…
Cancel
Save