# Generated by rust2rpm 27 %bcond check 1 %global crate dolby_vision Name: rust-dolby_vision Version: 3.3.1 Release: %autorelease Summary: Dolby Vision metadata parsing and writing License: MIT URL: https://crates.io/crates/dolby_vision Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency # * explicitly mark library as a "cdylib" type to fix spec generation Patch: dolby_vision-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-c %global _description %{expand: Dolby Vision metadata parsing and writing.} %description %{_description} %package -n libdovi Summary: %{summary} # Apache-2.0 OR BSL-1.0 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # Unlicense OR MIT # Zlib OR Apache-2.0 OR MIT License: MIT AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) # LICENSE.dependencies contains a full license breakdown %description -n libdovi %{_description} This package contains the C library. %files -n libdovi %license LICENSE %license LICENSE.dependencies %doc CHANGELOG.md %doc README.md %{_libdir}/libdovi.so.3{,.*} %package -n libdovi-devel Summary: %{summary} Requires: libdovi%{?_isa} = %{version}-%{release} %description -n libdovi-devel %{_description} This package contains the C library development files. %files -n libdovi-devel %{_libdir}/libdovi.so %{_libdir}/pkgconfig/dovi.pc %dir %{_includedir}/libdovi %{_includedir}/libdovi/rpu_parser.h %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE %doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+capi-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+capi-devel %{_description} This package contains library source intended for building other packages which use the "capi" feature of the "%{crate}" crate. %files -n %{name}+capi-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+libc-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libc-devel %{_description} This package contains library source intended for building other packages which use the "libc" feature of the "%{crate}" crate. %files -n %{name}+libc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+roxmltree-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+roxmltree-devel %{_description} This package contains library source intended for building other packages which use the "roxmltree" feature of the "%{crate}" crate. %files -n %{name}+roxmltree-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+xml-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xml-devel %{_description} This package contains library source intended for building other packages which use the "xml" feature of the "%{crate}" crate. %files -n %{name}+xml-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires -a %build %cargo_build -a %{cargo_license_summary -a} %{cargo_license -a} > LICENSE.dependencies %cargo_cbuild -a %install %cargo_install -a %cargo_cinstall -a rm %{buildroot}/%{_libdir}/libdovi.a %if %{with check} %check # * skip tests that require files that are not included in published crates %{cargo_test -a -- -- %{shrink: --skip rpu::generate::tests::config_with_frame_edits --skip xml::tests::parse }} %endif %changelog %autochangelog