|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend
|
|
|
|
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate git2-curl
|
|
|
|
%global crate git2-curl
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-git2-curl
|
|
|
|
Name: rust-git2-curl
|
|
|
|
Version: 0.17.0
|
|
|
|
Version: 0.18.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
|
|
|
|
Summary: Backend for an HTTP transport in libgit2 powered by libcurl
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ Source: %{crates_source}
|
|
|
|
# * drop features and dependencies for the unused zlib-ng support
|
|
|
|
# * drop features and dependencies for the unused zlib-ng support
|
|
|
|
Patch: git2-curl-fix-metadata.diff
|
|
|
|
Patch: git2-curl-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Backend for an HTTP transport in libgit2 powered by libcurl. Intended to
|
|
|
|
Backend for an HTTP transport in libgit2 powered by libcurl. Intended to
|
|
|
@ -37,6 +37,7 @@ use the "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
%{crate_instdir}/
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
@ -52,7 +53,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
|
|
|
|