# Generated by rust2rpm 26 %bcond_without check %global crate onenote_parser Name: rust-onenote_parser Version: 0.3.1 Release: %autorelease Summary: Parser for Microsoft OneNoteĀ® files License: MPL-2.0 URL: https://crates.io/crates/onenote_parser Source: %{crates_source} # Upstream bump of dependencies - merged but not yet released # Modified to remove Cargo.toml changes since it gets reformatted # and drop one change not yet present in Fedora # https://github.com/msiemens/onenote.rs/pull/9 Patch: rust-onenote_parser-updates.patch # Adjust versions of dependencies Patch: rust-onenote_parser-deps.patch # Apply Cisco-Talos patch as this is really only needed for clamav Patch: https://github.com/msiemens/onenote.rs/pull/13.patch BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A parser for Microsoft OneNoteĀ® files.} %description %{_description} %package -n %{crate} Summary: %{summary} # FIXME: paste output of %%cargo_license_summary here License: # FIXME # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc CHANGELOG.md %doc README.md %{_bindir}/onenote-parse %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}+backtrace-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+backtrace-devel %{_description} This package contains library source intended for building other packages which use the "backtrace" feature of the "%{crate}" crate. %files -n %{name}+backtrace-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog