2010-09-21 16:18:59 +02:00
|
|
|
#
|
2011-03-12 11:10:11 +01:00
|
|
|
# spec file for package timezone-java (Version 2008h)
|
2010-09-21 16:18:59 +02:00
|
|
|
#
|
2011-03-12 11:10:11 +01:00
|
|
|
# Copyright (c) 2008 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
|
|
|
|
Name: timezone-java
|
|
|
|
BuildRequires: fastjar gcc-gij javazic
|
|
|
|
License: Public Domain, Freeware
|
|
|
|
Summary: Timezone Descriptions
|
|
|
|
Group: System/Base
|
|
|
|
# COMMON-BEGIN
|
|
|
|
# COMMON-BEGIN
|
2011-03-12 11:10:11 +01:00
|
|
|
Version: 2011c
|
2010-09-21 18:21:55 +02:00
|
|
|
Release: 1
|
2010-09-21 16:18:59 +02:00
|
|
|
Source: tzdata%{version}.tar.gz
|
2011-02-16 00:51:54 +01:00
|
|
|
Source1: tzcode%version.tar.gz
|
2010-09-21 16:18:59 +02:00
|
|
|
# COMMON-END
|
|
|
|
# COMMON-END
|
|
|
|
Url: http://www.gnu.org/software/libc/libc.html
|
|
|
|
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
|
|
|
|
%setup -c
|
|
|
|
|
|
|
|
%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
|
2011-03-12 11:10:11 +01:00
|
|
|
* Mon Sep 29 2008 mvyskocil@suse.cz
|
|
|
|
- Moved the timezone-java to separate specfile (adrian's request for better
|
|
|
|
bootstrapping of SUSE)
|