Initial import (#2239349)

epel9
Fabio Valentini 1 year ago
parent 4313592f7f
commit 65aa1f8aa1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate deflate64
Name: rust-deflate64
Version: 0.1.5
Release: %autorelease
Summary: Deflate64 implementation based on .NET's implementation
License: MIT
URL: https://crates.io/crates/deflate64
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Deflate64 implementation based on .NET's implementation.}
%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 (deflate64-0.1.5.crate) = e93daa27909704f2ed7e286abb7dae907651dc5a438aa1ff52ffbd53193e53520810cf9a77b183bfc2ade06ffdc09f479d319e8f237ad1039f5954aeb17839a2
Loading…
Cancel
Save