diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-11-26 18:21:43 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-11-26 18:21:43 +0000 |
commit | 78b568543e4d869d888dcb328eee7bb4d5feac24 (patch) | |
tree | 5ce6fdba0830c5ef92ed9184fc0fa22be834f200 | |
parent | fdbf2255756b2ecd30e28930a0dda0488ec538e3 (diff) |
-rw-r--r-- | rust-emojis.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-emojis.spec b/rust-emojis.spec index 2e838cd..cb6761a 100644 --- a/rust-emojis.spec +++ b/rust-emojis.spec @@ -7,7 +7,7 @@ Name: rust-emojis Version: 0.6.1 Release: %autorelease -Summary: ✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more! +Summary: Lookup emoji in *O(1)* time! License: MIT OR Apache-2.0 URL: https://crates.io/crates/emojis @@ -16,7 +16,7 @@ Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: -✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, +Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!.} %description %{_description} |