]> git.pld-linux.org Git - packages/tzdata.git/blame - tzdata.spec
- will send without tests
[packages/tzdata.git] / tzdata.spec
CommitLineData
6b9abb55
JB
1#
2# Conditional build
0eb7e566 3%bcond_without tests # make check
6496acd7 4%bcond_with java # build java subpackage
0eb7e566 5
a152ccbc
ER
6%define tzcode_ver 2010n
7%define tzdata_ver 2010n
f21a80a6 8Summary: Timezone data
e5477455 9Summary(pl.UTF-8): Dane o strefach czasowych
f21a80a6 10Name: tzdata
6b9abb55 11Version: %{tzdata_ver}
0deae7a6 12Release: 1
6b9abb55 13License: Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
3458d90a 14Group: Base
892193c1
ER
15# The tzdata-base-0.tar.bz2 is a simple building infrastructure and
16# a test suite. It is occasionally updated from glibc sources, and as
17# such is under LGPL v2+, but none of this ever gets to be part of
18# final zoneinfo files.
0b5f1229 19Source0: %{name}-base-0.tar.bz2
892193c1 20# Source0-md5: e36d2f742c22f8c8dbf0686ac9769b55
6b9abb55 21Source1: ftp://elsie.nci.nih.gov/pub/%{name}%{tzdata_ver}.tar.gz
a152ccbc 22# Source1-md5: b5eefb4986866895ab84f52220f1dfa6
6b9abb55 23Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_ver}.tar.gz
a152ccbc 24# Source2-md5: a7a776a5713831993e814fe0c05f9fd5
48f17b2c
ER
25Source3: timezone.init
26Source4: timezone.sysconfig
0eb7e566
ER
27Source5: javazic.tar.gz
28# Source5-md5: 6a3392cd5f1594d13c12c1a836ac8d91
0eb7e566 29Patch1: javazic-fixup.patch
6b9abb55 30URL: http://www.twinsun.com/tz/tz-link.htm
df36f3e7
ER
31BuildRequires: rpmbuild(macros) >= 1.300
32%if %{with java}
33BuildRequires: jpackage-utils
34BuildRequires: rpm-javaprov
35%endif
48f17b2c 36Requires(post,preun): /sbin/chkconfig
0db057c4 37Requires: /sbin/chkconfig
48f17b2c 38Requires: rc-scripts >= 0.4.1.4
f21a80a6 39BuildArch: noarch
95a1ed16 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f21a80a6
PZ
41
42%description
3458d90a
JB
43This package contains data files with rules for various timezones
44around the world.
45
151d1751
JR
46%description -l pl.UTF-8
47Ten pakiet zawiera pliki z danymi na temat reguł stref czasowych na
48całym świecie.
f21a80a6 49
0eb7e566
ER
50%package java
51Summary: Timezone data for Java
6496acd7 52Summary(pl.UTF-8): Dane stref czasowych dla Javy
0eb7e566
ER
53Group: Base
54
55%description java
56This package contains timezone information for use by Java runtimes.
57
6496acd7
JB
58%description java -l pl.UTF-8
59Ten pakiet zawiera informacje o strefach czasowych przeznaczone dla
60programów w Javie.
61
33e5a5b5
ER
62%package zoneinfo_right
63Summary: Non-POSIX (real) time zones
e5477455
ER
64Summary(es.UTF-8): Zonas de tiempo reales (no de POSIX)
65Summary(pl.UTF-8): Nie-POSIX-owe (prawdziwe) strefy czasowe
33e5a5b5 66Group: Libraries
37e6efaa 67Obsoletes: glibc-zoneinfo_right
33e5a5b5
ER
68
69%description zoneinfo_right
70You don't want this. Details at:
e3ed8f87 71<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
33e5a5b5 72
151d1751
JR
73%description zoneinfo_right -l es.UTF-8
74No lo necesita. Encontrará los detalles en:
e3ed8f87 75<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
33e5a5b5 76
151d1751
JR
77%description zoneinfo_right -l pl.UTF-8
78Nie potrzebujesz tego. Szczegóły pod:
e3ed8f87 79<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
33e5a5b5 80
9550cc22 81%package devel
caed056f
JB
82Summary: tzfile header file
83Summary(pl.UTF-8): Plik nagłówkowy tzfile
85de48d2 84Group: Development/Libraries
9550cc22 85
86%description devel
85de48d2
AG
87Header file for timezone database.
88
89%description devel -l pl.UTF-8
90Plik nagłówkowy bazy danych stref czasowych.
9550cc22 91
f21a80a6 92%prep
8d8e88cb
ER
93%setup -qc
94mv tzdata/* .
95%{__tar} xzf %{SOURCE1} -C tzdata
96mkdir tzcode
97%{__tar} xzf %{SOURCE2} -C tzcode
f21a80a6 98
0b5f1229
ER
99sed -e "
100s|@objpfx@|`pwd`/obj/|
101s|@datadir@|%{_datadir}|
102s|@install_root@|$RPM_BUILD_ROOT|
463fb3cd 103" 'Makeconfig.in' > Makeconfig
0b5f1229 104
8d8e88cb 105grep -v tz-art.htm tzcode/tz-link.htm > tzcode/tz-link.html
0b5f1229 106
0eb7e566
ER
107%if %{with java}
108install -d javazic
109tar zxf %{SOURCE5} -C javazic
110cd javazic
111%patch1
112
113# Hack alert! sun.tools may be defined and installed in the
114# VM. In order to guarantee that we are using IcedTea/OpenJDK
115# for creating the zoneinfo files, rebase all the packages
116# from "sun." to "rht.". Unfortunately, gcj does not support
117# any of the -Xclasspath options, so we must go this route
118# to ensure the greatest compatibility.
119# XXX: do we want 'pld' instead of 'rht'?
120mv sun rht
121find . -type f -name '*.java' -print0 \
122 | xargs -0 -- sed -i -e 's:sun\.tools\.:rht.tools.:g' \
123 -e 's:sun\.util\.:rht.util.:g'
124cd -
125%endif
126
f21a80a6 127%build
3458d90a 128%{__make}
f21a80a6 129
0eb7e566
ER
130%if %{with java}
131cd javazic
132%javac -source 1.5 -target 1.5 -classpath . $(find -name '*.java')
133cd ../tzdata
134%java -classpath ../javazic/ rht.tools.javazic.Main -V %{version} \
135 -d ../zoneinfo/java \
136 africa antarctica asia australasia europe northamerica pacificnew \
137 southamerica backward etcetera solar87 solar88 solar89 systemv \
138 ../javazic/tzdata_jdk/gmt ../javazic/tzdata_jdk/jdk11_backward
139cd ..
140%endif
141
f21a80a6 142%install
95a1ed16 143rm -rf $RPM_BUILD_ROOT
48f17b2c 144install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
9550cc22 145install -d $RPM_BUILD_ROOT%{_includedir}
85de48d2 146install -d $RPM_BUILD_ROOT%{_mandir}/man5
4747911d 147
3458d90a 148%{__make} install
a360159e 149
aa82ac7a 150%if %{with tests}
48f17b2c 151: ====================TESTING=========================
5db5c79b 152%{__make} check \
153 CC="%{__cc}" \
154 CFLAGS="%{rpmcflags} %{rpmldflags}"
124042a8
AM
155TZDIR=$(pwd)/obj ./obj/test-tz
156TZDIR=$(pwd)/obj ./obj/tst-timezone
48f17b2c 157: ====================TESTING END=====================
aa82ac7a 158%endif
48f17b2c 159
0f163d2c
ER
160# glibc.spec didn't keep it. so won't here either.
161rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posix
162# behave more like glibc.spec
163ln -sf %{_sysconfdir}/localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
164ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
165ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
166
50d7b850
AM
167> $RPM_BUILD_ROOT/etc/localtime
168
85de48d2 169# header file
463fb3cd
ER
170cp -a tzcode/tzfile.h $RPM_BUILD_ROOT%{_includedir}/tzfile.h
171cp -a tzcode/tzfile.5 $RPM_BUILD_ROOT%{_mandir}/man5
9550cc22 172
463fb3cd 173install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/timezone
48f17b2c
ER
174cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/timezone
175
0eb7e566
ER
176%if %{with java}
177cp -a zoneinfo/java $RPM_BUILD_ROOT%{_datadir}/javazi
178%endif
179
f21a80a6 180%clean
95a1ed16 181rm -rf $RPM_BUILD_ROOT
f21a80a6 182
48f17b2c
ER
183%post
184/sbin/chkconfig --add timezone
185%service timezone restart
186
187%preun
188if [ "$1" = "0" ]; then
189 /sbin/chkconfig --del timezone
e32f56d0
ER
190
191 # save for postun
192 cp -f /etc/localtime /etc/localtime.rpmsave
193fi
194
195%postun
196if [ "$1" = "0" ]; then
197 if [ ! -f /etc/localtime -a -f /etc/localtime.rpmsave ]; then
198 mv -f /etc/localtime{.rpmsave,}
199 fi
48f17b2c
ER
200fi
201
64a9089d
ER
202%triggerpostun -- rc-scripts < 0.4.1.4
203/sbin/chkconfig --add timezone
204
72e063bb
MB
205%triggerpostun -- tzdata < 2008b-4
206if ! grep -q '^TIMEZONE=' /etc/sysconfig/timezone; then
207 . /etc/sysconfig/timezone
208
209 if [ -z $ZONE_INFO_AREA ]; then
210 TIMEZONE=$TIME_ZONE
211 else
212 TIMEZONE=$ZONE_INFO_AREA/$TIME_ZONE
213 fi
214
215 echo "TIMEZONE=\"$TIMEZONE\"" >> /etc/sysconfig/timezone
216
217 %service timezone restart
218fi
219
f21a80a6
PZ
220%files
221%defattr(644,root,root,755)
8d8e88cb 222%doc tzcode/README tzcode/Theory tzcode/tz-link.html
50d7b850 223%ghost /etc/localtime
48f17b2c
ER
224%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timezone
225%attr(754,root,root) /etc/rc.d/init.d/timezone
4747911d 226
3458d90a 227%{_datadir}/zoneinfo
33e5a5b5
ER
228%exclude %{_datadir}/zoneinfo/right
229
0eb7e566
ER
230%if %{with java}
231%files java
232%defattr(644,root,root,755)
233%{_datadir}/javazi
234%endif
235
33e5a5b5
ER
236%files zoneinfo_right
237%defattr(644,root,root,755)
238%{_datadir}/zoneinfo/right
9550cc22 239
240%files devel
85de48d2
AG
241%defattr(644,root,root,755)
242%doc tzcode/tzfile.5.txt
9550cc22 243%{_includedir}/tzfile.h
85de48d2 244%{_mandir}/man5/tzfile.5*
This page took 0.161342 seconds and 4 git commands to generate.