diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-03-29 11:58:12 -0700 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-03-29 11:58:12 -0700 |
commit | 48da3e63441620a6356c2804020319b5018a7245 (patch) | |
tree | 5a09585638a3e7389b6cef46bb3b809ebaf47c44 /rust | |
parent | 24416fcd019103bca30bc40c14bb412be23b8852 (diff) | |
download | specs-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.spec | 71 |
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 |