SHA256
1
0
forked from pool/libmaxminddb
Denisart Benjamin 2015-11-18 15:15:19 +00:00 committed by Git OBS Bridge
parent b6f86684a8
commit 2cb6070384

View File

@ -18,7 +18,7 @@
Name: libmaxminddb
%define lname libmaxminddb0
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: C library for the MaxMind DB file format
License: Apache-2.0
@ -27,6 +27,7 @@ Source: https://github.com/maxmind/libmaxminddb/releases/download/%{vers
Url: http://dev.maxmind.com/
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -105,6 +106,7 @@ rm %buildroot/%_libdir/*.la
%doc Changes.md NOTICE README.md doc/release.md doc/libmaxminddb.md
%{_includedir}/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/%{name}.*
%{_mandir}/man3/MMDB_*.*