|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 20
|
|
|
|
|
# Generated by rust2rpm 21
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate tracing
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.1.31
|
|
|
|
|
Version: 0.1.32
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Application-level tracing for Rust
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ Patch0: tracing-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
Application-level tracing for Rust.}
|
|
|
|
@ -38,9 +38,10 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
%license %{crate_instdir}/LICENSE
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%doc %{crate_instdir}/README.md
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -52,7 +53,7 @@ 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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+async-await-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -64,7 +65,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "async-await" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+async-await-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+attributes-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -76,7 +77,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "attributes" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+attributes-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+log-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -88,7 +89,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "log" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+log-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+log-always-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -100,7 +101,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "log-always" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+log-always-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_debug-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -112,7 +113,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_debug" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_debug-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_error-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -124,7 +125,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_error" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_error-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_info-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -136,7 +137,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_info" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_info-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_off-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -148,7 +149,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_off" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_off-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_trace-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -160,7 +161,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_trace" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_trace-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+max_level_warn-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -172,7 +173,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "max_level_warn" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+max_level_warn-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_debug-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -184,7 +185,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_debug" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_debug-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_error-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -196,7 +197,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_error" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_error-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_info-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -208,7 +209,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_info" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_info-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_off-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -220,7 +221,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_off" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_off-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_trace-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -232,7 +233,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_trace" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_trace-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_warn-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -244,7 +245,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "release_max_level_warn" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+release_max_level_warn-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+std-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -256,7 +257,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "std" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+std-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+tracing-attributes-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -268,7 +269,7 @@ This package contains library source intended for building other packages which
|
|
|
|
|
use the "tracing-attributes" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+tracing-attributes-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|