]> git.pld-linux.org Git - packages/tzdata.git/blob - tzdata.spec
ee169d4b930b6ca2013b1b478f6b49e9644c6d87
[packages/tzdata.git] / tzdata.spec
1 Summary:        Timezone data
2 Summary(pl):    Dane o strefach czasowych
3 Name:           tzdata
4 Version:        2006g
5 Release:        2
6 License:        GPL
7 Group:          Base
8 Source0:        %{name}-base-0.tar.bz2
9 # Source0-md5:  906a4c98cc5240f416524a256b039c42
10 Source1:        ftp://elsie.nci.nih.gov/pub/%{name}%{version}.tar.gz
11 # Source1-md5:  fed13df17e2e386f4c31b0962d3ed356
12 Source2:        ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
13 # Source2-md5:  4091e3f764a296b476bb77cf8eda01c7
14 BuildRequires:  gawk
15 BuildRequires:  perl-base
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package contains data files with rules for various timezones
21 around the world.
22
23 %description -l pl
24 Ten pakiet zawiera pliki z danymi na temat regu³ stref czasowych na
25 ca³ym ¶wiecie.
26
27 %package zoneinfo_right
28 Summary:        Non-POSIX (real) time zones
29 Summary(es):    Zonas de tiempo reales (no de POSIX)
30 Summary(pl):    Nie-POSIX-owe (prawdziwe) strefy czasowe
31 Group:          Libraries
32 Obsoletes:      glibc-zoneinfo_right
33
34 %description zoneinfo_right
35 You don't want this. Details at:
36 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
37
38 %description zoneinfo_right -l es
39 No lo necesita. Encontrará los detalles en:
40 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
41
42 %description zoneinfo_right -l pl
43 Nie potrzebujesz tego. Szczegó³y pod:
44 http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html
45
46 %prep
47 %setup -q -n %{name}
48 mkdir %{name}%{version}
49 tar xzf %{SOURCE1} -C %{name}%{version}
50 mkdir tzcode%{version}
51 tar xzf %{SOURCE2} -C tzcode%{version}
52
53 sed -e "
54 s|@objpfx@|`pwd`/obj/|
55 s|@datadir@|%{_datadir}|
56 s|@install_root@|$RPM_BUILD_ROOT|
57 " Makeconfig.in > Makeconfig
58
59 grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
60
61 %build
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66 %{__make} install
67 echo ====================TESTING=========================
68 %{__make} check
69 echo ====================TESTING END=====================
70
71 # glibc.spec didn't keep it. so won't here either.
72 rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posix
73 # behave more like glibc.spec
74 ln -sf %{_sysconfdir}/localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
75 ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
76 ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %defattr(644,root,root,755)
83 %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
84 %{_datadir}/zoneinfo
85 %exclude %{_datadir}/zoneinfo/right
86
87 %files zoneinfo_right
88 %defattr(644,root,root,755)
89 %{_datadir}/zoneinfo/right
This page took 0.045413 seconds and 2 git commands to generate.