diff --git a/README.md b/README.md deleted file mode 100644 index 3da4af1..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-directories - -The rust-directories package \ No newline at end of file diff --git a/rust-directories.spec b/rust-directories.spec index ed4befe..4792683 100644 --- a/rust-directories.spec +++ b/rust-directories.spec @@ -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} diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..5c3b544 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Platform-specific standard locations of directories