From 08a342cf4ed353a0ebf21e12e22178b7b978be02 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Aug 07 2023 14:18:36 +0000 Subject: Regenerate with rust2rpm v24 --- diff --git a/README.md b/README.md deleted file mode 100644 index 0e20145..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-scroll - -The rust-scroll package \ No newline at end of file diff --git a/rust-scroll.spec b/rust-scroll.spec index 645ecd8..4ddbba5 100644 --- a/rust-scroll.spec +++ b/rust-scroll.spec @@ -1,26 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate scroll -Name: rust-%{crate} +Name: rust-scroll Version: 0.11.0 Release: %autorelease Summary: Powerful, extensible, generic, endian-aware Read/Write traits for byte buffers -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/scroll Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Suite of powerful, extensible, generic, endian-aware Read/Write traits for byte -buffers.} +A suite of powerful, extensible, generic, endian-aware Read/Write traits +for byte buffers.} %description %{_description} diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..f9c49dd --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,3 @@ +[DEFAULT] +summary = Powerful, extensible, generic, endian-aware Read/Write traits for byte buffers +all-features = true