Initial import (proc-mounts 0.2 compat package)

epel9 imports/e9/rust-proc-mounts0.2-0.2.4-1.el9
Fabio Valentini 1 year ago
parent 0ac2ab1b92
commit d39772c98a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/proc-mounts-0.2.4.crate

@ -1,3 +0,0 @@
# rust-proc-mounts0.2
The rust-proc-mounts0.2 package

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate proc-mounts
Name: rust-proc-mounts0.2
Version: 0.2.4
Release: %autorelease
Summary: Fetch active mounts and swaps on a Linux system
License: MIT
URL: https://crates.io/crates/proc-mounts
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fetch active mounts and swaps on a Linux system.}
%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 (proc-mounts-0.2.4.crate) = c120c1cbf99d929491f9185cc3eea474dc200da87cdfa53047b545a641580db943873393eaf0f8ad248116ec03968eb3600457b2f1fbe9d29a906565f191695c
Loading…
Cancel
Save