- Patch for Western Australia DST trial Resolves: bz 216692 Resolves: bz
216691 Resolves: bz 216384
This commit is contained in:
parent
fce7d9a270
commit
85b9646f18
@ -3,12 +3,13 @@ Name: tzdata
|
|||||||
Version: 2006o
|
Version: 2006o
|
||||||
%define tzdata_version %{version}
|
%define tzdata_version %{version}
|
||||||
%define tzcode_version %{version}
|
%define tzcode_version %{version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: tzdata-base-0.tar.bz2
|
Source0: tzdata-base-0.tar.bz2
|
||||||
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{tzdata_version}.tar.gz
|
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{tzdata_version}.tar.gz
|
||||||
Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_version}.tar.gz
|
Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_version}.tar.gz
|
||||||
|
Patch0: tzdata-2006o-wa.patch
|
||||||
BuildRequires: gawk, glibc, glibc-common, perl
|
BuildRequires: gawk, glibc, glibc-common, perl
|
||||||
Conflicts: glibc-common <= 2.3.2-63
|
Conflicts: glibc-common <= 2.3.2-63
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
@ -28,6 +29,7 @@ sed -e 's|@objpfx@|'`pwd`'/obj/|' \
|
|||||||
-e 's|@datadir@|%{_datadir}|' \
|
-e 's|@datadir@|%{_datadir}|' \
|
||||||
-e 's|@install_root@|%{buildroot}|' \
|
-e 's|@install_root@|%{buildroot}|' \
|
||||||
Makeconfig.in > Makeconfig
|
Makeconfig.in > Makeconfig
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -52,6 +54,9 @@ rm -rf %{buildroot}
|
|||||||
%doc tzcode%{tzcode_version}/tz-link.html
|
%doc tzcode%{tzcode_version}/tz-link.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 22 2006 Petr Machata <pmachata@redhat.com> - 2006o-2
|
||||||
|
- Patch for Western Australia DST trial
|
||||||
|
|
||||||
* Thu Nov 9 2006 Petr Machata <pmachata@redhat.com> - 2006o-1
|
* Thu Nov 9 2006 Petr Machata <pmachata@redhat.com> - 2006o-1
|
||||||
- Cuba has ended its three years of permanent DST.
|
- Cuba has ended its three years of permanent DST.
|
||||||
- Updates in historical timestamps for Chile.
|
- Updates in historical timestamps for Chile.
|
||||||
|
Loading…
Reference in New Issue
Block a user