## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 24 %bcond_without check %global crate dolby_vision Name: rust-dolby_vision Version: 3.2.0 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 to speed up builds # * 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 License: MIT AND (Apache-2.0 OR BSL-1.0) AND (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_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires -a %build %cargo_build -a %cargo_cbuild -a %{cargo_license_summary -a} %{cargo_license -a} > LICENSE.dependencies %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 -- -- --skip rpu::generate::tests::config_with_frame_edits --skip xml::tests::parse %endif %changelog * Sat Sep 30 2023 Fabio Valentini - 3.2.0-2 - Adapt for subtle cargo_cbuild / cargo_cinstall macro changes * Sun Aug 27 2023 Fabio Valentini - 3.2.0-1 - Update to version 3.2.0; Fixes RHBZ#2229769 * Fri Jul 21 2023 Fedora Release Engineering - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 22 2023 Dominik 'Rathann' Mierzejewski - 3.1.2-1 - initial import (resolves rhbz#2216336)