|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate xml-rs
|
|
|
|
%global crate xml-rs
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-xml-rs
|
|
|
|
Name: rust-xml-rs
|
|
|
|
Version: 0.8.18
|
|
|
|
Version: 0.8.19
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: XML library in pure Rust
|
|
|
|
Summary: XML library in pure Rust
|
|
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ Source: %{crates_source}
|
|
|
|
# * prevent unused xml-analyze binary from being built and shipped
|
|
|
|
# * prevent unused xml-analyze binary from being built and shipped
|
|
|
|
Patch: xml-rs-fix-metadata.diff
|
|
|
|
Patch: xml-rs-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
An XML library in pure Rust.}
|
|
|
|
An XML library in pure Rust.}
|
|
|
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|