summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2013-12-22 17:53:47 (GMT)
committerElan Ruusamäe2013-12-22 17:53:47 (GMT)
commit5cd9f679157e4fe5d7ba1d1e0171c1e87e3320a5 (patch)
tree81de497215d993eb59ddaf375204925ae31ab824
parent0615b33033cda591b3380e70302d6512bd7b7b15 (diff)
downloadlibmaxminddb-5cd9f679157e4fe5d7ba1d1e0171c1e87e3320a5.zip
libmaxminddb-5cd9f679157e4fe5d7ba1d1e0171c1e87e3320a5.tar.gz
update test deps; enchance descriptionauto/th/libmaxminddb-0.5.2-1
-rw-r--r--libmaxminddb.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/libmaxminddb.spec b/libmaxminddb.spec
index a28b711..734964a 100644
--- a/libmaxminddb.spec
+++ b/libmaxminddb.spec
@@ -12,11 +12,19 @@ Group: Libraries
Source0: https://github.com/maxmind/libmaxminddb/releases/download/%{version}/%{name}-%{version}.tar.gz
# Source0-md5: 475386f4cb6d12cbae2eaa05dbaa7851
URL: http://maxmind.github.io/libmaxminddb/
+%if %{with tests}
+BuildRequires: perl(Test::More) >= 0.88
+BuildRequires: perl-IPC-Run3
+BuildRequires: perl-Test-Output
+%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The libmaxminddb library provides functions for working MaxMind DB
-files.
+The libmaxminddb library provides a C library for reading MaxMind DB
+files, including the GeoIP2 databases from MaxMind. This is a custom
+binary format designed to facilitate fast lookups of IP addresses
+while allowing for great flexibility in the type of data associated
+with an address.
%package devel
Summary: Header files for %{name} library