forked from pool/timezone
This commit is contained in:
parent
008e1c6309
commit
9a8c55a86a
@ -1,10 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 11:56:59 CEST 2009 - dmueller@suse.de
|
||||
|
||||
- update to 2009k/l:
|
||||
* DST changes: Africa/Cairo, Asia/Amman, Asia/Dacca,
|
||||
Asia/Dhaka, Asia/Gaza, Asia/Karachi, Egypt, Indian/Mauritius
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||
|
||||
|
@ -1,69 +0,0 @@
|
||||
#
|
||||
# spec file for package timezone-java (Version 2008h)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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
|
||||
Version: 2009l
|
||||
Release: 1
|
||||
%define tzcode_version 2009k
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: tzcode%{tzcode_version}.tar.gz
|
||||
# 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
|
||||
* Mon Sep 29 2008 mvyskocil@suse.cz
|
||||
- Moved the timezone-java to separate specfile (adrian's request for better
|
||||
bootstrapping of SUSE)
|
@ -1,9 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 11:56:59 CEST 2009 - dmueller@suse.de
|
||||
Tue Sep 8 16:43:50 CEST 2009 - pbaudis@suse.cz
|
||||
|
||||
- update to 2009k/l:
|
||||
* DST changes: Africa/Cairo, Asia/Amman, Asia/Dacca,
|
||||
Asia/Dhaka, Asia/Gaza, Asia/Karachi, Egypt, Indian/Mauritius
|
||||
- update data to 2009m:
|
||||
* DST changes: Africa/Cairo, Indian/Mauritius, Asia/Dhaka,
|
||||
Asia/Karachi, Asia/Gaza, Pacific/Apia
|
||||
* Fix bad DST information since 2002: Asia/Amman
|
||||
- update code to 2009k:
|
||||
* zic tried to generate wrong POSIX tz string in a pathological case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||
|
@ -25,11 +25,10 @@ Group: System/Base
|
||||
Url: http://www.gnu.org/software/libc/libc.html
|
||||
PreReq: filesystem, coreutils
|
||||
# COMMON-BEGIN
|
||||
Version: 2009l
|
||||
Release: 1
|
||||
%define tzcode_version 2009k
|
||||
Version: 2009m
|
||||
Release: 3
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: tzcode%{tzcode_version}.tar.gz
|
||||
Source1: tzcode2009k.tar.gz
|
||||
# COMMON-END
|
||||
Patch0: tzdata-china.diff
|
||||
Patch1: tzcode-zic.diff
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0caab89a45261137f38f61d19329fffe0e45e2c6d6e7a9b70ebef37c0fdde5f
|
||||
size 180137
|
3
tzdata2009m.tar.gz
Normal file
3
tzdata2009m.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7609980204940ceaf74b5a48d15ea0c079eaec627e149cf3d986cfed268881fe
|
||||
size 180717
|
Loading…
Reference in New Issue
Block a user