2007-08-09 12:05:51 +02:00
|
|
|
#
|
2011-02-18 13:23:56 +01:00
|
|
|
# spec file for package timezone
|
2007-08-09 12:05:51 +02:00
|
|
|
#
|
2018-01-16 23:40:14 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-08-09 12:05:51 +02:00
|
|
|
#
|
2008-09-24 17:38:31 +02:00
|
|
|
# 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.
|
|
|
|
|
2007-08-09 12:05:51 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-04-06 09:06:08 +02:00
|
|
|
|
2007-08-09 12:05:51 +02:00
|
|
|
Name: timezone
|
2014-09-28 09:01:13 +02:00
|
|
|
Summary: Time Zone Descriptions
|
2012-04-02 16:20:52 +02:00
|
|
|
License: BSD-3-Clause and SUSE-Public-Domain
|
2007-08-09 12:05:51 +02:00
|
|
|
Group: System/Base
|
2012-09-15 17:47:32 +02:00
|
|
|
Url: http://www.iana.org/time-zones
|
2008-10-23 12:31:58 +02:00
|
|
|
PreReq: filesystem, coreutils
|
2008-12-03 16:46:21 +01:00
|
|
|
# COMMON-BEGIN
|
2018-05-04 08:03:14 +02:00
|
|
|
Version: 2018c
|
2012-03-03 11:48:01 +01:00
|
|
|
Release: 0
|
2016-11-03 09:22:41 +01:00
|
|
|
Source: https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz
|
|
|
|
Source1: https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz
|
|
|
|
Source2: https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz.asc
|
|
|
|
Source3: https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz.asc
|
|
|
|
Source4: %{name}.keyring
|
2016-09-28 21:42:26 +02:00
|
|
|
Source5: %{name}.changes
|
2007-08-09 12:05:51 +02:00
|
|
|
Patch0: tzdata-china.diff
|
2009-10-27 16:41:55 +01:00
|
|
|
Patch3: iso3166-uk.diff
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-END
|
2008-12-03 16:46:21 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2015-04-11 09:54:18 +02:00
|
|
|
|
2009-04-24 01:12:06 +02:00
|
|
|
%global AREA Etc
|
|
|
|
%global ZONE UTC
|
2007-08-09 12:05:51 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
These are configuration files that describe available time zones. You
|
|
|
|
can select an appropriate time zone for your system with YaST.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
Accepting request 200062 from home:elvigia:branches:Base:System
- Changes affecting near-future time stamps
This year Fiji will start DST on October 27, not October 20.
(Thanks to David Wheeler for the heads-up.) For now, guess that
Fiji will continue to spring forward the Sunday before the fourth
Monday in October.
- Changes affecting current and future time zone abbreviations
Use WIB/WITA/WIT rather than WIT/CIT/EIT for alphabetic Indonesian
time zone abbreviations since 1932. (Thanks to George Ziegler,
Priyadi Iman Nurcahyo, Zakaria, Jason Grimes, Martin Pitt, and
Benny Lin.) This affects Asia/Dili, Asia/Jakarta, Asia/Jayapura,
Asia/Makassar, and Asia/Pontianak.
Use ART (UTC-3, standard time), rather than WARST (also UTC-3, but
daylight saving time) for San Luis, Argentina since 2009.
- Changes affecting Godthab time stamps after 2037 if version mismatch
Allow POSIX-like TZ strings where the transition time's hour can
range from -167 through 167, instead of the POSIX-required 0
through 24. E.g., TZ='FJT-12FJST,M10.3.1/146,M1.3.4/75' for the
new Fiji rules. This is a more-compact way to represent
far-future time stamps for America/Godthab, America/Santiago,
Antarctica/Palmer, Asia/Gaza, Asia/Hebron, Asia/Jerusalem,
Pacific/Easter, and Pacific/Fiji. Other zones are unaffected by
this change. (Derived from a suggestion by Arthur David Olson.)
Allow POSIX-like TZ strings where daylight saving time is in
effect all year. E.g., TZ='WART4WARST,J1/0,J365/25' for Western
Argentina Summer Time all year. This supports a more-compact way
to represent the 2013d data for America/Argentina/San_Luis.
Because of the change for San Luis noted above this change does not
affect the current data. (Thanks to Andrew Main (Zefram) for
suggestions that improved this change.)
Where these two TZ changes take effect, there is a minor extension
OBS-URL: https://build.opensuse.org/request/show/200062
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=114
2013-09-23 08:33:35 +02:00
|
|
|
%setup -q -c -a 1
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-PREP-BEGIN
|
2013-10-02 10:08:58 +02:00
|
|
|
%patch0 -p1
|
|
|
|
%patch3 -p1
|
2013-10-14 16:25:26 +02:00
|
|
|
sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
|
2011-10-25 14:48:33 +02:00
|
|
|
# COMMON-PREP-END
|
2007-08-09 12:05:51 +02:00
|
|
|
|
|
|
|
%build
|
2009-04-24 01:12:06 +02:00
|
|
|
unset ${!LC_*}
|
|
|
|
LANG=POSIX
|
|
|
|
LC_ALL=POSIX
|
|
|
|
AREA=%{AREA}
|
|
|
|
ZONE=%{ZONE}
|
|
|
|
export AREA LANG LC_ALL ZONE
|
2017-10-12 13:25:51 +02:00
|
|
|
make %{?_smp_mflags} TZDIR=%{_datadir}/zoneinfo CFLAGS="%{optflags} -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk
|
2010-06-28 23:22:24 +02:00
|
|
|
make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones
|
2007-08-09 12:05:51 +02:00
|
|
|
# Generate posixrules
|
2009-04-24 01:12:06 +02:00
|
|
|
./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}
|
2007-08-09 12:05:51 +02:00
|
|
|
|
|
|
|
%install
|
2009-04-24 01:12:06 +02:00
|
|
|
mkdir -p %{buildroot}%{_prefix}/share/zoneinfo
|
|
|
|
cp -a zoneinfo %{buildroot}%{_prefix}/share/zoneinfo/posix
|
|
|
|
cp -al %{buildroot}%{_prefix}/share/zoneinfo/posix/. %{buildroot}%{_prefix}/share/zoneinfo
|
|
|
|
cp -a zoneinfo-leaps %{buildroot}%{_prefix}/share/zoneinfo/right
|
|
|
|
mkdir -p %{buildroot}/etc
|
|
|
|
rm -f %{buildroot}/etc/localtime
|
|
|
|
rm -f %{buildroot}%{_prefix}/share/zoneinfo/posixrules
|
2014-02-10 22:11:02 +01:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
ln -sf %{_prefix}/share/zoneinfo/%{AREA}/%{ZONE} %{buildroot}/etc/localtime
|
|
|
|
%else
|
2009-04-24 01:12:06 +02:00
|
|
|
cp -fp %{buildroot}%{_prefix}/share/zoneinfo/%{AREA}/%{ZONE} %{buildroot}/etc/localtime
|
2014-02-10 22:11:02 +01:00
|
|
|
%endif
|
2009-04-24 01:12:06 +02:00
|
|
|
ln -sf /etc/localtime %{buildroot}%{_prefix}/share/zoneinfo/posixrules
|
|
|
|
install -m 644 iso3166.tab %{buildroot}%{_prefix}/share/zoneinfo/iso3166.tab
|
|
|
|
install -m 644 zone.tab %{buildroot}%{_prefix}/share/zoneinfo/zone.tab
|
2014-09-03 22:09:53 +02:00
|
|
|
install -m 644 zone1970.tab %{buildroot}%{_prefix}/share/zoneinfo/zone1970.tab
|
2009-04-24 01:12:06 +02:00
|
|
|
install -D -m 755 tzselect %{buildroot}%{_bindir}/tzselect
|
|
|
|
install -D -m 755 zdump %{buildroot}%{_sbindir}/zdump
|
|
|
|
install -D -m 755 zic %{buildroot}%{_sbindir}/zic
|
2007-08-09 12:05:51 +02:00
|
|
|
|
|
|
|
%post
|
|
|
|
if [ -f /etc/sysconfig/clock ];
|
|
|
|
then
|
|
|
|
. /etc/sysconfig/clock
|
|
|
|
if [ -n "$TIMEZONE" -a -f /etc/localtime -a -f /usr/share/zoneinfo/$TIMEZONE ]; then
|
2013-07-08 19:28:20 +02:00
|
|
|
%if 0%{?suse_version} >= 1230
|
|
|
|
ln -sf /usr/share/zoneinfo/$TIMEZONE /etc/localtime
|
|
|
|
%else
|
|
|
|
new=$(mktemp /etc/localtime.XXXXXXXX) || exit 1
|
2015-05-19 17:52:15 +02:00
|
|
|
cp -fl /usr/share/zoneinfo/$TIMEZONE $new 2>/dev/null || cp -fp /usr/share/zoneinfo/$TIMEZONE $new
|
2013-07-08 19:28:20 +02:00
|
|
|
mv -f $new /etc/localtime
|
|
|
|
%endif
|
2007-08-09 12:05:51 +02:00
|
|
|
else
|
2007-08-24 02:07:07 +02:00
|
|
|
[ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime with new zone file" >&2
|
2007-08-09 12:05:51 +02:00
|
|
|
fi
|
|
|
|
fi
|
2012-09-13 17:08:10 +02:00
|
|
|
if [ ! -L /usr/share/zoneinfo/posixrules ]; then
|
|
|
|
rm -f /usr/share/zoneinfo/posixrules
|
|
|
|
ln -sf /etc/localtime /usr/share/zoneinfo/posixrules
|
|
|
|
fi
|
|
|
|
if [ -e /usr/share/zoneinfo/posixrules.rpmnew ]; then
|
|
|
|
rm -f /usr/share/zoneinfo/posixrules.rpmnew
|
|
|
|
fi
|
2007-08-09 12:05:51 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-04-24 01:12:06 +02:00
|
|
|
%verify(not link md5 size mtime) %config(missingok,noreplace) /etc/localtime
|
2017-10-12 13:25:51 +02:00
|
|
|
%verify(not link md5 size mtime) %{_datadir}/zoneinfo/posixrules
|
|
|
|
%{_datadir}/zoneinfo
|
2007-08-09 12:05:51 +02:00
|
|
|
%{_bindir}/tzselect
|
|
|
|
%{_sbindir}/zdump
|
|
|
|
%{_sbindir}/zic
|
2007-12-06 02:30:48 +01:00
|
|
|
|
2007-08-09 12:05:51 +02:00
|
|
|
%changelog
|