|
@@ -1,10 +1,10 @@
|
|
Summary: Timezone data
|
|
Summary: Timezone data
|
|
Summary(ja): タイムゾーンのデータ
|
|
Summary(ja): タイムゾーンのデータ
|
|
Name: tzdata
|
|
Name: tzdata
|
|
-Version: 2010l
|
|
|
|
-%define tzdata_version 2010l
|
|
|
|
-%define tzcode_version 2010l
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 2012c
|
|
|
|
+%define tzdata_version 2012c
|
|
|
|
+%define tzcode_version 2012b
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
License: Public Domain
|
|
License: Public Domain
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
@@ -16,11 +16,12 @@ URL: ftp://elsie.nci.nih.gov/pub/
|
|
# final zoneinfo files.
|
|
# final zoneinfo files.
|
|
Source0: tzdata-base-0.tar.bz2
|
|
Source0: tzdata-base-0.tar.bz2
|
|
# These are official upstream.
|
|
# These are official upstream.
|
|
-Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{tzdata_version}.tar.gz
|
|
|
|
-Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_version}.tar.gz
|
|
|
|
|
|
+Source1: ftp://munnari.oz.au/pub/tzdata%{tzdata_version}.tar.gz
|
|
|
|
+Source2: ftp://munnari.oz.au/pub/tzcode%{tzcode_version}.tar.gz
|
|
Source3: javazic.tar.gz
|
|
Source3: javazic.tar.gz
|
|
|
|
|
|
-Patch0: javazic-fixup.patch
|
|
|
|
|
|
+Patch100: javazic-fixup.patch
|
|
|
|
+Patch101: javazic-exclusion-fix.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -58,7 +59,8 @@ sed -e 's|@objpfx@|'`pwd`'/obj/|' \
|
|
mkdir javazic
|
|
mkdir javazic
|
|
tar zxf %{SOURCE3} -C javazic
|
|
tar zxf %{SOURCE3} -C javazic
|
|
pushd javazic
|
|
pushd javazic
|
|
-%patch0
|
|
|
|
|
|
+%patch100
|
|
|
|
+%patch101
|
|
|
|
|
|
# Hack alert! sun.tools may be defined and installed in the
|
|
# Hack alert! sun.tools may be defined and installed in the
|
|
# VM. In order to guarantee that we are using IcedTea/OpenJDK
|
|
# VM. In order to guarantee that we are using IcedTea/OpenJDK
|
|
@@ -118,6 +120,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
%{_datadir}/javazi
|
|
%{_datadir}/javazi
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2012c-1
|
|
|
|
+- update to tzdata-2012c, tzcode-2012b
|
|
|
|
+
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2010l-2
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 2010l-2
|
|
- rebuilt with rpm-4.8.1-3
|
|
- rebuilt with rpm-4.8.1-3
|
|
|
|
|