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