|
|
@ -1,18 +1,18 @@
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global crate libgit2-sys
|
|
|
|
%global upstream_version 0.16.2+1.7.2
|
|
|
|
%global upstream_version 0.17.0+1.8.1
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-libgit2-sys
|
|
|
|
Name: rust-libgit2-sys
|
|
|
|
Version: 0.16.2
|
|
|
|
Version: 0.17.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
Summary: Native bindings to the libgit2 library
|
|
|
|
|
|
|
|
|
|
|
|
# * libgit2-sys crate: MIT OR Apache-2.0
|
|
|
|
# * libgit2-sys crate: MIT OR Apache-2.0
|
|
|
|
# * bundled libgit2: GPL-2.0-only WITH GCC-exception-2.0
|
|
|
|
# * bundled libgit2: GPL-2.0-only WITH GCC-exception-2.0
|
|
|
|
# * bundled http-parser: MIT
|
|
|
|
# * bundled llhttp: MIT
|
|
|
|
# * bundled pcre: BSD-3-Clause
|
|
|
|
# * bundled pcre: BSD-3-Clause
|
|
|
|
License: (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT
|
|
|
|
License: (MIT OR Apache-2.0) AND BSD-3-Clause AND GPL-2.0-only WITH GCC-exception-2.0 AND MIT
|
|
|
|
URL: https://crates.io/crates/libgit2-sys
|
|
|
|
URL: https://crates.io/crates/libgit2-sys
|
|
|
@ -38,9 +38,9 @@ Native bindings to the libgit2 library.}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
Provides: bundled(libgit2) = 1.7.2
|
|
|
|
Provides: bundled(libgit2) = 1.8.1
|
|
|
|
Provides: bundled(http-parser) = 2.0
|
|
|
|
Provides: bundled(llhttp) = 9.2.1
|
|
|
|
Provides: bundled(pcre) = 8.44
|
|
|
|
Provides: bundled(pcre) = 8.45
|
|
|
|
|
|
|
|
|
|
|
|
%description devel %{_description}
|
|
|
|
%description devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -51,7 +51,7 @@ use the "%{crate}" crate.
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/libgit2/COPYING
|
|
|
|
%license %{crate_instdir}/libgit2/COPYING
|
|
|
|
%license %{crate_instdir}/libgit2/deps/http-parser/COPYING
|
|
|
|
%license %{crate_instdir}/libgit2/deps/llhttp/LICENSE-MIT
|
|
|
|
%license %{crate_instdir}/libgit2/deps/pcre/LICENCE
|
|
|
|
%license %{crate_instdir}/libgit2/deps/pcre/LICENCE
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
%{crate_instdir}/
|
|
|
|
%{crate_instdir}/
|
|
|
|