Blame rust-serde_url_params.spec

945cfd1
# Generated by rust2rpm 16
704b36d
%bcond_without check
704b36d
%global debug_package %{nil}
704b36d
704b36d
%global crate serde_url_params
704b36d
704b36d
Name:           rust-%{crate}
945cfd1
Version:        0.2.1
f717f50
Release:        2%{?dist}
704b36d
Summary:        URL parameters serialization
704b36d
704b36d
# Upstream license specification: MIT/Apache-2.0
704b36d
License:        MIT or ASL 2.0
704b36d
URL:            https://crates.io/crates/serde_url_params
704b36d
Source:         %{crates_source}
704b36d
704b36d
ExclusiveArch:  %{rust_arches}
704b36d
%if %{__cargo_skip_build}
704b36d
BuildArch:      noarch
704b36d
%endif
704b36d
704b36d
BuildRequires:  rust-packaging
704b36d
704b36d
%global _description %{expand:
704b36d
URL parameters serialization.}
704b36d
704b36d
%description %{_description}
704b36d
704b36d
%package        devel
704b36d
Summary:        %{summary}
704b36d
BuildArch:      noarch
704b36d
704b36d
%description    devel %{_description}
704b36d
704b36d
This package contains library source intended for building other packages
704b36d
which use "%{crate}" crate.
704b36d
704b36d
%files          devel
704b36d
%license LICENSE-APACHE LICENSE-MIT
704b36d
%doc README.md
704b36d
%{cargo_registry}/%{crate}-%{version_no_tilde}/
704b36d
704b36d
%package     -n %{name}+default-devel
704b36d
Summary:        %{summary}
704b36d
BuildArch:      noarch
704b36d
704b36d
%description -n %{name}+default-devel %{_description}
704b36d
704b36d
This package contains library source intended for building other packages
704b36d
which use "default" feature of "%{crate}" crate.
704b36d
704b36d
%files       -n %{name}+default-devel
704b36d
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
704b36d
704b36d
%prep
704b36d
%autosetup -n %{crate}-%{version_no_tilde} -p1
704b36d
%cargo_prep
704b36d
704b36d
%generate_buildrequires
704b36d
%cargo_generate_buildrequires
704b36d
704b36d
%build
704b36d
%cargo_build
704b36d
704b36d
%install
704b36d
%cargo_install
704b36d
704b36d
%if %{with check}
704b36d
%check
704b36d
%cargo_test
704b36d
%endif
704b36d
704b36d
%changelog
f717f50
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
f717f50
- Second attempt - Rebuilt for
f717f50
  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
f717f50
945cfd1
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-1
945cfd1
- Update to version 0.2.1.
945cfd1
- Fixes RHBZ#1917059
945cfd1
3bf4d45
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
3bf4d45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3bf4d45
ae6ceb2
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
ae6ceb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ae6ceb2
704b36d
* Mon Jan 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-1
704b36d
- Initial package