Initial Fedora package

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-line-numbers-0.3.0-1.el9
Michel Lind 1 year ago
parent a898705fa3
commit 28db3016dd
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -0,0 +1 @@
/line-numbers-0.3.0.crate

@ -0,0 +1,69 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate line-numbers
Name: rust-line-numbers
Version: 0.3.0
Release: %autorelease
Summary: Find line numbers in strings by byte offsets, quickly
License: MIT
URL: https://crates.io/crates/line-numbers
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Find line numbers in strings by byte offsets, quickly.}
%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} -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 (line-numbers-0.3.0.crate) = ec237f2124ba309320544ccd45ac4d84317c831b241540e8b7b7c9cd79fd1cbd9018e9359d0bd30a47f62066173a428861efa6a882afbfbd9c091f92e170e25d
Loading…
Cancel
Save