Initial import (#2214343)

epel10
Fabio Valentini 2 years ago
parent 2521436baa
commit 03f9084a39
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/databake-derive-0.1.5.crate

@ -1,3 +0,0 @@
# rust-databake-derive
The rust-databake-derive package

@ -0,0 +1,69 @@
# Generated by rust2rpm 24
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
%global crate databake-derive
Name: rust-databake-derive
Version: 0.1.5
Release: %autorelease
Summary: Custom derive for the databake crate
License: Unicode-DFS-2016
URL: https://crates.io/crates/databake-derive
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Custom derive for the databake 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

@ -0,0 +1 @@
SHA512 (databake-derive-0.1.5.crate) = 3a75615f97d41e4b78d0a5fb9e752485f680391411b9bd1db369a3752214d4353b67ef7b3144228c0f0b274938005ba38c32f94ac38792388c180f4fe71e6add
Loading…
Cancel
Save