Latest upstream 20190205
This commit is contained in:
parent
27c9efd754
commit
55e55159b6
@ -1,11 +1,11 @@
|
||||
%global _description \
|
||||
GeoLite2 databases are free IP geolocation databases comparable to, but less\
|
||||
accurate than, MaxMind's GeoIP2 databases. This product includes GeoLite2 data\
|
||||
created by MaxMind, available from http://www.maxmind.com.
|
||||
%global common_description %{expand:
|
||||
GeoLite2 databases are free IP geolocation databases comparable to, but less
|
||||
accurate than, MaxMind's GeoIP2 databases. This product includes GeoLite2 data
|
||||
created by MaxMind, available from http://www.maxmind.com.}
|
||||
|
||||
Name: geolite2
|
||||
Version: 20181204
|
||||
Release: 2%{?dist}
|
||||
Version: 20190205
|
||||
Release: 1%{?dist}
|
||||
Summary: Free IP geolocation databases
|
||||
License: CC-BY-SA
|
||||
URL: https://dev.maxmind.com/geoip/geoip2/geolite2/
|
||||
@ -14,19 +14,19 @@ Source1: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Cou
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description %{_description}
|
||||
%description %{common_description}
|
||||
|
||||
|
||||
%package city
|
||||
Summary: Free IP geolocation city database
|
||||
|
||||
%description city %{_description}
|
||||
%description city %{common_description}
|
||||
|
||||
|
||||
%package country
|
||||
Summary: Free IP geolocation country database
|
||||
|
||||
%description country %{_description}
|
||||
%description country %{common_description}
|
||||
|
||||
|
||||
%prep
|
||||
@ -34,7 +34,7 @@ Summary: Free IP geolocation country database
|
||||
|
||||
|
||||
%install
|
||||
for db in GeoLite2-City GeoLite2-Country; do
|
||||
for db in GeoLite2-{City,Country}; do
|
||||
install -D -p -m 0644 ${db}_%{version}/$db.mmdb %{buildroot}%{_datadir}/GeoIP/$db.mmdb
|
||||
done
|
||||
|
||||
@ -52,6 +52,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2019 Carl George <carl@george.computer> - 20190205-1
|
||||
- Latest upstream
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20181204-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (GeoLite2-City_20181204.tar.gz) = 4494c7177f73c3aded28980e19d75f8dc2c2f2e7b6efa54b8f8b8727d3573f774734bf1737c737de7549ae2b0a91ee5d1b964aba69d8f05d4291298f13221e06
|
||||
SHA512 (GeoLite2-Country_20181204.tar.gz) = 34b82a3f90c2dedbc143b74351e59920d7771b313d471c6619337c500638b5c45619037669df94d29f2e1569dbcd9846a1ff335e86d1eae2fbdd85e14471f964
|
||||
SHA512 (GeoLite2-City_20190205.tar.gz) = a13c0e82ee7cccf5a6de411269b5783b0f62a90109ba0b20f002d9a951a46819727e7c04a7fe32a23feca474d79b938d642ced95e7076cad586c7fbe4ae012fd
|
||||
SHA512 (GeoLite2-Country_20190205.tar.gz) = 5001940c7613268eb2369ce95d80123d512cd6794ceb276278708d47abe1a4a1bce80125cb62018936f6f6c5ccd5220a150b6349ccd2290f41aa0b5adb45816f
|
||||
|
Loading…
Reference in New Issue
Block a user