]> git.pld-linux.org Git - packages/libmaxminddb.git/commitdiff
update test deps; enchance description auto/th/libmaxminddb-0.5.2-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Dec 2013 17:53:47 +0000 (19:53 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Dec 2013 17:53:47 +0000 (19:53 +0200)
libmaxminddb.spec

index a28b711679091cf632f76aff1686e76eba74e320..734964ade016b8eabcdc994c20d7a45d7926ea5f 100644 (file)
@@ -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
This page took 0.125282 seconds and 4 git commands to generate.