# Generated by rust2rpm # * Tests are run in infrastructure %bcond_with check %global debug_package %{nil} %global crate memchr Name: rust-%{crate} Version: 2.1.3 Release: 1%{?dist} Summary: Safe interface to memchr # Upstream license specification: Unlicense/MIT License: Unlicense or MIT URL: https://crates.io/crates/memchr Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging BuildRequires: (crate(cfg-if/default) >= 0.1.5 with crate(cfg-if/default) < 0.2.0) BuildRequires: (crate(libc) >= 0.2.18 with crate(libc) < 0.3.0) BuildRequires: (crate(libc/use_std) >= 0.2.18 with crate(libc/use_std) < 0.3.0) %if %{with check} BuildRequires: (crate(quickcheck) >= 0.8.0 with crate(quickcheck) < 0.9.0) %endif %global _description \ Safe interface to memchr. %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 UNLICENSE LICENSE-MIT COPYING %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}+libc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libc-devel %{_description} This package contains library source intended for building other packages which use "libc" feature of "%{crate}" crate. %files -n %{name}+libc-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %package -n %{name}+use_std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+use_std-devel %{_description} This package contains library source intended for building other packages which use "use_std" feature of "%{crate}" crate. %files -n %{name}+use_std-devel %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sat Jan 19 2019 Igor Gnatenko - 2.1.3-1 - Update to 2.1.3 * Wed Dec 12 2018 Josh Stone - 2.1.2-1 - Update to 2.1.2 * Sat Nov 03 2018 Josh Stone - 2.1.1-1 - Update to 2.1.1 * Sat Oct 27 2018 Igor Gnatenko - 2.1.0-2 - Adapt to new packaging * Tue Sep 18 2018 Josh Stone - 2.1.0-1 - Update to 2.1.0 * Thu Aug 30 2018 Josh Stone - 2.0.2-1 - Update to 2.0.2 * Sat Jul 28 2018 Igor Gnatenko - 2.0.1-6 - Rebuild to trigger tests * Sat Jul 14 2018 Fedora Release Engineering - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering - 2.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 2.0.1-3 - Rebuild for rust-packaging v5 * Mon Jan 01 2018 Igor Gnatenko - 2.0.1-2 - Bump quickcheck to 0.6 * Thu Nov 30 2017 Igor Gnatenko - 2.0.1-1 - Update to 2.0.1 * Wed Nov 29 2017 Igor Gnatenko - 2.0.0-2 - Bump quickcheck to 0.5 - Enable tests * Mon Nov 06 2017 Igor Gnatenko - 2.0.0-1 - Update to 2.0.0 * Wed Jun 14 2017 Igor Gnatenko - 1.0.1-5 - Port to use rust-packaging * Fri Feb 24 2017 Igor Gnatenko - 1.0.1-4 - Use rich dependencies * Sat Feb 18 2017 Igor Gnatenko - 1.0.1-3 - Use awk to trim dev-dependencies and get them back before installing * Sat Feb 18 2017 Igor Gnatenko - 1.0.1-2 - Use patch file for dropping dependencies * Sat Feb 18 2017 Igor Gnatenko - 1.0.1-1 - Initial package