Initial import (partition-identity 0.2 compat package)

epel9 imports/e9/rust-partition-identity0.2-0.2.8-1.el9
Fabio Valentini 1 year ago
parent 60d5859a68
commit bc92b2863f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/partition-identity-0.2.8.crate

@ -1,3 +0,0 @@
# rust-partition-identity0.2
The rust-partition-identity0.2 package

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate partition-identity
Name: rust-partition-identity0.2
Version: 0.2.8
Release: %autorelease
Summary: Find the ID of a device by its path, or find a device path by its ID
License: MIT
URL: https://crates.io/crates/partition-identity
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Find the ID of a device by its path, or find a device path by its ID.}
%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_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 (partition-identity-0.2.8.crate) = f7879759c33649b7a33cf66c5bdc69006c06c7dc41e4b0de208b55ab3defb597178ed6770f00d7ed91ac072c9622268be6da3ad5581adb43de3f6a89d03ed9fb
Loading…
Cancel
Save