|
@@ -3,15 +3,18 @@
|
|
|
Summary: Timezone data
|
|
|
Summary(ja): タイムゾーンのデータ
|
|
|
Name: tzdata
|
|
|
-Version: 2016e
|
|
|
-%define tzdata_version 2016e
|
|
|
-%define tzcode_version 2016e
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Version: 2016f
|
|
|
+%define tzdata_version 2016f
|
|
|
+%define tzcode_version 2016f
|
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
License: Public Domain
|
|
|
Group: System Environment/Base
|
|
|
URL: https://www.iana.org/time-zones
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+
|
|
|
# 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
|
|
@@ -27,7 +30,7 @@ Patch104: 7133138.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildArch: noarch
|
|
|
BuildRequires: gawk, glibc, perl
|
|
|
-BuildRequires: java-devel
|
|
|
+BuildRequires: java-1.8.0-openjdk-devel
|
|
|
BuildRequires: glibc-common >= 2.5.90-7
|
|
|
Conflicts: glibc-common <= 2.3.2-63
|
|
|
|
|
@@ -139,6 +142,13 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jul 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2016f-2
|
|
|
+- fixed changelog.
|
|
|
+- added Vendor and Distribution tag.
|
|
|
+
|
|
|
+* Thu Jul 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2016f-1
|
|
|
+- updated to 2016f.
|
|
|
+
|
|
|
* Sun Jun 19 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2016e-1
|
|
|
- updated to 2016e.
|
|
|
- enabled java18 stuff.
|