You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-yasna/rust2rpm.toml

25 lines
625 B

[package]
cargo-toml-patch-comments = [
"ensure license files are included in repackaged crate sources",
]
[[package.extra-sources]]
number = 1
file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-APACHE"
comments = ["https://github.com/qnighy/yasna.rs/issues/76"]
[[package.extra-sources]]
number = 2
file = "https://github.com/qnighy/yasna.rs/raw/yasna-0.5.0/LICENSE-MIT"
[[package.extra-patches]]
number = 2
file = "https://github.com/qnighy/yasna.rs/pull/73.patch"
comments = ["include downstream patch to fix test failure on i686"]
[scripts]
prep.post = [
"cp -pav %{SOURCE1} %{SOURCE2} .",
]