Initial import (#2217023)

epel9 imports/e9/rust-serde_buf-0.1.1-1.el9
Fabio Valentini 2 years ago
parent 0e66f93c89
commit adcd455f6e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/serde_buf-0.1.1.crate

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

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate serde_buf
Name: rust-serde_buf
Version: 0.1.1
Release: %autorelease
Summary: Generic buffering for serde
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/serde_buf
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Generic buffering for serde.}
%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
%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 (serde_buf-0.1.1.crate) = 09692d4297bf26fb1b1f7a2d4a443c16f95be27eb06bac538a3cb7b2264f57679a189bd188d6565e61909276e6bc41f1d4df1779ef51a449e52f8f0eb3d1c176
Loading…
Cancel
Save