Initial import (#2290392)

epel10 imports/epel10/rust-loop9-0.1.5-1.el10
Fabio Valentini 6 months ago
parent ba1c3dcf34
commit 5ca7b9394f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/loop9-0.1.5.crate

@ -1,3 +0,0 @@
# rust-loop9
The rust-loop9 package

@ -0,0 +1,69 @@
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate loop9
Name: rust-loop9
Version: 0.1.5
Release: %autorelease
Summary: Visitor for every pixel in an image with neighboring pixels
License: MIT
URL: https://crates.io/crates/loop9
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Tiny helper function to visit every pixel in the image together with its
neighboring pixels. Duplicates pixels on the edges.}
%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} -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,3 @@
[package]
summary = "Visitor for every pixel in an image with neighboring pixels"

@ -0,0 +1 @@
SHA512 (loop9-0.1.5.crate) = 0a04d4e2561963671f5aa1c9af09470d0a8d30bb02299ab08c7dcec70b1dd3f9380244a59a4da1b8b269967313d6645a154a3dbe92fbae0e43cba6e009e6b7b9
Loading…
Cancel
Save