]> git.pld-linux.org Git - packages/tzdata.git/blob - tzdata.spec
- separate zoneinfo_right like in glibc
[packages/tzdata.git] / tzdata.spec
1 Summary:        Timezone data
2 Summary(pl):    Dane o strefach czasowych
3 Name:           tzdata
4 Version:        2006g
5 Release:        1
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 Obsoletes:      glibc-zoneinfo_right
32 Group:          Libraries
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 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
77 %{_datadir}/zoneinfo
78 %exclude %{_datadir}/zoneinfo/right
79
80 %files zoneinfo_right
81 %defattr(644,root,root,755)
82 %{_datadir}/zoneinfo/right
This page took 0.105214 seconds and 4 git commands to generate.