Initial import (xattr 0.2 compat package)

epel9 imports/e9/rust-xattr0.2-0.2.3-1.el9
Fabio Valentini 2 years ago
parent bd09a5b1f4
commit 488afa0a1e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/xattr-0.2.3.crate

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

@ -0,0 +1,82 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate xattr
Name: rust-xattr0.2
Version: 0.2.3
Release: %autorelease
Summary: Unix extended filesystem attributes
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/xattr
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Unix extended filesystem attributes.}
%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-APACHE
%license %{crate_instdir}/LICENSE-MIT
%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
%package -n %{name}+unsupported-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unsupported-devel %{_description}
This package contains library source intended for building other packages which
use the "unsupported" feature of the "%{crate}" crate.
%files -n %{name}+unsupported-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 (xattr-0.2.3.crate) = 55b99a9a9440463050b672dcacb7e1d1cc78f2b6f40ea7bff2134ee3a1c787d64972a1e00d2e06cf5a341bf76eff32f68e17a0c939a23f2c9a892715722afcac
Loading…
Cancel
Save