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
|
|
|
#
|
2013-02-02 17:10:22 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products 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
|
2012-03-03 11:48:01 +01:00
|
|
|
BuildRequires: fastjar
|
|
|
|
BuildRequires: gcc-gij
|
|
|
|
BuildRequires: javazic
|
2010-09-21 16:18:59 +02:00
|
|
|
Summary: Timezone 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
|
2013-07-08 18:54:13 +02:00
|
|
|
Version: 2013d
|
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
|
2011-10-25 14:48:33 +02:00
|
|
|
Patch0: tzdata-china.diff
|
|
|
|
Patch1: tzcode-zic.diff
|
|
|
|
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}
|
|
|
|
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
|
|
|
|
%patch0
|
|
|
|
%patch1
|
|
|
|
%patch3
|
2012-09-13 17:08:10 +02:00
|
|
|
%if 0%{?suse_version} < 1220
|
2011-10-25 14:48:33 +02:00
|
|
|
%patch4
|
2012-09-13 17:08:10 +02:00
|
|
|
%else
|
|
|
|
%patch5 -p1
|
|
|
|
%endif
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-PREP-END
|
|
|
|
# COMMON-PREP-END
|
2010-09-21 16:18:59 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
gij -jar %{_javadir}/javazic.jar -V %{version} \
|
|
|
|
-d javazi \
|
|
|
|
africa antarctica asia australasia europe northamerica pacificnew \
|
|
|
|
southamerica backward etcetera solar87 solar88 solar89 systemv \
|
|
|
|
%{_datadir}/javazic/tzdata_jdk/gmt \
|
|
|
|
%{_datadir}/javazic/tzdata_jdk/jdk11_backward
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
|
|
|
|
cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/javazi
|
|
|
|
|
|
|
|
%changelog
|