]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - tzdata.spec
up to 2015e
[packages/tzdata.git] / tzdata.spec
index 08ab839a6b4abde8b1b5bbd89bd0e5b29242a551..3820c896e6e2dae7e99abf804c1dc5ba09e4eb9a 100644 (file)
@@ -9,8 +9,8 @@
 %endif
 %endif
 
-%define                tzcode_ver      2013g
-%define                tzdata_ver      2013g
+%define                tzcode_ver      2015e
+%define                tzdata_ver      2015e
 Summary:       Timezone data
 Summary(pl.UTF-8):     Dane o strefach czasowych
 Name:          tzdata
@@ -27,10 +27,10 @@ Source0:    %{name}-base-0.tar.bz2
 # ftp://elsie.nci.nih.gov/pub/ has been shut down because of lawsuit
 #Source1Download: http://www.iana.org/time-zones/
 Source1:       ftp://ftp.iana.org/tz/releases/%{name}%{tzdata_ver}.tar.gz
-# Source1-md5: 76dbc3b5a81913fc0d824376c44a5d15
+# Source1-md5: 36f9056efb432ca945c73397acfce0d4
 #Source2Download: http://www.iana.org/time-zones/
 Source2:       ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_ver}.tar.gz
-# Source2-md5: cc2a52297310ba1a673dc60973ea3ad8
+# Source2-md5: fb62eb6daf3ddb8c41fd40be05ec657e
 Source3:       timezone.init
 Source4:       timezone.sysconfig
 Source5:       javazic.tar.gz
@@ -38,6 +38,7 @@ Source5:      javazic.tar.gz
 Source6:       timezone.upstart
 Source7:       timezone.service
 Source8:       timezone.sh
+Patch0:                %{name}-test-update.patch
 Patch1:                javazic-fixup.patch
 Patch2:                install.patch
 URL:           http://www.twinsun.com/tz/tz-link.htm
@@ -108,9 +109,12 @@ Plik nagłówkowy bazy danych stref czasowych.
 %prep
 %setup -qc
 mv tzdata/* .
+%patch0 -p1
+
 %{__tar} xzf %{SOURCE1} -C tzdata
 # don't override Makefile from base tar
-mv tzdata/Makefile{,.tzdata}
+%{__mv} tzdata/Makefile{,.tzdata}
+
 install -d tzcode
 %{__tar} xzf %{SOURCE2} -C tzcode
 %patch2 -p1
@@ -153,7 +157,7 @@ cd ../tzdata
 %java -classpath ../javazic/ rht.tools.javazic.Main -V %{version} \
        -d ../zoneinfo/java \
        africa antarctica asia australasia europe northamerica pacificnew \
-       southamerica backward etcetera solar87 solar88 solar89 systemv \
+       southamerica backward etcetera factory systemv \
        ../javazic/tzdata_jdk/gmt ../javazic/tzdata_jdk/jdk11_backward
 cd ..
 %endif
This page took 0.914761 seconds and 4 git commands to generate.