automatic version update by autodist [release 1.5.0-1mamba;Fri Jul 15 2022]
This commit is contained in:
parent
985731ed75
commit
d334f714bc
19
libgit2.spec
19
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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 1.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user