]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - tzdata.spec
up to 2022b
[packages/tzdata.git] / tzdata.spec
index bd38e1bd8c655c736f9beaadc7d2124cd096e002..33a39c3c93253f793304c3d85193f467161d1180 100644 (file)
 Summary:       Timezone data
 Summary(pl.UTF-8):     Dane o strefach czasowych
 Name:          tzdata
-Version:       2020f
-Release:       2
+Version:       2022b
+Release:       1
 License:       Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group:         Base
 #Source0Download: https://www.iana.org/time-zones
 Source0:       https://www.iana.org/time-zones/repository/releases/tzdb-%{version}.tar.lz
-# Source0-md5: d185bbba5f17dd80f5aa34601ac1def1
+# Source0-md5: 5997b431868adc23cf645bd7cdde203e
 Source3:       timezone.init
 Source4:       timezone.sysconfig
 Source5:       javazic.tar.gz
@@ -33,6 +33,7 @@ Patch0:               disable-network-tests.patch
 Patch1:                javazic-fixup.patch
 Patch2:                install.patch
 URL:           http://www.twinsun.com/tz/tz-link.htm
+BuildRequires: lzip
 BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.623
 %if %{with java}
@@ -117,7 +118,7 @@ sed -i -e '/tz-art.html/d' tz-link.html
 
 %if %{with java}
 install -d javazic
-tar zxf %{SOURCE5} -C javazic
+tar zxf %{SOURCE5} -C javazic --no-same-owner
 cd javazic
 %patch1
 
@@ -146,7 +147,7 @@ cd -
 
 %if %{with java}
 cd javazic
-%javac -source 1.5 -target 1.5 -classpath . $(find -name '*.java')
+%javac -source 1.6 -target 1.6 -classpath . $(find -name '*.java')
 cd ..
 
 %java -classpath javazic/ rht.tools.javazic.Main -V %{version} \
This page took 0.04615 seconds and 4 git commands to generate.