2010-09-21 16:18:59 +02:00
|
|
|
#
|
2011-09-05 17:56:03 +02:00
|
|
|
# spec file for package timezone-java
|
2010-09-21 16:18:59 +02:00
|
|
|
#
|
2016-01-28 08:43:49 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-09-21 16:18:59 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: timezone-java
|
2014-11-24 11:10:38 +01:00
|
|
|
BuildRequires: java-bootstrap
|
2012-03-03 11:48:01 +01:00
|
|
|
BuildRequires: javazic
|
2014-11-24 11:10:38 +01:00
|
|
|
BuildRequires: tzdb
|
2014-09-28 09:01:13 +02:00
|
|
|
Summary: Time Zone Descriptions
|
2012-04-02 16:20:52 +02:00
|
|
|
License: BSD-3-Clause and SUSE-Public-Domain
|
2010-09-21 16:18:59 +02:00
|
|
|
Group: System/Base
|
|
|
|
# COMMON-BEGIN
|
|
|
|
# COMMON-BEGIN
|
2016-04-18 20:17:54 +02:00
|
|
|
Version: 2016d
|
2012-03-03 11:48:01 +01:00
|
|
|
Release: 0
|
2012-07-24 21:01:27 +02:00
|
|
|
Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
|
2012-08-06 12:53:20 +02:00
|
|
|
Source1: ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
|
2014-09-28 09:01:13 +02:00
|
|
|
Source2: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz.asc
|
|
|
|
Source3: ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz.asc
|
|
|
|
# http://sks.mrball.net/pks/lookup?op=get&search=0xED97E90E62AA7E34
|
|
|
|
Source4: timezone.keyring
|
2016-03-18 11:09:33 +01:00
|
|
|
Patch100: tzcode-revert-01-8c9cb9580.patch
|
|
|
|
Patch101: tzcode-revert-02-301f794f3.patch
|
|
|
|
Patch102: tzcode-revert-03-39fd078a6.patch
|
2011-10-25 14:48:33 +02:00
|
|
|
Patch0: tzdata-china.diff
|
|
|
|
Patch1: tzcode-zic.diff
|
2013-10-23 09:37:26 +02:00
|
|
|
# PATCH-FIX-OPENSUSE bnc#845530
|
|
|
|
Patch2: tzcode-fromname.patch
|
2011-10-25 14:48:33 +02:00
|
|
|
Patch3: iso3166-uk.diff
|
|
|
|
Patch4: tzcode-link.diff
|
2012-09-13 17:08:10 +02:00
|
|
|
Patch5: tzcode-symlink.patch
|
2010-09-21 16:18:59 +02:00
|
|
|
# COMMON-END
|
|
|
|
# COMMON-END
|
2012-10-27 12:40:46 +02:00
|
|
|
Url: http://www.gnu.org/software/libc/libc.html
|
2010-09-21 16:18:59 +02:00
|
|
|
PreReq: filesystem, coreutils
|
|
|
|
BuildArch: noarch
|
|
|
|
Provides: tzdata-java = %{version}-%{release}
|
2014-11-24 11:10:38 +01:00
|
|
|
Provides: tzdata-java8 = %{version}-%{release}
|
2010-09-21 16:18:59 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
These are configuration files that describe available time zones - this
|
|
|
|
package is intended for Java Virtual Machine based on OpenJDK.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2011-10-25 17:23:22 +02:00
|
|
|
%setup -c -a 1
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-PREP-BEGIN
|
|
|
|
# COMMON-PREP-BEGIN
|
2016-03-18 11:09:33 +01:00
|
|
|
%patch100 -p1 -R
|
|
|
|
%patch101 -p1 -R
|
|
|
|
%patch102 -p1 -R
|
2013-10-02 10:08:58 +02:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
2013-10-23 09:37:26 +02:00
|
|
|
%patch2 -p1
|
2013-10-02 10:08:58 +02:00
|
|
|
%patch3 -p1
|
2012-09-13 17:08:10 +02:00
|
|
|
%if 0%{?suse_version} < 1220
|
2013-10-02 10:08:58 +02:00
|
|
|
%patch4 -p1
|
2012-09-13 17:08:10 +02:00
|
|
|
%else
|
|
|
|
%patch5 -p1
|
|
|
|
%endif
|
2013-10-23 09:37:26 +02:00
|
|
|
sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-PREP-END
|
|
|
|
# COMMON-PREP-END
|
2010-09-21 16:18:59 +02:00
|
|
|
|
2014-11-24 11:10:38 +01:00
|
|
|
echo "tzdata%{version}" >> VERSION
|
|
|
|
|
2010-09-21 16:18:59 +02:00
|
|
|
%build
|
2014-11-24 11:10:38 +01:00
|
|
|
# Java 6/7 data
|
|
|
|
java -jar %{_javadir}/javazic.jar -V %{version} \
|
|
|
|
-d javazi \
|
|
|
|
africa antarctica asia australasia europe northamerica pacificnew \
|
|
|
|
southamerica backward etcetera systemv \
|
|
|
|
%{_datadir}/javazic/tzdata_jdk/gmt \
|
|
|
|
%{_datadir}/javazic/tzdata_jdk/jdk11_backward
|
|
|
|
# Java 8/9 data
|
|
|
|
java -jar %{_javadir}/tzdb.jar \
|
|
|
|
-srcdir . -dstfile javazi/tzdb.dat \
|
|
|
|
africa antarctica asia australasia europe northamerica pacificnew \
|
|
|
|
southamerica backward etcetera systemv \
|
|
|
|
%{_datadir}/tzdb/tzdata_jdk/gmt \
|
|
|
|
%{_datadir}/tzdb/tzdata_jdk/jdk11_backward
|
2010-09-21 16:18:59 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
|
|
|
|
cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/javazi
|
|
|
|
|
|
|
|
%changelog
|