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
|
|
|
#
|
2017-03-01 09:28:38 +01:00
|
|
|
# Copyright (c) 2017 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
|
2017-09-19 10:51:28 +02:00
|
|
|
BuildRequires: java-devel
|
|
|
|
BuildConflicts: java-devel >= 1.8
|
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
|
2017-03-22 09:19:12 +01:00
|
|
|
Version: 2017b
|
2012-03-03 11:48:01 +01:00
|
|
|
Release: 0
|
2016-11-03 09:22:41 +01:00
|
|
|
Source: https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz
|
|
|
|
Source1: https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz
|
|
|
|
Source2: https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz.asc
|
|
|
|
Source3: https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz.asc
|
|
|
|
Source4: %{name}.keyring
|
2016-09-28 21:42:26 +02:00
|
|
|
Source5: %{name}.changes
|
2011-10-25 14:48:33 +02:00
|
|
|
Patch0: tzdata-china.diff
|
|
|
|
Patch3: iso3166-uk.diff
|
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
|
2013-10-02 10:08:58 +02:00
|
|
|
%patch0 -p1
|
|
|
|
%patch3 -p1
|
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
|