Blame rust-ord_subset.spec

b7428d6
# Generated by rust2rpm
069f5b7
%bcond_with check
b7428d6
%global debug_package %{nil}
b7428d6
b7428d6
%global crate ord_subset
b7428d6
b7428d6
Name:           rust-%{crate}
b7428d6
Version:        3.1.1
b27eba5
Release:        6%{?dist}
b7428d6
Summary:        Tools for working with the Ord subset of certain PartialOrd types, like floats
b7428d6
b7428d6
# Upstream license specification: MIT/Apache-2.0
b7428d6
License:        MIT or ASL 2.0
b7428d6
URL:            https://crates.io/crates/ord_subset
069f5b7
Source:         %{crates_source}
b7428d6
b7428d6
ExclusiveArch:  %{rust_arches}
b7428d6
b7428d6
BuildRequires:  rust-packaging
b7428d6
069f5b7
%global _description \
069f5b7
Tools for working with the Ord subset of certain PartialOrd types, like floats.
069f5b7
069f5b7
%description %{_description}
b7428d6
b7428d6
%package        devel
b7428d6
Summary:        %{summary}
b7428d6
BuildArch:      noarch
b7428d6
069f5b7
%description    devel %{_description}
b7428d6
b7428d6
This package contains library source intended for building other packages
069f5b7
which use "%{crate}" crate.
069f5b7
069f5b7
%files          devel
069f5b7
%license LICENSE-MIT LICENSE-APACHE
069f5b7
%doc README.md CHANGELOG.md
069f5b7
%{cargo_registry}/%{crate}-%{version}/
069f5b7
069f5b7
%package     -n %{name}+default-devel
069f5b7
Summary:        %{summary}
069f5b7
BuildArch:      noarch
069f5b7
069f5b7
%description -n %{name}+default-devel %{_description}
069f5b7
069f5b7
This package contains library source intended for building other packages
069f5b7
which use "default" feature of "%{crate}" crate.
069f5b7
069f5b7
%files       -n %{name}+default-devel
069f5b7
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
069f5b7
069f5b7
%package     -n %{name}+ops-devel
069f5b7
Summary:        %{summary}
069f5b7
BuildArch:      noarch
069f5b7
069f5b7
%description -n %{name}+ops-devel %{_description}
069f5b7
069f5b7
This package contains library source intended for building other packages
069f5b7
which use "ops" feature of "%{crate}" crate.
069f5b7
069f5b7
%files       -n %{name}+ops-devel
069f5b7
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
069f5b7
069f5b7
%package     -n %{name}+std-devel
069f5b7
Summary:        %{summary}
069f5b7
BuildArch:      noarch
069f5b7
069f5b7
%description -n %{name}+std-devel %{_description}
069f5b7
069f5b7
This package contains library source intended for building other packages
069f5b7
which use "std" feature of "%{crate}" crate.
069f5b7
069f5b7
%files       -n %{name}+std-devel
069f5b7
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
069f5b7
069f5b7
%package     -n %{name}+unchecked_ops-devel
069f5b7
Summary:        %{summary}
069f5b7
BuildArch:      noarch
069f5b7
069f5b7
%description -n %{name}+unchecked_ops-devel %{_description}
069f5b7
069f5b7
This package contains library source intended for building other packages
069f5b7
which use "unchecked_ops" feature of "%{crate}" crate.
069f5b7
069f5b7
%files       -n %{name}+unchecked_ops-devel
069f5b7
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
069f5b7
069f5b7
%package     -n %{name}+unstable-devel
069f5b7
Summary:        %{summary}
069f5b7
BuildArch:      noarch
069f5b7
069f5b7
%description -n %{name}+unstable-devel %{_description}
069f5b7
069f5b7
This package contains library source intended for building other packages
069f5b7
which use "unstable" feature of "%{crate}" crate.
069f5b7
069f5b7
%files       -n %{name}+unstable-devel
069f5b7
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
b7428d6
b7428d6
%prep
069f5b7
%autosetup -n %{crate}-%{version_no_tilde} -p1
b7428d6
%cargo_prep
b7428d6
b7428d6
%build
b7428d6
%cargo_build
b7428d6
b7428d6
%install
b7428d6
%cargo_install
b7428d6
b7428d6
%if %{with check}
b7428d6
%check
b7428d6
%cargo_test
b7428d6
%endif
b7428d6
b7428d6
%changelog
b27eba5
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-6
b27eba5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b27eba5
368051c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-5
368051c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
368051c
4536b45
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-4
4536b45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4536b45
069f5b7
* Sun Feb 24 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.1-3
069f5b7
- Adapt to new packaging
069f5b7
a413bbf
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-2
a413bbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a413bbf
b7428d6
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.1-1
b7428d6
- Update to 3.1.1
b7428d6
b7428d6
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
b7428d6
- Initial package