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
|
Name: libgit2
|
||||||
Version: 1.4.4
|
Version: 1.5.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A portable, pure C implementation of the Git core methods provided as a re-entrant linkable library
|
Summary: A portable, pure C implementation of the Git core methods provided as a re-entrant linkable library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://libgit2.org/
|
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
|
Source: https://github.com/libgit2/libgit2.git/v%{version}/libgit2-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -25,11 +24,20 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -65,7 +73,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/pkgconfig/libgit2.pc
|
%{_libdir}/pkgconfig/libgit2.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/git2_cli
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user