Skip to content

Instantly share code, notes, and snippets.

@kiilerix
Created April 4, 2023 22:57
Show Gist options
  • Save kiilerix/35542358671335b4cbe6ee251fa60ad8 to your computer and use it in GitHub Desktop.
Save kiilerix/35542358671335b4cbe6ee251fa60ad8 to your computer and use it in GitHub Desktop.
rust-logging_timer_proc_macros.spec
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate logging_timer_proc_macros
Name: rust-logging_timer_proc_macros
Version: 1.1.0
Release: %autorelease
Summary: Proc-macro implementation for the logging_timer crate
License: MIT
URL: https://crates.io/crates/logging_timer_proc_macros
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Proc-macro implementation for the logging_timer crate.}
%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
%doc %{crate_instdir}/README.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
%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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment