You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
3.8 KiB
146 lines
3.8 KiB
# Generated by rust2rpm 21
|
|
%bcond_without check
|
|
%global debug_package %{nil}
|
|
|
|
%global crate bugreport
|
|
|
|
Name: rust-%{crate}
|
|
Version: 0.5.0
|
|
Release: %autorelease
|
|
Summary: Collect system and environment information for bug reports
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
License: MIT or ASL 2.0
|
|
URL: https://crates.io/crates/bugreport
|
|
Source: %{crates_source}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
%global _description %{expand:
|
|
Collect system and environment information for bug reports.}
|
|
|
|
%description %{_description}
|
|
|
|
%package devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "%{crate}" crate.
|
|
|
|
%files devel
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
%doc %{crate_instdir}/README.md
|
|
%doc %{crate_instdir}/example-report.md
|
|
%{crate_instdir}/
|
|
|
|
%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 the "default" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+default-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+collector_operating_system-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+collector_operating_system-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "collector_operating_system" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+collector_operating_system-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+format_markdown-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+format_markdown-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "format_markdown" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+format_markdown-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+format_plaintext-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+format_plaintext-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "format_plaintext" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+format_plaintext-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+git-version-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+git-version-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "git-version" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+git-version-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+git_hash-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+git_hash-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "git_hash" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+git_hash-devel
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%package -n %{name}+sys-info-devel
|
|
Summary: %{summary}
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}+sys-info-devel %{_description}
|
|
|
|
This package contains library source intended for building other packages which
|
|
use the "sys-info" feature of the "%{crate}" crate.
|
|
|
|
%files -n %{name}+sys-info-devel
|
|
%ghost %{crate_instdir}/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
|
|
%cargo_test
|
|
%endif
|
|
|
|
%changelog
|
|
%autochangelog
|