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

38 lines
700 B

[package]
bin-package-name = "libdovi"
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
"explicitly mark library as a \"cdylib\" type to fix spec generation",
]
extra-files = [
"%{_libdir}/libdovi.so.3{,.*}",
]
suppress-cdylib-install-fixme = true
[features]
enable-all = true
[requires]
build = [
"cargo-c",
]
[scripts]
build.post = [
"%cargo_cbuild -a",
]
install.post = [
"%cargo_cinstall -a",
"rm %{buildroot}/%{_libdir}/libdovi.a",
]
[tests]
skip = [
"rpu::generate::tests::config_with_frame_edits",
"xml::tests::parse",
]
comments = [
"skip tests that require files that are not included in published crates",
]