[packages/libmaxminddb] update test deps; enchance description

glen glen at pld-linux.org
Sun Dec 22 18:54:08 CET 2013


commit 5cd9f679157e4fe5d7ba1d1e0171c1e87e3320a5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Dec 22 19:53:47 2013 +0200

    update test deps; enchance description

 libmaxminddb.spec | 12 ++++++++++--
 1 file 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmaxminddb.git/commitdiff/5cd9f679157e4fe5d7ba1d1e0171c1e87e3320a5



More information about the pld-cvs-commit mailing list