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-relative-path/rust2rpm.toml

29 lines
711 B

[features]
enable-all = true
[[package.extra-sources]]
number = 10
file = "https://github.com/udoprog/relative-path/raw/refs/tags/%{version}/LICENSE-APACHE"
comments = [
"""\
Missing Apache-2.0 license text; see \
“Add license files to the crate tarballs,” \
https://github.com/udoprog/relative-path/pull/60\
""",
]
[[package.extra-sources]]
number = 11
file = "https://github.com/udoprog/relative-path/raw/refs/tags/%{version}/LICENSE-MIT"
comments = [
"""\
Missing MIT license text; see \
“Add license files to the crate tarballs,” \
https://github.com/udoprog/relative-path/pull/60\
""",
]
[scripts.prep]
pre = [
"cp -p '%{SOURCE10}' '%{SOURCE11}' .",
]