This commit is contained in:
parent
b6f86684a8
commit
2cb6070384
@ -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_*.*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user