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

17 lines
683 B

[package]
cargo-toml-patch-comments = [
"Omit unnecessary files from the crate, as in “Exclude more files from the published crate” https://github.com/shssoichiro/oxipng/pull/591",
]
extra-files = ["%{_mandir}/man1/oxipng.1*"]
[[package.extra-sources]]
number = 10
file = "oxipng.1"
comments = [
"Man page hand-written for Fedora in groff_man(7) format based on --help",
"See “Add man page for the command-line utility” https://github.com/shssoichiro/oxipng/issues/526, and particularly https://github.com/shssoichiro/oxipng/issues/526#issuecomment-2002014746.",
]
[scripts.install]
post = ["install -t %{buildroot}%{_mandir}/man1 -D -p -m 0644 '%{SOURCE10}'"]