|
@@ -1,11 +1,11 @@
|
|
Summary: Timezone data
|
|
Summary: Timezone data
|
|
Summary(ja): タイムゾーンのデータ
|
|
Summary(ja): タイムゾーンのデータ
|
|
Name: tzdata
|
|
Name: tzdata
|
|
-Version: 2019c
|
|
|
|
-%define tzdata_version 2019c
|
|
|
|
-%define tzcode_version 2019c
|
|
|
|
|
|
+Version: 2021a
|
|
|
|
+%define tzdata_version 2021a
|
|
|
|
+%define tzcode_version 2021a
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-Group: System Environment/Base
|
|
|
|
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -32,7 +32,6 @@ BuildRequires: java-1.8.0-openjdk-devel
|
|
BuildRequires: glibc-common >= 2.5.90-7
|
|
BuildRequires: glibc-common >= 2.5.90-7
|
|
Conflicts: glibc-common <= 2.3.2-63
|
|
Conflicts: glibc-common <= 2.3.2-63
|
|
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
This package contains data files with rules for various timezones around
|
|
This package contains data files with rules for various timezones around
|
|
the world.
|
|
the world.
|
|
@@ -40,9 +39,10 @@ the world.
|
|
%description -l ja
|
|
%description -l ja
|
|
このパッケージには世界中のタイムゾーンに関するデータファイルが収録されています.
|
|
このパッケージには世界中のタイムゾーンに関するデータファイルが収録されています.
|
|
|
|
|
|
|
|
+
|
|
%package java
|
|
%package java
|
|
Summary: Timezone data for Java
|
|
Summary: Timezone data for Java
|
|
-Group: System Environment/Base
|
|
|
|
|
|
+Group: system
|
|
|
|
|
|
%description java
|
|
%description java
|
|
This package contains timezone information for use by Java runtimes.
|
|
This package contains timezone information for use by Java runtimes.
|
|
@@ -90,10 +90,11 @@ echo "%{name}%{tzdata_version}" >> VERSION
|
|
|
|
|
|
%build
|
|
%build
|
|
# Run make to create the tzdata.zi file
|
|
# Run make to create the tzdata.zi file
|
|
|
|
+rm tzdata.zi
|
|
make tzdata.zi
|
|
make tzdata.zi
|
|
|
|
|
|
FILES="africa antarctica asia australasia europe northamerica southamerica
|
|
FILES="africa antarctica asia australasia europe northamerica southamerica
|
|
- pacificnew etcetera backward"
|
|
|
|
|
|
+ etcetera backward factory"
|
|
|
|
|
|
mkdir zoneinfo/{,posix,right}
|
|
mkdir zoneinfo/{,posix,right}
|
|
zic -y ./yearistype -d zoneinfo -L /dev/null -p America/New_York $FILES
|
|
zic -y ./yearistype -d zoneinfo -L /dev/null -p America/New_York $FILES
|
|
@@ -153,6 +154,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
%{_datadir}/javazi-1.8
|
|
%{_datadir}/javazi-1.8
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2021a-1
|
|
|
|
+- updated to 2021a.
|
|
|
|
+
|
|
* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2019c-1
|
|
* Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2019c-1
|
|
- updated to 2019c.
|
|
- updated to 2019c.
|
|
|
|
|