]> git.pld-linux.org Git - packages/tzdata.git/blobdiff - tzdata.spec
- updated to 2009t/2009u
[packages/tzdata.git] / tzdata.spec
index 1b9aa947a2f2cb4da4e54b7041eaacd17752e74d..fe49fe896469911db2a9d2ea1aa20da487d7468f 100644 (file)
+#
+# Conditional build
+%bcond_without tests                   # make check
+#
+%define                tzcode_ver      2009t
+%define                tzdata_ver      2009u
 Summary:       Timezone data
-Summary(pl):   Dane o strefach czasowych
+Summary(pl.UTF-8):     Dane o strefach czasowych
 Name:          tzdata
-Version:       2005h
+Version:       %{tzdata_ver}
 Release:       1
-License:       GPL
+License:       Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group:         Base
-Source0:       %{name}.tar.bz2
-# Source0-md5: d20ffc3a857fd1714daadf8edacfb37a
-Source1:       %{name}%{version}.tar.gz
-# Source1-md5: 4c7aa406b55cce53b268ad4d274f33ba
-Source2:       tzcode%{version}.tar.gz
-# Source2-md5: cc4d27cfad7a8405fa198afbbd514204
+Source0:       %{name}-base-0.tar.bz2
+# Source0-md5: 906a4c98cc5240f416524a256b039c42
+Source1:       ftp://elsie.nci.nih.gov/pub/%{name}%{tzdata_ver}.tar.gz
+# Source1-md5: 91355f66ab9bffe3d450357ff7a1189a
+Source2:       ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_ver}.tar.gz
+# Source2-md5: 17fe1e12237b11d490f62dcec4b4bc11
+Source3:       timezone.init
+Source4:       timezone.sysconfig
+Patch0:                %{name}-test-update.patch
+URL:           http://www.twinsun.com/tz/tz-link.htm
 BuildRequires: gawk
 BuildRequires: perl-base
+BuildRequires: rpmbuild(macros) >= 1.228
+Requires(post,preun):  /sbin/chkconfig
+Requires:      /sbin/chkconfig
+Requires:      rc-scripts >= 0.4.1.4
 BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -n -u)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package contains data files with rules for various timezones
 around the world.
 
-%description -l pl
-Ten pakiet zawiera pliki z danymi na temat regu³ stref czasowych na
-ca³ym ¶wiecie.
+%description -l pl.UTF-8
+Ten pakiet zawiera pliki z danymi na temat reguł stref czasowych na
+całym świecie.
+
+%package zoneinfo_right
+Summary:       Non-POSIX (real) time zones
+Summary(es.UTF-8):     Zonas de tiempo reales (no de POSIX)
+Summary(pl.UTF-8):     Nie-POSIX-owe (prawdziwe) strefy czasowe
+Group:         Libraries
+Obsoletes:     glibc-zoneinfo_right
+
+%description zoneinfo_right
+You don't want this. Details at:
+<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
+
+%description zoneinfo_right -l es.UTF-8
+No lo necesita. Encontrará los detalles en:
+<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
+
+%description zoneinfo_right -l pl.UTF-8
+Nie potrzebujesz tego. Szczegóły pod:
+<http://sources.redhat.com/ml/libc-alpha/2000-12/msg00068.html>.
+
+%package devel
+Summary:       tzfile header file
+Summary(pl.UTF-8):     Plik nagłówkowy tzfile
+Group:         Development/Libraries
+
+%description devel
+Header file for timezone database.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy bazy danych stref czasowych.
 
 %prep
-%setup -n tzdata
-mkdir %{name}%{version}
-tar xzf %{SOURCE1} -C %{name}%{version}
-mkdir tzcode%{version}
-tar xzf %{SOURCE2} -C tzcode%{version}
+%setup -qc
+mv tzdata/* .
+%{__tar} xzf %{SOURCE1} -C tzdata
+mkdir tzcode
+%{__tar} xzf %{SOURCE2} -C tzcode
+%patch0 -p1
+
+sed -e "
+s|@objpfx@|`pwd`/obj/|
+s|@datadir@|%{_datadir}|
+s|@install_root@|$RPM_BUILD_ROOT|
+" Makeconfig.in > Makeconfig
+
+grep -v tz-art.htm tzcode/tz-link.htm > tzcode/tz-link.html
 
 %build
-sed -e 's|@objpfx@|'`pwd`'/obj/|' \
-    -e 's|@datadir@|%{_datadir}|' \
-    -e 's|@install_root@|%{buildroot}|' \
-  Makeconfig.in > Makeconfig
 %{__make}
-grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
 
 %install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
+install -d $RPM_BUILD_ROOT%{_includedir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man5
+
 %{__make} install
-echo ====================TESTING=========================
-%{__make} check
-echo ====================TESTING END=====================
+
+%if %{with tests}
+: ====================TESTING=========================
+%{__make} check \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} %{rpmldflags}"
+: ====================TESTING END=====================
+%endif
+
+
+# glibc.spec didn't keep it. so won't here either.
+rm -rf $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posix
+# behave more like glibc.spec
+ln -sf %{_sysconfdir}/localtime        $RPM_BUILD_ROOT%{_datadir}/zoneinfo/localtime
+ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixtime
+ln -sf localtime $RPM_BUILD_ROOT%{_datadir}/zoneinfo/posixrules
+
+> $RPM_BUILD_ROOT/etc/localtime
+
+# header file
+install tzcode/tzfile.h $RPM_BUILD_ROOT%{_includedir}/tzfile.h
+install tzcode/tzfile.5 $RPM_BUILD_ROOT%{_mandir}/man5
+
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/timezone
+cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/timezone
 
 %clean
-rm -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/chkconfig --add timezone
+%service timezone restart
+
+%preun
+if [ "$1" = "0" ]; then
+       /sbin/chkconfig --del timezone
+
+       # save for postun
+       cp -f /etc/localtime /etc/localtime.rpmsave
+fi
+
+%postun
+if [ "$1" = "0" ]; then
+       if [ ! -f /etc/localtime -a -f /etc/localtime.rpmsave ]; then
+               mv -f /etc/localtime{.rpmsave,}
+       fi
+fi
+
+%triggerpostun -- rc-scripts < 0.4.1.4
+/sbin/chkconfig --add timezone
+
+%triggerpostun -- tzdata < 2008b-4
+if ! grep -q '^TIMEZONE=' /etc/sysconfig/timezone; then
+       . /etc/sysconfig/timezone
+
+       if [ -z $ZONE_INFO_AREA ]; then
+               TIMEZONE=$TIME_ZONE
+       else
+               TIMEZONE=$ZONE_INFO_AREA/$TIME_ZONE
+       fi
+
+       echo "TIMEZONE=\"$TIMEZONE\"" >> /etc/sysconfig/timezone
+
+       %service timezone restart
+fi
 
 %files
 %defattr(644,root,root,755)
-%doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
+%doc tzcode/README tzcode/Theory tzcode/tz-link.html
+%ghost /etc/localtime
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timezone
+%attr(754,root,root) /etc/rc.d/init.d/timezone
+
 %{_datadir}/zoneinfo
+%exclude %{_datadir}/zoneinfo/right
+
+%files zoneinfo_right
+%defattr(644,root,root,755)
+%{_datadir}/zoneinfo/right
+
+%files devel
+%defattr(644,root,root,755)
+%doc tzcode/tzfile.5.txt
+%{_includedir}/tzfile.h
+%{_mandir}/man5/tzfile.5*
This page took 0.040725 seconds and 4 git commands to generate.