Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 50b7999c467878cc0eb819853ef53b0b > files > 1

rust-semver-parser-0.10.2-1.mga9.src.rpm

# Generated by rust2rpm 16
%bcond_without check

%global crate semver-parser

Name:           rust-%{crate}
Version:        0.10.2
Release:        %mkrel 1
Summary:        Parsing of the semver spec
Group:          Development/Other

# Upstream license specification: MIT/Apache-2.0
License:        MIT or ASL 2.0
URL:            https://crates.io/crates/semver-parser
Source:         %{crates_source}

ExclusiveArch:  %{rust_arches}
%if %{__cargo_skip_build}
BuildArch:      noarch
%endif

BuildRequires:  rust-packaging
BuildRequires:  crate(pest/default) >= 2.1.0
%if %{with check}
BuildRequires:  crate(pest_generator/default) >= 2.1.0
BuildRequires:  crate(proc-macro2/default) >= 1.0.0
%endif

%global _description %{expand:
Parsing of the semver spec.}

%description %{_description}

%if ! %{__cargo_skip_build}
%package     -n %{crate}
Summary:        %{summary}

%description -n %{crate} %{_description}

%files       -n %{crate}
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{_bindir}/semver-parser
%endif

%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_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
# this test fails due to missing files not shipped with the crate
%cargo_test -- -- --skip generated_code_is_fresh
%endif


%changelog
* Tue Oct 25 2022 guillomovitch <guillomovitch> 0.10.2-1.mga9
+ Revision: 1899330
- imported package rust-semver-parser