# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate app_dirs2 Name: rust-app_dirs2 Version: 2.5.5 Release: %autorelease Summary: Put your app's data in the right place on every platform License: MIT URL: https://crates.io/crates/app_dirs2 Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: app_dirs2-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * exclude files that are only useful for upstream development, # bump test-case dev-dependency from 2.2.1 to 3: # https://github.com/app-dirs-rs/app_dirs2/pull/37 Patch: app_dirs2-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Put your app's data in the right place on every platform. Community- maintained project.} %description %{_description} %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.txt %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 %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog