update to 100.5.1 [release 100.5.1-1mamba;Mon Dec 27 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 07:12:55 +01:00
parent 1d03056d03
commit 8a61082dc8

View File

@ -1,5 +1,5 @@
Name: mongo-tools
Version: 4.2.14
Version: 100.5.1
Release: 1mamba
Summary: MongoDB Tools
Group: Applications/Databases
@ -7,13 +7,10 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/mongodb/mongo-tools
Source: https://github.com/mongodb/mongo-tools/archive/r%{version}.tar.gz
Source: https://github.com/mongodb/mongo-tools.git/%{version}/mongo-tools-%{version}.tar.bz2
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenssl-devel
BuildRequires: libpcap-devel
BuildRequires: libsasl2-devel
## AUTOBUILDREQ-END
BuildRequires: libgo-devel >= 11.1.0-1mamba
@ -33,7 +30,7 @@ The MongoDB Tools:
%prep
%setup -q -c -a0
install -d build/src/github.com/mongodb/bin
mv mongo-tools-r%{version} build/src/github.com/mongodb/mongo-tools
mv mongo-tools-%{version} build/src/github.com/mongodb/mongo-tools
%build
cd build/src/github.com/mongodb/mongo-tools
@ -59,6 +56,9 @@ install -p -m 0755 build/src/github.com/mongodb/mongo-tools/bin/* %{buildroot}%{
%doc build/src/github.com/mongodb/mongo-tools/LICENSE.md
%changelog
* Mon Dec 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 100.5.1-1mamba
- update to 100.5.1
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.14-1mamba
- update to 4.2.14
- built with libgo 11.1.0