|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/tendril
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * drop outdated, example-only rand dev-dependency
|
|
|
|
|
# * drop unused support for the obsolete "encoding" crate
|
|
|
|
|
Patch: tendril-fix-metadata.diff
|
|
|
|
|
|
|
|
|
@ -79,8 +78,6 @@ use the "encoding_rs" feature of the "%{crate}" crate.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
# drop unused example program that pulls in outdated dependencies
|
|
|
|
|
rm -rv examples/
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%cargo_generate_buildrequires
|
|
|
|
|