SHA256
3
0
forked from pool/timezone
timezone/timezone-java.spec
Dirk Mueller 8d73e44063 - update to 2011k:
* Palestine suspends DST during Ramadan in 2011;
    Gaza and Hebron split in 2011, leading to a new
    Asia/Hebron zone (thanks to Steffen Thorsen and
    Alexander Krivenshev).
  * Belarus adopts permanent DST in 2011
    (thanks to Yauhen Kharuzhy, Alexander Bokovoy,
    Alexander Krivenyshev, and Kirill A. Shutemov).
  * Ukraine adopts permanent DST in 2011
  * "Russia" rules changed to reflect end of use in 2010.
  * "FET" used as abbreviation for Belarus, Ukraine,
    and western Russia (thanks to Paul Eggert).

- update to 2011k:
  * Palestine suspends DST during Ramadan in 2011;
    Gaza and Hebron split in 2011, leading to a new
    Asia/Hebron zone (thanks to Steffen Thorsen and
    Alexander Krivenshev).
  * Belarus adopts permanent DST in 2011
    (thanks to Yauhen Kharuzhy, Alexander Bokovoy,
    Alexander Krivenyshev, and Kirill A. Shutemov).
  * Ukraine adopts permanent DST in 2011
  * "Russia" rules changed to reflect end of use in 2010.
  * "FET" used as abbreviation for Belarus, Ukraine,
    and western Russia (thanks to Paul Eggert).

OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=57
2011-10-02 14:54:56 +00:00

66 lines
2.0 KiB
RPMSpec

#
# spec file for package timezone-java
#
# Copyright (c) 2011 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: 2011k
Release: 1
Source: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
Source1: ftp://elsie.nci.nih.gov/pub/tzcode2011i.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