From 2cb6070384647d5ec5bac509f6b6ef63f6790575dce6752b1dc1d191b4ddda97 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Wed, 18 Nov 2015 15:15:19 +0000
Subject: [PATCH] OBS-URL:
https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=5
---
libmaxminddb.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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_*.*