diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 41d9478..2ee36c5 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -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_*.*