summaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2022-03-29 11:58:12 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2022-03-29 11:58:12 -0700
commit48da3e63441620a6356c2804020319b5018a7245 (patch)
tree5a09585638a3e7389b6cef46bb3b809ebaf47c44 /rust
parent24416fcd019103bca30bc40c14bb412be23b8852 (diff)
downloadspecs-48da3e63441620a6356c2804020319b5018a7245.tar.gz
specs-48da3e63441620a6356c2804020319b5018a7245.tar.xz
specs-48da3e63441620a6356c2804020319b5018a7245.zip
- rust-miette-derive
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'rust')
-rw-r--r--rust/rust-miette-derive.spec71
1 files changed, 0 insertions, 71 deletions
diff --git a/rust/rust-miette-derive.spec b/rust/rust-miette-derive.spec
deleted file mode 100644
index 5f1b81f..0000000
--- a/rust/rust-miette-derive.spec
+++ /dev/null
@@ -1,71 +0,0 @@
-# Generated by rust2rpm 21
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate miette-derive
-
-Name: rust-%{crate}
-Version: 4.2.1
-Release: 1%{?dist}
-Summary: Derive macros for miette
-
-# Upstream license specification: Apache-2.0
-License: ASL 2.0
-URL: https://crates.io/crates/miette-derive
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
-
-%global _description %{expand:
-Derive macros for miette. Like `thiserror` for Diagnostics.}
-
-%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
-%{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
-* Sat Mar 26 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.2.1-1
-- Initial package