Regenerate with rust2rpm v24

epel9
Fabio Valentini 1 year ago
parent 56084418d6
commit 85e29bef04
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-directories
The rust-directories package

@ -1,29 +1,26 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate directories
Name: rust-%{crate}
Name: rust-directories
Version: 4.0.1
Release: %autorelease
Summary: Platform-specific standard locations of directories
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/directories
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Tiny mid-level library that provides platform-specific standard locations of
directories for config, cache and other data on Linux, Windows and macOS by
leveraging the mechanisms defined by the XDG base/user directory specifications
on Linux, the Known Folder API on Windows, and the Standard Directory
guidelines on macOS.}
A tiny mid-level library that provides platform-specific standard
locations of directories for config, cache and other data on Linux,
Windows and macOS by leveraging the mechanisms defined by the XDG
base/user directory specifications on Linux, the Known Folder API on
Windows, and the Standard Directory guidelines on macOS.}
%description %{_description}

@ -0,0 +1,2 @@
[DEFAULT]
summary = Platform-specific standard locations of directories
Loading…
Cancel
Save