Blame rust-id_tree.spec

7350b89
# Generated by rust2rpm 10
7350b89
%bcond_without check
c231625
%global debug_package %{nil}
c231625
c231625
%global crate id_tree
c231625
c231625
Name:           rust-%{crate}
7350b89
Version:        1.7.0
4b6e740
Release:        3%{?dist}
c231625
Summary:        Library for creating and modifying Tree structures
c231625
7350b89
# Upstream license specification: MIT
c231625
License:        MIT
c231625
URL:            https://crates.io/crates/id_tree
0436349
Source:         %{crates_source}
c231625
c231625
ExclusiveArch:  %{rust_arches}
7350b89
%if %{__cargo_skip_build}
7350b89
BuildArch:      noarch
7350b89
%endif
c231625
c231625
BuildRequires:  rust-packaging
c231625
7350b89
%global _description %{expand:
7350b89
Library for creating and modifying Tree structures.}
6284b11
6284b11
%description %{_description}
c231625
c231625
%package        devel
c231625
Summary:        %{summary}
c231625
BuildArch:      noarch
c231625
6284b11
%description    devel %{_description}
c231625
c231625
This package contains library source intended for building other packages
6284b11
which use "%{crate}" crate.
6284b11
6284b11
%files          devel
6284b11
%license LICENSE
6284b11
%doc README.md
6284b11
%{cargo_registry}/%{crate}-%{version}/
6284b11
6284b11
%package     -n %{name}+default-devel
6284b11
Summary:        %{summary}
6284b11
BuildArch:      noarch
6284b11
6284b11
%description -n %{name}+default-devel %{_description}
6284b11
6284b11
This package contains library source intended for building other packages
6284b11
which use "default" feature of "%{crate}" crate.
6284b11
6284b11
%files       -n %{name}+default-devel
6284b11
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
c231625
a0a2d57
%package     -n %{name}+serde-devel
a0a2d57
Summary:        %{summary}
a0a2d57
BuildArch:      noarch
a0a2d57
a0a2d57
%description -n %{name}+serde-devel %{_description}
a0a2d57
a0a2d57
This package contains library source intended for building other packages
a0a2d57
which use "serde" feature of "%{crate}" crate.
a0a2d57
a0a2d57
%files       -n %{name}+serde-devel
a0a2d57
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
a0a2d57
a0a2d57
%package     -n %{name}+serde_derive-devel
a0a2d57
Summary:        %{summary}
a0a2d57
BuildArch:      noarch
a0a2d57
a0a2d57
%description -n %{name}+serde_derive-devel %{_description}
a0a2d57
a0a2d57
This package contains library source intended for building other packages
a0a2d57
which use "serde_derive" feature of "%{crate}" crate.
a0a2d57
a0a2d57
%files       -n %{name}+serde_derive-devel
a0a2d57
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
a0a2d57
a0a2d57
%package     -n %{name}+serde_support-devel
a0a2d57
Summary:        %{summary}
a0a2d57
BuildArch:      noarch
a0a2d57
a0a2d57
%description -n %{name}+serde_support-devel %{_description}
a0a2d57
a0a2d57
This package contains library source intended for building other packages
a0a2d57
which use "serde_support" feature of "%{crate}" crate.
a0a2d57
a0a2d57
%files       -n %{name}+serde_support-devel
a0a2d57
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
a0a2d57
c231625
%prep
0436349
%autosetup -n %{crate}-%{version_no_tilde} -p1
c231625
%cargo_prep
c231625
7350b89
%generate_buildrequires
7350b89
%cargo_generate_buildrequires
7350b89
c231625
%build
c231625
%cargo_build
c231625
c231625
%install
c231625
%cargo_install
c231625
c231625
%if %{with check}
c231625
%check
c231625
%cargo_test
c231625
%endif
c231625
c231625
%changelog
4b6e740
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
4b6e740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4b6e740
f5ca716
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
f5ca716
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f5ca716
7350b89
* Sun Sep 01 18:43:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.0-1
7350b89
- Update to 1.7.0
7350b89
9d4a4c2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
9d4a4c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9d4a4c2
a0a2d57
* Sat Mar 23 23:27:48 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-1
a0a2d57
- Update to 1.5.0
a0a2d57
0436349
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0-1
0436349
- Update to 1.4.0
0436349
ebcd0a3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
ebcd0a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ebcd0a3
6284b11
* Tue Nov 27 2018 Josh Stone <jistone@redhat.com> - 1.3.0-2
6284b11
- Adapt to new packaging
6284b11
c231625
* Wed Jul 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
c231625
- Initial package