# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil} %global crate libgit2-sys %global upstream_version 0.13.4+1.4.2 Name: rust-%{crate} Version: 0.13.4 Release: %autorelease Summary: Native bindings to the libgit2 library # Upstream license specification: MIT OR 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 # * build against the bundled copy of libgit2 unconditionally: # the version in the Fedora repositories is too old Patch1: 0001-build-with-vendored-libgit2-unconditionally.patch ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 %global _description %{expand: Native bindings to the libgit2 library.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch # libgit2: GPLv2 with exceptions Provides: bundled(libgit2) = 1.4.2 # http-parser: MIT Provides: bundled(http-parser) = 2.0 # pcre: BSD Provides: bundled(pcre) = 8.44 License: MIT and GPLv2 with exceptions and BSD %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/libgit2/COPYING %license %{crate_instdir}/libgit2/deps/http-parser/COPYING %license %{crate_instdir}/libgit2/deps/pcre/LICENCE %{crate_instdir}/ %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 %{crate_instdir}/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 %{crate_instdir}/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 %{crate_instdir}/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 %{crate_instdir}/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 %{crate_instdir}/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 %{crate_instdir}/Cargo.toml %package -n %{name}+vendored-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+vendored-devel %{_description} This package contains library source intended for building other packages which use the "vendored" feature of the "%{crate}" crate. %files -n %{name}+vendored-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{upstream_version} -p1 # remove upstream development scripts from libgit2 rm -r libgit2/script/ # remove unused bundled dependencies rm -r libgit2/deps/chromium-zlib rm -r libgit2/deps/ntlmclient rm -r libgit2/deps/winhttp rm -r libgit2/deps/zlib %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog %autochangelog