SHA256
3
0
forked from pool/timezone

Accepting request 150784 from home:AndreasSchwab:ff

- Define TM_GMTOFF and TM_ZONE like glibc did

OBS-URL: https://build.opensuse.org/request/show/150784
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=99
This commit is contained in:
Marcus Meissner 2013-02-02 16:10:22 +00:00 committed by Git OBS Bridge
parent 4b723d5e19
commit da3ac4706c
5 changed files with 25 additions and 12 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Feb 1 20:22:12 UTC 2013 - schwab@linux-m68k.org
- Define TM_GMTOFF and TM_ZONE like glibc did
-------------------------------------------------------------------
Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com
- update to 2012j:
* Libya moved to CET this weekend, but with DST planned next year
-------------------------------------------------------------------
Mon Nov 5 12:06:12 UTC 2012 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package timezone-java
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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

View File

@ -1,7 +1,7 @@
#
# spec file for package timezone-java (Version 2008h)
# spec file for package timezone-java
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -15,13 +15,13 @@
# 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
BuildRequires: fastjar
BuildRequires: gcc-gij
BuildRequires: javazic
Summary: Timezone Descriptions
License: BSD-3-Clause and SUSE-Public-Domain
Group: System/Base
# COMMON-BEGIN
# COMMON-END
@ -59,6 +59,3 @@ cp -a javazi $RPM_BUILD_ROOT%{_datadir}
%{_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)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 1 20:22:12 UTC 2013 - schwab@linux-m68k.org
- Define TM_GMTOFF and TM_ZONE like glibc did
-------------------------------------------------------------------
Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package timezone
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -63,7 +63,7 @@ LC_ALL=POSIX
AREA=%{AREA}
ZONE=%{ZONE}
export AREA LANG LC_ALL ZONE
make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"'" AWK=awk
make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone" AWK=awk
make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones
# Generate posixrules
./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}