forked from pool/timezone
Accepting request 150809 from Base:System
- Define TM_GMTOFF and TM_ZONE like glibc did (forwarded request 150784 from AndreasSchwab) OBS-URL: https://build.opensuse.org/request/show/150809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=70
This commit is contained in:
parent
b03bc40b1b
commit
067ce6ce4b
@ -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
|
Mon Nov 5 12:06:12 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone-java
|
# 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
|
# 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
|
||||||
|
@ -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
|
# 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
|
||||||
@ -15,13 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: timezone-java
|
Name: timezone-java
|
||||||
BuildRequires: fastjar gcc-gij javazic
|
BuildRequires: fastjar
|
||||||
License: BSD-3-Clause and SUSE-Public-Domain
|
BuildRequires: gcc-gij
|
||||||
|
BuildRequires: javazic
|
||||||
Summary: Timezone Descriptions
|
Summary: Timezone Descriptions
|
||||||
|
License: BSD-3-Clause and SUSE-Public-Domain
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
# COMMON-BEGIN
|
# COMMON-BEGIN
|
||||||
# COMMON-END
|
# COMMON-END
|
||||||
@ -59,6 +59,3 @@ cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|||||||
%{_datadir}/javazi
|
%{_datadir}/javazi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 29 2008 mvyskocil@suse.cz
|
|
||||||
- Moved the timezone-java to separate specfile (adrian's request for better
|
|
||||||
bootstrapping of SUSE)
|
|
||||||
|
@ -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
|
Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone
|
# 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
|
# 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
|
||||||
@ -63,7 +63,7 @@ LC_ALL=POSIX
|
|||||||
AREA=%{AREA}
|
AREA=%{AREA}
|
||||||
ZONE=%{ZONE}
|
ZONE=%{ZONE}
|
||||||
export AREA LANG LC_ALL 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
|
make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones
|
||||||
# Generate posixrules
|
# Generate posixrules
|
||||||
./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}
|
./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}
|
||||||
|
Loading…
Reference in New Issue
Block a user