From d334f714bcb6b334f2f8b1902b90eb27958efd1f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:23:03 +0100 Subject: [PATCH] automatic version update by autodist [release 1.5.0-1mamba;Fri Jul 15 2022] --- libgit2.spec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/libgit2.spec b/libgit2.spec index 91e8231..e98fc85 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -1,5 +1,5 @@ Name: libgit2 -Version: 1.4.4 +Version: 1.5.0 Release: 1mamba Summary: A portable, pure C implementation of the Git core methods provided as a re-entrant linkable library Group: System/Libraries @@ -7,7 +7,6 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://libgit2.org/ -## GITSOURCE https://github.com/libgit2/libgit2.git v0.23.4 Source: https://github.com/libgit2/libgit2.git/v%{version}/libgit2-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN @@ -25,11 +24,20 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. +%package tools +Group: Applications/Networking +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +Tools provided with %{name}. + %debug_package %prep @@ -65,7 +73,14 @@ This package contains libraries and header files for developing applications tha %{_libdir}/pkgconfig/libgit2.pc %doc README.md +%files tools +%defattr(-,root,root) +%{_bindir}/git2_cli + %changelog +* Fri Jul 15 2022 Automatic Build System 1.5.0-1mamba +- automatic version update by autodist + * Wed Jul 13 2022 Automatic Build System 1.4.4-1mamba - automatic version update by autodist