Summary: Timezone data Name: tzdata Version: 2006a Release: 1 License: GPL Group: System Environment/Base Source0: tzdata%{version}-base.tar.bz2 Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz Buildroot: /var/tmp/tzdata-root BuildRequires: gawk, glibc, glibc-common, perl Conflicts: glibc-common <= 2.3.2-63 BuildArchitectures: noarch %description This package contains data files with rules for various timezones around the world. %prep %setup -n tzdata mkdir %{name}%{version} tar xzf %{SOURCE1} -C %{name}%{version} mkdir tzcode%{version} tar xzf %{SOURCE2} -C tzcode%{version} %build sed -e 's|@objpfx@|'`pwd`'/obj/|' \ -e 's|@datadir@|%{_datadir}|' \ -e 's|@install_root@|%{buildroot}|' \ Makeconfig.in > Makeconfig make grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html %install make install echo ====================TESTING========================= make check echo ====================TESTING END===================== %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_datadir}/zoneinfo %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html %changelog * 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