%bcond_with java18 Summary: Timezone data Summary(ja): タイムゾーンのデータ Name: tzdata Version: 2015e %define tzdata_version 2015e %define tzcode_version 2015e Release: 1%{?_dist_release} License: Public Domain Group: System Environment/Base URL: https://www.iana.org/time-zones # These are official upstream. Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz Source1: ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz Source2: javazic.tar.gz Source3: javazic-1.8-37392f2f5d59.tar.xz Patch100: javazic-fixup.patch Patch101: rebase-01.patch Patch102: rebase-02.patch Patch103: 7090844.patch Patch104: 7133138.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch BuildRequires: gawk, glibc, perl BuildRequires: java-devel BuildRequires: glibc-common >= 2.5.90-7 Conflicts: glibc-common <= 2.3.2-63 %description This package contains data files with rules for various timezones around the world. %description -l ja このパッケージには世界中のタイムゾーンに関するデータファイルが収録されています. %package java Summary: Timezone data for Java Group: System Environment/Base %description java This package contains timezone information for use by Java runtimes. %prep %setup -q -c -a 1 mkdir javazic tar zxf %{SOURCE2} -C javazic pushd javazic %patch100 %patch101 %patch102 %patch103 %patch104 # Hack alert! sun.tools may be defined and installed in the # VM. In order to guarantee that we are using IcedTea/OpenJDK # for creating the zoneinfo files, rebase all the packages # from "sun." to "rht.". Unfortunately, gcj does not support # any of the -Xclasspath options, so we must go this route # to ensure the greatest compatibility. mv sun rht find . -type f -name '*.java' -print0 \ | xargs -0 -- sed -i -e 's:sun\.tools\.:rht.tools.:g' \ -e 's:sun\.util\.:rht.util.:g' popd tar xf %{SOURCE3} echo "%{name}%{tzdata_version}" >> VERSION %build FILES="africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward" mkdir zoneinfo/{,posix,right} zic -y ./yearistype -d zoneinfo -L /dev/null -p America/New_York $FILES zic -y ./yearistype -d zoneinfo/posix -L /dev/null $FILES zic -y ./yearistype -d zoneinfo/right -L leapseconds $FILES grep -v tz-art.htm tz-link.htm > tz-link.html # Java 6/7 tzdata pushd javazic javac -source 1.5 -target 1.5 -classpath . `find . -name \*.java` popd java -classpath javazic/ rht.tools.javazic.Main -V %{version} \ -d javazi \ $FILES javazic/tzdata_jdk/gmt javazic/tzdata_jdk/jdk11_backward %if %{with java18} # Java 8 tzdata pushd javazic-1.8 javac -source 1.7 -target 1.7 -classpath . `find . -name \*.java` popd java -classpath javazic-1.8 build.tools.tzdb.TzdbZoneRulesCompiler \ -srcdir . -dstfile tzdb.dat \ -verbose \ $FILES javazic-1.8/tzdata_jdk/gmt javazic-1.8/tzdata_jdk/jdk11_backward %endif %install rm -fr $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir} cp -prd zoneinfo $RPM_BUILD_ROOT%{_datadir} install -p -m 644 zone.tab iso3166.tab $RPM_BUILD_ROOT%{_datadir}/zoneinfo cp -prd javazi $RPM_BUILD_ROOT%{_datadir}/javazi %if %{with java18} mkdir -p $RPM_BUILD_ROOT%{_datadir}/javazi-1.8 install -p -m 644 tzdb.dat $RPM_BUILD_ROOT%{_datadir}/javazi-1.8/ %endif %clean rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_datadir}/zoneinfo %doc README %doc Theory %doc tz-link.html %files java %defattr(-,root,root) %{_datadir}/javazi %if %{with java18} %{_datadir}/javazi-1.8 %endif %changelog * Wed Jun 17 2015 Tomohiro "Tomo-p" KATO 2015e-1 - updated to 2015e. * Sun Jun 24 2012 Daisuke SUZUKI 2012c-1 - update to tzdata-2012c, tzcode-2012b * Sun Apr 17 2011 Shu KONNO 2010l-2 - rebuilt with rpm-4.8.1-3 * Sat Sep 04 2010 Ryoichi INAGAKI 2010l-1 - update to tzdata-2010l, tzcode-2010l - added java subpackage * Tue Apr 07 2009 Daisuke SUZUKI 2009d-1 - update to tzdata-2009d, tzcode-2009d - spec in utf-8 * Sun Apr 06 2008 Daisuke SUZUKI 2008b-1 - update to tzdata-2008b, tzcode-2008a * Sun May 06 2007 MATSUBAYASHI Kohji 2007d-1vl1 - initial build for VineSeed * Fri Mar 23 2007 Petr Machata - 2007d-1 - Upstream 2007d - Mongolia has abolished DST. - Turkey will use EU rules this year, changing at 01:00 UTC rather than 01:00 standard time. - Cuba observed DST starting Sunday. - Resolute, Nunavut switched from Central to Eastern time last November. * Mon Feb 26 2007 Petr Machata - 2007c-1 - Upstream 2007c - Pulaski County, Indiana, switched back to eastern time. - Turkey switches at 01:00 standard time, not at 01:00 UTC. - Upstream 2007b - Changes to the commentary in "leapseconds". - Upstream 2007a - Updates to Bahamas, they will be in sync with 2007 US DST change - New zone Australia/Eucla - Africa/Asmera renamed to Africa/Asmara, link created - Atlantic/Faeroe renamed to Atlantic/Faroe, link created * Wed Nov 29 2006 Petr Machata - 2006p-1 - Upstream 2006p - Covers changes from 2006m-2 and 2006m-3 - Latitude/longitude changes for Europe/Jersey and Europe/Podgorica * Wed Nov 22 2006 Petr Machata - 2006m-3 - Patch for Western Australia DST trial * Tue Oct 10 2006 Petr Machata - 2006m-2 - Proposed upstream patch (#210058) - Jordan will switch to winter time on October 27, not September 29 - Brazil's DST this year is the first Sunday in November to the last Sunday in February. (Thanks to Frederico A. C. Neves.) - ISO 3166 codes for Serbia and Montenegro, zone Europe/Podgorica - Commentary and past timestamps changes * Tue Oct 3 2006 Petr Machata - 2006m-1 - Upstream 2006m: - Adjustments for Egypt, Palestine, Uruguay - Better description of `until' field in zic (8) manpage * Thu Sep 21 2006 Petr Machata - 2006l-1 - Upstream 2006k, 2006l: - Adjustments for Egypt, Palestine, Cuba, Honduras - Documentation changes * Tue Aug 22 2006 Petr Machata - 2006j-1 - Upstream 2006j - Honduras stopped observing DST on Monday at 00:00 - America/Bermuda will follow the US's lead next year - America/Moncton will use US-style rules next year - New Zone America/Blanc-Sablon, for Canadians who observe AST all year - New zone: America/Atikokan instead of America/Coral_Harbour - New zones: Europe/Jersey, Europe/Guernsey, Europe/Isle_of_Man - Historical changes - Commentary updates - Upstream 2006i - localtime.c fixes - Upstream 2006h - zic leapsecond fix * Wed Jul 12 2006 Jesse Keating - 2006g-1.1 - rebuild * Thu May 11 2006 Petr Machata - 2006g-1 - Honduras chose to follow Guatemala and will observe DST May/6 to Sep/2 - Nicaragua updates * Tue May 2 2006 Petr Machata - 2006f-1 - Upstream 2006f - America/Guatemala observes DST between Apr/30 and Oct/1 - Historical changes for Nicaragua - Update of America/Indiana/Vincennes in zone table * Thu Apr 20 2006 Petr Machata - 2006d-1 - Upstream 2006d - Haiti observes DST - Sri Lanka change actually took effect Apr/15 - All Canada is now scheduled for 2007 US DST rules - Some historical fixes * Thu Apr 6 2006 Petr Machata - 2006c-1 - Upstream 2006c - Time-related changes: - dozens of historical and commentary changes - Iran stopped observing DST - Sri Lanka switches from UTC+6 to UTC+5:30 - America/Thule and America/Edmonton will adopt new US rules, starting 2007 - Tunisia is adopting regular DST - Code: - asctime.c: Chages in format strings to silent gcc warnings - removing K&R notation from function signatures - few fixes across the code * Thu Mar 16 2006 Petr Machata - 2006b-2 - Patch for Sri Lanka time zone change (#184514) * Wed Feb 22 2006 Petr Machata 2006b-1 - Upstream 2006b: - using tz64code version, as 32 is legacy according to tzdata ML - new manual pages for ctime, strftime, tzset - some source code reorganizations - no timezone/dst rule updates * Thu Feb 02 2006 Petr Machata 2006a-2 - Small changes in tst-timezone.c * Thu Feb 02 2006 Petr Machata 2006a-1 - Upstream 2006a: - private.h(scheck): changing char* to char const* - Rule changes for Palestine, zone changes for Indiana/US, both changes for Canada. - Many related doc changes. - Naming scheme in spec file doesn't use %%{name}, but tzdata. * Thu Jan 12 2006 Petr Machata 2005r-3 - 2005r-3 - Meta changes. Renaming tzdata.tar.bz2 file to tzdata$ver-base, so that it won't clash across updates. * Thu Jan 5 2006 Petr Machata 2005r-2 - 2005r - Zones EST, MST, HST, EST5EDT, CST6CDT, MST7MDT, PST8PDT moved to northamerica to guard against old files with obsolete information being left in the time zone binary directory. - Changes for countries that are supposed to join 2007 US DST change. This includes most of Canada, however entries already in the database (Alberta, British Columbia, Newfoundland, Northwest Territories, and Yukon) were left alone for the time being. - Fixes in zdump.c (abbrok): conditions are chained, and the string is checked for emptiness. * Sat Dec 17 2005 Jakub Jelinek 2005q-2 - 2005q - changes for Georgia, Azerbaijan, Jordan, Palestine, Cuba, Nicaragua - SystemV timezone changes * Wed Nov 2 2005 Jakub Jelinek 2005n-2 - 2005n - changes for Kyrgyzstan and Uruguay - fix a typo in the Makefile (used TZDATA env var instead of TZDIR during make check), update tst-timezone.c from glibc CVS (#172102) * Tue Sep 6 2005 Jakub Jelinek 2005m-2 - 2005m - changes for USA (extending DST by 4 weeks since 2007), Tunisia, Australia, Kazakhstan - historical timezone data changes for Japan, Poland, Northern Ireland and Mali - timezone name change for East Timor * Fri Jul 15 2005 Jakub Jelinek 2005k-2 - 2005k - leap seconds update * Sat Apr 30 2005 Jakub Jelinek 2005i-2 - 2005i - updates for Iran, Haiti and Nicaragua * Mon Apr 4 2005 Jakub Jelinek 2005h-2 - 2005h - fixes for Kazakhstan * Thu Mar 17 2005 Jakub Jelinek 2005g-2 - 2005g - fixes for Uruguay - include README and Theory from tzcode tarball in %{_docdir}; Theory includes a good summary of how the timezone data files are supposed to be named * Tue Mar 1 2005 Jakub Jelinek 2005f-2 - 2005f - more updates for Israel, updates for Azerbaijan * Wed Jan 26 2005 Jakub Jelinek 2005c-3 - 2005c - updates for Israel and Paraguay * Mon Nov 29 2004 Jakub Jelinek 2004g-1 - 2004g (#141107) - updates for Cuba * Mon Oct 11 2004 Jakub Jelinek 2004e-2 - 2004e (#135194) - updates for Brazil, Uruguay and Argentina * Wed Aug 4 2004 Jakub Jelinek 2004b-2 - 2004b * Mon Oct 6 2003 Jakub Jelinek 2003d-1 - 2003d * Thu Sep 25 2003 Jakub Jelinek 2003c-1 - 2003c - updates for Brazil (#104840) * Mon Jul 28 2003 Jakub Jelinek 2003a-2 - rebuilt * Mon Jul 28 2003 Jakub Jelinek 2003a-1 - initial package