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.
rust-gimli/rust-gimli.spec

171 lines
4.8 KiB

# Generated by rust2rpm 20
# * resolve circular dependency with object and addr2line
%bcond_with check
%global debug_package %{nil}
%global crate gimli
Name: rust-%{crate}
Version: 0.26.1
Release: %autorelease
Summary: Library for reading and writing the DWARF debugging format
7 years ago
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/gimli
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
5 years ago
%global _description %{expand:
Library for reading and writing the DWARF debugging format.}
%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 LICENSE-APACHE LICENSE-MIT
%doc CHANGELOG.md CONTRIBUTING.md README.md
5 years ago
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/fixtures/
%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
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
5 years ago
%package -n %{name}+endian-reader-devel
Summary: %{summary}
BuildArch: noarch
5 years ago
%description -n %{name}+endian-reader-devel %{_description}
This package contains library source intended for building other packages which
use the "endian-reader" feature of the "%{crate}" crate.
5 years ago
%files -n %{name}+endian-reader-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fallible-iterator-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fallible-iterator-devel %{_description}
This package contains library source intended for building other packages which
use the "fallible-iterator" feature of the "%{crate}" crate.
5 years ago
%files -n %{name}+fallible-iterator-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+indexmap-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+indexmap-devel %{_description}
This package contains library source intended for building other packages which
use the "indexmap" feature of the "%{crate}" crate.
%files -n %{name}+indexmap-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+read-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+read-devel %{_description}
This package contains library source intended for building other packages which
use the "read" feature of the "%{crate}" crate.
%files -n %{name}+read-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+read-core-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+read-core-devel %{_description}
This package contains library source intended for building other packages which
use the "read-core" feature of the "%{crate}" crate.
%files -n %{name}+read-core-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
5 years ago
%package -n %{name}+stable_deref_trait-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+stable_deref_trait-devel %{_description}
This package contains library source intended for building other packages which
use the "stable_deref_trait" feature of the "%{crate}" crate.
5 years ago
%files -n %{name}+stable_deref_trait-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+write-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+write-devel %{_description}
This package contains library source intended for building other packages which
use the "write" feature of the "%{crate}" crate.
%files -n %{name}+write-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
5 years ago
find -type f -name '*.rs' -exec chmod -c -x '{}' '+'
%cargo_prep
5 years ago
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog