# Generated by rust2rpm 10 %bcond_without check %global debug_package %{nil} %global crate hex Name: rust-%{crate} Version: 0.4.0 Release: 1%{?dist} Summary: Encoding and decoding data into/from hexadecimal representation # Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/hex Source: %{crates_source} ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Encoding and decoding data into/from hexadecimal representation.} %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 %license LICENSE-MIT LICENSE-APACHE %doc README.md %{cargo_registry}/%{crate}-%{version}/ %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}/Cargo.toml %package -n %{name}+benchmarks-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+benchmarks-devel %{_description} This package contains library source intended for building other packages which use "benchmarks" feature of "%{crate}" crate. %files -n %{name}+benchmarks-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version}/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 * Tue Nov 19 09:45:21 CET 2019 Igor Gnatenko - 0.4.0-1 - Update to 0.4.0 * Fri Jul 26 2019 Fedora Release Engineering - 0.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 19 23:17:49 CEST 2019 Igor Gnatenko - 0.3.2-5 - Regenerate * Sat Feb 02 2019 Fedora Release Engineering - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Nov 10 2018 Igor Gnatenko - 0.3.2-3 - Adapt to new packaging * Sat Jul 14 2018 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Apr 20 2018 Igor Gnatenko - 0.3.2-1 - Update to 0.3.2 * Fri Feb 09 2018 Fedora Release Engineering - 0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 0.3.1-2 - Rebuild for rust-packaging v5 * Sat Nov 18 2017 Igor Gnatenko - 0.3.1-1 - Update to 0.3.1 * Sat Oct 21 2017 Igor Gnatenko - 0.2.0-4 - Rebuild to get dependency on cargo * Sat Sep 23 2017 Igor Gnatenko - 0.2.0-3 - Exclude unneeded files * Wed Jun 14 2017 Igor Gnatenko - 0.2.0-2 - Port to use rust-packaging * Mon Apr 03 2017 Igor Gnatenko - 0.2.0-1 - Initial package