forked from pool/timezone
checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=7
This commit is contained in:
parent
9a8c55a86a
commit
4454748d21
65
timezone-java.spec
Normal file
65
timezone-java.spec
Normal file
@ -0,0 +1,65 @@
|
||||
#
|
||||
# spec file for package timezone-java (Version 2009d)
|
||||
#
|
||||
# Copyright (c) 2009 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: 2009d
|
||||
Release: 3
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: 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
|
@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 16:43:50 CEST 2009 - pbaudis@suse.cz
|
||||
|
||||
- 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,10 +25,10 @@ Group: System/Base
|
||||
Url: http://www.gnu.org/software/libc/libc.html
|
||||
PreReq: filesystem, coreutils
|
||||
# COMMON-BEGIN
|
||||
Version: 2009m
|
||||
Version: 2009d
|
||||
Release: 3
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: tzcode2009k.tar.gz
|
||||
Source1: tzcode%{version}.tar.gz
|
||||
# COMMON-END
|
||||
Patch0: tzdata-china.diff
|
||||
Patch1: tzcode-zic.diff
|
||||
|
3
tzcode2009d.tar.gz
Normal file
3
tzcode2009d.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e914ff7d4593030531dd5b73ca5a71d7c0f5d52cb6096f7d6b1d5f720c4bee0
|
||||
size 190134
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2581f4ce19b11e4218ad0b2859679485af1cefe036f52643c8fb20024c8f5d45
|
||||
size 190353
|
3
tzdata2009d.tar.gz
Normal file
3
tzdata2009d.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f884ff8af90824cac55786e4b3a6048af10702a5f15036bf55f33d74704ad102
|
||||
size 176911
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7609980204940ceaf74b5a48d15ea0c079eaec627e149cf3d986cfed268881fe
|
||||
size 180717
|
Loading…
Reference in New Issue
Block a user