]> git.pld-linux.org Git - packages/GeoIP-db-City.git/blobdiff - GeoIP-db-City.spec
- 2011/04 update
[packages/GeoIP-db-City.git] / GeoIP-db-City.spec
index 4ecdc1e6ef935c84d2f70d816f93fe77a6d46bad..9ad68421f0329ec4aa424287197fda2e8ae9d366 100644 (file)
@@ -2,12 +2,12 @@ Summary:      GeoLite City - City database for GeoIP
 Summary(pl.UTF-8):     GeoLite City - baza danych miast dla GeoIP
 Name:          GeoIP-db-City
 # Updated every month:
-Version:       2011.02.02
+Version:       2011.04.04
 Release:       1
 License:       OPEN DATA LICENSE (see LICENSE.txt)
 Group:         Applications/Databases
 Source0:       http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-# Source0-md5: 22a503eb618e6680c71185a03a8ebd86
+# Source0-md5: ee40cec85682b456726b009c36afe845
 Source1:       http://www.maxmind.com/download/geoip/database/LICENSE.txt
 # Source1-md5: a1381bd1aa0a0c91dc31b3f1e847cf4a
 URL:           http://www.maxmind.com/app/geolitecity
@@ -31,9 +31,9 @@ Informacja licencyjna: ten produkt zawiera dane GeoLite stworzone
 przez MaxWind, dostÄ™pne z <http://www.maxwind.com/>.
 
 %prep
-%setup -q -c -T
-cp -a %{SOURCE0} .
-cp -a %{SOURCE1} .
+%setup -qcT
+cp -p %{SOURCE0} .
+cp -p %{SOURCE1} .
 
 gunzip GeoLiteCity.dat.gz
 
@@ -45,7 +45,7 @@ fi
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/GeoIP
-cp -a GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP
+cp -p GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP
 ln -s GeoLiteCity.dat $RPM_BUILD_ROOT%{_datadir}/GeoIP/GeoIPCity.dat
 
 %clean
This page took 0.20817 seconds and 4 git commands to generate.