2007-08-09 12:05:51 +02:00
|
|
|
#
|
2010-09-21 18:21:55 +02:00
|
|
|
# spec file for package timezone (Version 2010l)
|
2007-08-09 12:05:51 +02:00
|
|
|
#
|
2010-04-07 21:21:45 +02:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-06 09:06:08 +02:00
|
|
|
|
2007-08-09 12:05:51 +02:00
|
|
|
Name: timezone
|
2009-08-28 22:08:42 +02:00
|
|
|
License: PERMISSIVE-OSI-COMPLIANT(BSD-like ; public domain)
|
2007-08-24 02:07:07 +02:00
|
|
|
Summary: Timezone Descriptions
|
2007-08-09 12:05:51 +02:00
|
|
|
Group: System/Base
|
2007-10-08 12:31:29 +02:00
|
|
|
Url: http://www.gnu.org/software/libc/libc.html
|
2008-10-23 12:31:58 +02:00
|
|
|
PreReq: filesystem, coreutils
|
2008-12-03 16:46:21 +01:00
|
|
|
# COMMON-BEGIN
|
2010-09-21 18:21:55 +02:00
|
|
|
Version: 2010l
|
|
|
|
Release: 1
|
2009-10-26 19:06:14 +01:00
|
|
|
Source: tzdata%{version}.tar.gz
|
2010-03-18 19:32:52 +01:00
|
|
|
Source1: tzcode2010c.tar.gz
|
2008-12-03 16:46:21 +01:00
|
|
|
# COMMON-END
|
2007-08-09 12:05:51 +02:00
|
|
|
Patch0: tzdata-china.diff
|
|
|
|
Patch1: tzcode-zic.diff
|
|
|
|
Patch2: tzcode-ksh.diff
|
2009-10-27 16:41:55 +01:00
|
|
|
Patch3: iso3166-uk.diff
|
2010-09-21 18:21:55 +02:00
|
|
|
Patch4: tzcode-link.diff
|
2008-12-03 16:46:21 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
|
|
|
%setup -c -a 1
|
2009-08-28 22:08:42 +02:00
|
|
|
%patch0
|
2007-08-09 12:05:51 +02:00
|
|
|
%patch1
|
|
|
|
%patch2
|
2009-10-23 21:16:08 +02:00
|
|
|
%patch3
|
2010-09-21 18:21:55 +02:00
|
|
|
%patch4
|
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
|
2010-06-28 23:22:24 +02:00
|
|
|
make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"'" AWK=awk
|
|
|
|
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
|
|
|
|
cp -fp %{buildroot}%{_prefix}/share/zoneinfo/%{AREA}/%{ZONE} %{buildroot}/etc/localtime
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
|
|
%clean
|
2009-04-24 01:12:06 +02:00
|
|
|
rm -rf %{buildroot}
|
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
|
2009-04-24 01:12:06 +02:00
|
|
|
new=$(mktemp /etc/localtime.XXXXXXXX) || exit 1
|
|
|
|
cp -l /usr/share/zoneinfo/$TIMEZONE $new 2>/dev/null || cp -fp /usr/share/zoneinfo/$TIMEZONE $new
|
|
|
|
mv -f $new /etc/localtime
|
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
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-04-24 01:12:06 +02:00
|
|
|
%verify(not link md5 size mtime) %config(missingok,noreplace) /etc/localtime
|
|
|
|
%verify(not link md5 size mtime) %config(missingok,noreplace) %{_prefix}/share/zoneinfo/posixrules
|
2007-08-09 12:05:51 +02:00
|
|
|
%{_prefix}/share/zoneinfo
|
|
|
|
%{_bindir}/tzselect
|
|
|
|
%{_sbindir}/zdump
|
|
|
|
%{_sbindir}/zic
|
2007-12-06 02:30:48 +01:00
|
|
|
|
2007-08-09 12:05:51 +02:00
|
|
|
%changelog
|