SHA256
1
0
forked from pool/timezone
timezone/timezone-java.spec.in
Stephan Kulow 18482c3d83 Accepting request 112243 from Base:System
- update to 2012c:
  * Morocco DST starts late April 2012
  * Changes for Gaza, Hebron and Syria (for 2012)
  * Haiti now follows US/Canada rules regarding DST

- adjust license to spdx.org format (bnc#752642)

- update to 2012b (bnc#748550):
  * Cuba has delayed start of DST by 3 weeks
  (now starts April 1 rather than March 11
  * Chile 2011/2012 and 2012/2013 summer time date adjustments.
  * Falkland Islands onto permanent summer time (we're assuming for the
    foreseeable future, though 2012 is all we're fairly certain of.)
  * Armenia has abolished Summer Time.
  * Tokelau jumped the International Date Line back last December
    (just the same as their near neighbour, Samoa).
  * America/Creston is a new zone for a small area of British Columbia
  * There will be a leapsecod 2012-06-30 23:59:60 UTC.

- update to 2012c:
  * Morocco DST starts late April 2012
  * Changes for Gaza, Hebron and Syria (for 2012)
  * Haiti now follows US/Canada rules regarding DST

- adjust license to spdx.org format (bnc#752642)

- update to 2012b (bnc#748550):
  * Cuba has delayed start of DST by 3 weeks
  (now starts April 1 rather than March 11
  * Chile 2011/2012 and 2012/2013 summer time date adjustments.

OBS-URL: https://build.opensuse.org/request/show/112243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=59
2012-04-03 15:39:06 +00:00

65 lines
2.0 KiB
RPMSpec

#
# 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: BSD-3-Clause and SUSE-Public-Domain
Summary: Timezone Descriptions
Group: System/Base
# COMMON-BEGIN
# 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 -a 1
# COMMON-PREP-BEGIN
# COMMON-PREP-END
%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)