SHA256
1
0
forked from pool/libmaxminddb

Accepting request 889498 from home:AndreasStieger:branches:devel:libraries:c_c++

libmaxminddb 1.6.0

OBS-URL: https://build.opensuse.org/request/show/889498
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2021-05-01 18:31:18 +00:00 committed by Git OBS Bridge
parent 0618ee85bb
commit 040af33f82
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5237076d250a5f7c297e331c35a433eeaaf0dc205e070e4db353c9ba10f340a2
size 604683

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7620ac187c591ce21bcd7bf352376a3c56a933e684558a1f6bef4bd4f3f98267
size 605099

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 30 09:15:18 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- libmaxminddb 1.6.0:
* CMake build system fixes, not in use in this package
-------------------------------------------------------------------
Tue Mar 2 00:07:58 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%define lname libmaxminddb0
Name: libmaxminddb
Version: 1.5.2
Version: 1.6.0
Release: 0
Summary: C library for the MaxMind DB file format
License: Apache-2.0
@ -76,10 +76,10 @@ This package contains the development files for %{name}.
%build
%configure --disable-static
make %{?_smp_mflags}
%make_build
%check
make %{?_smp_mflags} check
%make_build check
%install
%make_install
@ -94,6 +94,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/%{name}.so.*
%files -n mmdblookup
%license LICENSE
%doc doc/mmdblookup.md
%{_bindir}/mmdblookup
%{_mandir}/man1/mmdblookup.*