* Fix compat.
* Move $infoDir and html doc to the devel package.
* Drop documentation on second arch.
* Fix LICENSE.
* Switch HOMEPAGE & SOURCE_URI to https.
Upstream ships a tiny GeoIP.dat since 1.6.10 so we can drop the
optional steps in TEST().
There seems to be a bug in curl (7.58.0 or earlier) which did not
exist in curl 7.50.3 when the patch for geoipupdate.sh was added.
This happens when the script tries to update an up-to-date GeoIP
database file. It looks like curl's "--time-cond" option forgets to
instruct "--remote-time" to skip its job if a "304 Not Modified" is
received. If the output file exists then this does not get noticed.
But if this file does not exist then curl complains with an unwanted
"Failed to set filetime ... on outfile" warning.
Trying to fix this issue in our script would require to redirect
curl's stderr to /dev/null (or creating a temporary (empty) file to
make curl happy) but doing so would not be a good idea.
We can live with this warning until curl gets fixed.
* Drop patch as it was applied upstream.
* Add x86_64, marked as untested.
* Add TEST().
* Mark x86 as untested because TEST() KDLs a lot.
* DESCRIPTION: fix typo and re-wrap.
* HOMEPAGE: switch to https.
* BUILD_PREREQUIRES: sort.
Notes: Version 1.2.25 builds fine but is only the latest oldstable.
The latest stable release, 1.4.5, does not build on any arch.
This is required because check 0.11.0 no longer builds on x86_gcc2
primary arch, so the arch-independent check_common could not be
built on x86_gcc2, hence preventing the installation of check_x86.
for gtkdoc-scangobj.
Adding this dependency to gtk_doc would be better, but could lead to circular dependencies.
It seems very few projects use gtkdoc-scangobj at the moment anyway.