Davide Cavalca 4 years ago
parent ad7748f92d
commit ff8ec2ebfd

1
.gitignore vendored

@ -0,0 +1 @@
/rustbus_derive-0.2.0.crate

@ -0,0 +1,73 @@
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate rustbus_derive
Name: rust-%{crate}
Version: 0.2.0
Release: 1%{?dist}
Summary: Derive proc-macros for the rustbus crate
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/rustbus_derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Derive proc-macros for the rustbus crate.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%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 "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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
* Thu Jun 24 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-1
- Initial package

@ -0,0 +1 @@
SHA512 (rustbus_derive-0.2.0.crate) = 405d862bcf36eaacfd29cbc8f8b0113af3e766f47c5fa201909ee3770000541bd231c5d2d88de8553ffff0fe6f71488b908b52f663cdcfac198e3f73bb5346c8
Loading…
Cancel
Save