# Generated by rust2rpm 19 %bcond_without check %global debug_package %{nil} %global crate libgit2-sys %global upstream_version 0.12.25+1.3.0 Name: rust-%{crate} Version: 0.12.25 Release: %autorelease Summary: Native bindings to the libgit2 library # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/libgit2-sys Source: %{crates_source %{crate} %{upstream_version}} # Initial patched metadata # * Remove libgit2 version from version field Patch0: libgit2-sys-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} BuildArch: noarch %endif BuildRequires: rust-packaging %global _description %{expand: Native bindings to the libgit2 library.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch Requires: (pkgconfig(libgit2) >= 1.3.0 with pkgconfig(libgit2) < 2.0.0) %description devel %{_description} This package contains library source intended for building other packages which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use "the default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+https-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+https-devel %{_description} This package contains library source intended for building other packages which use "the https" feature of the "%{crate}" crate. %files -n %{name}+https-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+libssh2-sys-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+libssh2-sys-devel %{_description} This package contains library source intended for building other packages which use "the libssh2-sys" feature of the "%{crate}" crate. %files -n %{name}+libssh2-sys-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+openssl-sys-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+openssl-sys-devel %{_description} This package contains library source intended for building other packages which use "the openssl-sys" feature of the "%{crate}" crate. %files -n %{name}+openssl-sys-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+ssh-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ssh-devel %{_description} This package contains library source intended for building other packages which use "the ssh" feature of the "%{crate}" crate. %files -n %{name}+ssh-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+ssh_key_from_memory-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+ssh_key_from_memory-devel %{_description} This package contains library source intended for building other packages which use "the ssh_key_from_memory" feature of the "%{crate}" crate. %files -n %{name}+ssh_key_from_memory-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{upstream_version} -p1 # Remove bundled dependencies rm -vrf libgit2 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %if ! %{__cargo_skip_build} echo '(pkgconfig(libgit2) >= 1.3.0 with pkgconfig(libgit2) < 2.0.0)' %endif %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog