Skip to content

Commit

Permalink
Review rust-tiny-bip39
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Jul 28, 2024
1 parent 97347d6 commit 5de69b7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
13 changes: 10 additions & 3 deletions rust-tiny-bip39/rust-tiny-bip39.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Name: rust-tiny-bip39
Version: 1.0.0
Release: %autorelease
Summary: Fork of the bip39 crate with fixes to v0.6
Summary: Rust implementation of BIP-0039

License: MIT OR Apache-2.0
URL: https://crates.io/crates/tiny-bip39
Expand All @@ -18,8 +18,15 @@ Patch: tiny-bip39-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24

%global _description %{expand:
A fork of the bip39 crate with fixes to v0.6. Rust implementation of
BIP-0039.}
A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039.

This BIP describes the implementation of a mnemonic code or mnemonic sentence
-- a group of easy to remember words -- for the generation of deterministic
wallets.

It consists of two parts: generating the mnenomic, and converting it into a
binary seed.
}

%description %{_description}

Expand Down
12 changes: 12 additions & 0 deletions rust-tiny-bip39/rust2rpm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
summary = "Rust implementation of BIP-0039"
description = """
A fork of the bip39 crate with fixes to v0.6. Rust implementation of BIP-0039.
This BIP describes the implementation of a mnemonic code or mnemonic sentence
-- a group of easy to remember words -- for the generation of deterministic
wallets.
It consists of two parts: generating the mnenomic, and converting it into a
binary seed.
"""

0 comments on commit 5de69b7

Please sign in to comment.