geolite2/geolite2.spec

86 lines
2.5 KiB
RPMSpec
Raw Normal View History

2019-02-06 20:57:25 +00:00
%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.}
2018-04-25 02:33:29 +00:00
Name: geolite2
2019-06-19 21:03:01 +00:00
Version: 20190618
2019-02-06 20:57:25 +00:00
Release: 1%{?dist}
2018-04-25 02:33:29 +00:00
Summary: Free IP geolocation databases
License: CC-BY-SA
URL: https://dev.maxmind.com/geoip/geoip2/geolite2/
Source0: https://geolite.maxmind.com/download/geoip/database/GeoLite2-City_%{version}.tar.gz
Source1: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country_%{version}.tar.gz
BuildArch: noarch
2019-02-06 20:57:25 +00:00
%description %{common_description}
2018-04-25 02:33:29 +00:00
%package city
Summary: Free IP geolocation city database
2019-04-11 18:51:49 +00:00
2019-02-06 20:57:25 +00:00
%description city %{common_description}
2018-04-25 02:33:29 +00:00
%package country
Summary: Free IP geolocation country database
2019-04-11 18:51:49 +00:00
2019-02-06 20:57:25 +00:00
%description country %{common_description}
2018-04-25 02:33:29 +00:00
%prep
%setup -q -T -c -a 0 -a 1
%install
2019-02-06 20:57:25 +00:00
for db in GeoLite2-{City,Country}; do
2018-04-25 02:33:29 +00:00
install -D -p -m 0644 ${db}_%{version}/$db.mmdb %{buildroot}%{_datadir}/GeoIP/$db.mmdb
done
%files city
%license GeoLite2-City_%{version}/COPYRIGHT.txt GeoLite2-City_%{version}/LICENSE.txt
%dir %{_datadir}/GeoIP
%verify(not md5 size mtime) %{_datadir}/GeoIP/GeoLite2-City.mmdb
%files country
%license GeoLite2-Country_%{version}/COPYRIGHT.txt GeoLite2-Country_%{version}/LICENSE.txt
%dir %{_datadir}/GeoIP
%verify(not md5 size mtime) %{_datadir}/GeoIP/GeoLite2-Country.mmdb
%changelog
2019-06-19 21:03:01 +00:00
* Wed Jun 19 2019 Carl George <carl@george.computer> - 20190618-1
- Latest upstream
2019-04-11 18:51:49 +00:00
* Thu Apr 11 2019 Carl George <carl@george.computer> - 20190409-1
- Latest upstream
2019-02-06 20:57:25 +00:00
* 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
2018-12-05 20:13:07 +00:00
* Wed Dec 05 2018 Carl George <carl@george.computer> - 20181204-1
- Latest upstream
2018-10-04 18:19:56 +00:00
* Thu Oct 04 2018 Carl George <carl@george.computer> - 20181002-1
- Latest upstream
2018-08-13 14:11:19 +00:00
* Mon Aug 13 2018 Carl George <carl@george.computer> - 20180807-1
- Latest upstream
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180605-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-06-11 22:26:03 +00:00
* Mon Jun 11 2018 Carl George <carl@george.computer> - 20180605-1
- Latest upstream
2018-04-25 02:33:29 +00:00
* Tue Apr 24 2018 Carl George <carl@george.computer> - 20180403-1
- Initial package