|
|
@ -1,20 +1,17 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
%bcond_without check
|
|
|
|
%bcond check 1
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate http
|
|
|
|
%global crate http
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-http
|
|
|
|
Name: rust-http
|
|
|
|
Version: 1.0.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Set of types for representing HTTP requests and responses
|
|
|
|
Summary: Set of types for representing HTTP requests and responses
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/http
|
|
|
|
URL: https://crates.io/crates/http
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
|
|
|
# * relax indexmap dev-dependency from <=1.8 to ^1
|
|
|
|
|
|
|
|
Patch: http-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|