Blame SPECS/geolite2.spec

3f83f2
%global _docdir_fmt %{name}
3f83f2
%global _description \
3f83f2
GeoLite2 databases are free IP geolocation databases comparable to, but less\
3f83f2
accurate than, MaxMind's GeoIP2 databases.  This product includes GeoLite2 data\
3f83f2
created by MaxMind, available from http://www.maxmind.com.
3f83f2
3f83f2
Name:           geolite2
3f83f2
Version:        20180605
3f83f2
Release:        1%{?dist}
3f83f2
Summary:        Free IP geolocation databases
3f83f2
License:        CC-BY-SA
3f83f2
URL:            https://dev.maxmind.com/geoip/geoip2/geolite2/
3f83f2
Source0:        https://geolite.maxmind.com/download/geoip/database/GeoLite2-City_%{version}.tar.gz
3f83f2
Source1:        https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_%{version}.tar.gz
3f83f2
BuildArch:      noarch
3f83f2
3f83f2
3f83f2
%description %{_description}
3f83f2
3f83f2
3f83f2
%package city
3f83f2
Summary:        Free IP geolocation city database
3f83f2
3f83f2
%description city %{_description}
3f83f2
3f83f2
3f83f2
%package country
3f83f2
Summary:        Free IP geolocation country database
3f83f2
3f83f2
%description country %{_description}
3f83f2
3f83f2
3f83f2
%prep
3f83f2
%setup -q -T -c -a 0 -a 1
3f83f2
3f83f2
3f83f2
%install
3f83f2
for db in GeoLite2-City GeoLite2-Country; do
3f83f2
    install -D -p -m 0644 ${db}_%{version}/$db.mmdb %{buildroot}%{_datadir}/GeoIP/$db.mmdb
3f83f2
done
3f83f2
3f83f2
3f83f2
%files city
3f83f2
%license GeoLite2-City_%{version}/COPYRIGHT.txt GeoLite2-City_%{version}/LICENSE.txt
3f83f2
%dir %{_datadir}/GeoIP
3f83f2
%verify(not md5 size mtime) %{_datadir}/GeoIP/GeoLite2-City.mmdb
3f83f2
3f83f2
3f83f2
%files country
3f83f2
%license GeoLite2-Country_%{version}/COPYRIGHT.txt GeoLite2-Country_%{version}/LICENSE.txt
3f83f2
%dir %{_datadir}/GeoIP
3f83f2
%verify(not md5 size mtime) %{_datadir}/GeoIP/GeoLite2-Country.mmdb
3f83f2
3f83f2
3f83f2
%changelog
3f83f2
* Mon Jun 11 2018 Carl George <carl@george.computer> - 20180605-1
3f83f2
- Latest upstream
3f83f2
3f83f2
* Tue Apr 24 2018 Carl George <carl@george.computer> - 20180403-1
3f83f2
- Initial package