diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..08a29ba --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/rle-decode-fast-1.0.1.crate diff --git a/rust-rle-decode-fast.spec b/rust-rle-decode-fast.spec new file mode 100644 index 0000000..37d3059 --- /dev/null +++ b/rust-rle-decode-fast.spec @@ -0,0 +1,79 @@ +# Generated by rust2rpm 13 +%bcond_without check +%global debug_package %{nil} + +%global crate rle-decode-fast + +Name: rust-%{crate} +Version: 1.0.1 +Release: 1%{?dist} +Summary: Fast decoder for Run-Length Encoded data in Rust + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/rle-decode-fast +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Fastest way to implement any kind of decoding for Run Length Encoded data in +Rust. +Writing a fast decoder that is also safe can be quite challenging, so +this crate is here to save you the hassle of maintaining and testing your own +implementation.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%doc README.md +%license LICENSE-APACHE LICENSE-MIT +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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 +* Wed Jan 29 18:02:14 PST 2020 Josh Stone - 1.0.1-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..9eae937 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (rle-decode-fast-1.0.1.crate) = 38b3565279b134dcb3bcba001b081ada73f36e4107bdee935036631b740b6e1d1f767e3965ad414e38c8606abc1733f898062bce01b8c19234f204adcbe05a4a