forked from pool/timezone
Accepting request 37208 from Base:System
checked in (request 37208) OBS-URL: https://build.opensuse.org/request/show/37208 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=23
This commit is contained in:
parent
88422af089
commit
6713e82084
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 14 13:04:16 UTC 2010 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update to 2010u, including Chile's emergency DST changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
||||||
|
|
||||||
|
- update tzdata to 2009u:
|
||||||
|
* DST changes: Asia/Damascus, Asia/Dhaka, Pacific/Fiji
|
||||||
|
* GMT offset changes: some bases in Antartica
|
||||||
|
* New zones: Asia/Novokuznetsk
|
||||||
|
* Historical changes: Asia/Hong_Kong
|
||||||
|
- typo fix in Asia/Dhaka Jun 2009 transition rule
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 8 22:53:36 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 19:14:45 UTC 2009 - coolo@novell.com
|
Tue Nov 3 19:14:45 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
65
timezone-java.spec
Normal file
65
timezone-java.spec
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
#
|
||||||
|
# spec file for package timezone-java (Version 2010e)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2010 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: 2010e
|
||||||
|
Release: 1
|
||||||
|
Source: tzdata%{version}.tar.gz
|
||||||
|
Source1: tzcode2010c.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,26 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 6 15:55:48 CEST 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- update tzdata to 2010h:
|
|
||||||
|
|
||||||
* DST changes: Asia/Dhaka (again...), Asia/Karachi, Asia/Gaza,
|
|
||||||
Asia/Damascus, Pacific/Apia, Africa/Tunis
|
|
||||||
* GMT offset changes: Europe/Samara, Asia/Kamchatka, Asia/Anadyr
|
|
||||||
* Various Antarctica timezone changes
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 18 17:07:37 CET 2010 - pbaudis@suse.cz
|
|
||||||
|
|
||||||
- cleanup; changes since 2009u are:
|
|
||||||
* DST changes: Asia/Dhaka (yet again), Pacific/Fiji, Pacific/Apia,
|
|
||||||
America/Santiago, Pacific/Easter, America/Asuncion
|
|
||||||
* New zones: America/Matamoros, America/Ojinaga, America/Santa_Isabel
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 14 13:04:16 UTC 2010 - crrodriguez@opensuse.org
|
Sun Mar 14 13:04:16 UTC 2010 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
- Update to 2010e, including Chile's emergency DST changes
|
- Update to 2010u, including Chile's emergency DST changes
|
||||||
- Update code to 2010c - mostly just cleanups
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone (Version 2009p)
|
# spec file for package timezone (Version 2010e)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ Group: System/Base
|
|||||||
Url: http://www.gnu.org/software/libc/libc.html
|
Url: http://www.gnu.org/software/libc/libc.html
|
||||||
PreReq: filesystem, coreutils
|
PreReq: filesystem, coreutils
|
||||||
# COMMON-BEGIN
|
# COMMON-BEGIN
|
||||||
Version: 2010h
|
Version: 2010e
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: tzdata%{version}.tar.gz
|
Source: tzdata%{version}.tar.gz
|
||||||
Source1: tzcode2010c.tar.gz
|
Source1: tzcode2010c.tar.gz
|
||||||
@ -34,6 +34,7 @@ Patch0: tzdata-china.diff
|
|||||||
Patch1: tzcode-zic.diff
|
Patch1: tzcode-zic.diff
|
||||||
Patch2: tzcode-ksh.diff
|
Patch2: tzcode-ksh.diff
|
||||||
Patch3: iso3166-uk.diff
|
Patch3: iso3166-uk.diff
|
||||||
|
#Patch4: tzdata-dhaka.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%global AREA Etc
|
%global AREA Etc
|
||||||
%global ZONE UTC
|
%global ZONE UTC
|
||||||
@ -50,6 +51,7 @@ can select an appropriate time zone for your system with YaST.
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
|
#%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset ${!LC_*}
|
unset ${!LC_*}
|
||||||
|
3
tzdata2010e.tar.gz
Normal file
3
tzdata2010e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09ebe8787560ef0a0b8b27a115d0d79d4b9e4ed9d48e768426c59ad18b73abd6
|
||||||
|
size 187452
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d
|
|
||||||
size 188402
|
|
Loading…
x
Reference in New Issue
Block a user