]> git.pld-linux.org Git - packages/GeoIP-db-City.git/blame - GeoIP-db-City.spec
- up to 2010.09.02
[packages/GeoIP-db-City.git] / GeoIP-db-City.spec
CommitLineData
85ac10bf 1Summary: GeoLite City - City database for GeoIP
9e67133d 2Summary(pl.UTF-8): GeoLite City - baza danych miast dla GeoIP
85ac10bf
PG
3Name: GeoIP-db-City
4# Updated every month:
8bce71a7 5Version: 2010.09.02
fcdf3913 6Release: 1
85ac10bf
PG
7License: OPEN DATA LICENSE (see LICENSE.txt)
8Group: Applications/Databases
959be8f4 9Source0: http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
8bce71a7 10# Source0-md5: 8cc8b3af84316b01cdc91a2b5c92058c
85ac10bf 11Source1: http://www.maxmind.com/download/geoip/database/LICENSE.txt
959be8f4 12# Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
85ac10bf 13URL: http://www.maxmind.com/app/geolitecity
9e67133d 14BuildArch: noarch
85ac10bf
PG
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
c13f1070 18Determine country, state/region, city, US postal code, US area code,
19metro code, latitude, and longitude information for IP addresses
20worldwide.
9e67133d
JB
21
22License disclaimer: this product includes GeoLite data created by
23MaxMind, available from <http://www.maxmind.com/>.
24
25%description -l pl.UTF-8
c13f1070 26Znajdź państwo, stan/region, miasto, kod pocztowy, kod regionu, kod
27miejski, szerokość i wysokość geograficzną dla adresów IP z całego
28świata.
85ac10bf 29
9e67133d
JB
30Informacja licencyjna: ten produkt zawiera dane GeoLite stworzone
31przez MaxWind, dostępne z <http://www.maxwind.com/>.
85ac10bf
PG
32
33%prep
34%setup -q -c -T
cc6ff7d0
ER
35cp -a %{SOURCE0} .
36cp -a %{SOURCE1} .
85ac10bf
PG
37
38gunzip GeoLiteCity.dat.gz
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT%{_datadir}/GeoIP
cc6ff7d0
ER
43cp -a GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP
44ln -s GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP/GeoIPCity.dat
85ac10bf
PG
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc *.txt
cc6ff7d0 52%dir %{_datadir}/GeoIP
85ac10bf 53%{_datadir}/GeoIP/*.dat
This page took 0.038086 seconds and 4 git commands to generate.