forked from pool/libmaxminddb
This commit is contained in:
parent
b6f86684a8
commit
2cb6070384
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libmaxminddb
|
Name: libmaxminddb
|
||||||
%define lname libmaxminddb0
|
%define lname libmaxminddb0
|
||||||
Version: 1.1.1
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for the MaxMind DB file format
|
Summary: C library for the MaxMind DB file format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -27,6 +27,7 @@ Source: https://github.com/maxmind/libmaxminddb/releases/download/%{vers
|
|||||||
Url: http://dev.maxmind.com/
|
Url: http://dev.maxmind.com/
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -105,6 +106,7 @@ rm %buildroot/%_libdir/*.la
|
|||||||
%doc Changes.md NOTICE README.md doc/release.md doc/libmaxminddb.md
|
%doc Changes.md NOTICE README.md doc/release.md doc/libmaxminddb.md
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_mandir}/man3/%{name}.*
|
%{_mandir}/man3/%{name}.*
|
||||||
%{_mandir}/man3/MMDB_*.*
|
%{_mandir}/man3/MMDB_*.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user