- Patch for Sri Lanka time zone change (#184514)
- Few changes in package organization
This commit is contained in:
parent
6a75c1ac5c
commit
0cc7b0c652
@ -1,3 +1,3 @@
|
|||||||
tzdata2006b-1-base.tar.bz2
|
tzdata-base-0.tar.bz2
|
||||||
tzdata2006b.tar.gz
|
|
||||||
tz64code2006b.tar.gz
|
tz64code2006b.tar.gz
|
||||||
|
tzdata2006b.tar.gz
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
906a4c98cc5240f416524a256b039c42 tzdata2006b-1-base.tar.bz2
|
906a4c98cc5240f416524a256b039c42 tzdata-base-0.tar.bz2
|
||||||
244523d10f93f392d96da4ef11b6cdd7 tzdata2006b.tar.gz
|
|
||||||
37524ee1c072a51511a6c220f8faf95f tz64code2006b.tar.gz
|
37524ee1c072a51511a6c220f8faf95f tz64code2006b.tar.gz
|
||||||
|
244523d10f93f392d96da4ef11b6cdd7 tzdata2006b.tar.gz
|
||||||
|
11
tzdata.spec
11
tzdata.spec
@ -1,12 +1,13 @@
|
|||||||
Summary: Timezone data
|
Summary: Timezone data
|
||||||
Name: tzdata
|
Name: tzdata
|
||||||
Version: 2006b
|
Version: 2006b
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: tzdata%{version}-%{release}-base.tar.bz2
|
Source0: tzdata-base-0.tar.bz2
|
||||||
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
|
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
|
||||||
Source2: ftp://elsie.nci.nih.gov/pub/tz64code%{version}.tar.gz
|
Source2: ftp://elsie.nci.nih.gov/pub/tz64code%{version}.tar.gz
|
||||||
|
Patch0: tzdata2006b-srilanka.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
|
||||||
@ -26,6 +27,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
|
||||||
@ -33,6 +35,8 @@ grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
%check
|
||||||
echo ====================TESTING=========================
|
echo ====================TESTING=========================
|
||||||
make check
|
make check
|
||||||
echo ====================TESTING END=====================
|
echo ====================TESTING END=====================
|
||||||
@ -46,6 +50,9 @@ rm -rf %{buildroot}
|
|||||||
%doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
|
%doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 16 2006 Petr Machata <pmachata@redhat.com> - 2006b-2
|
||||||
|
- Patch for Sri Lanka time zone change (#184514)
|
||||||
|
|
||||||
* Thu Feb 22 2006 Petr Machata <pmachata@redhat.com> 2006b-1
|
* Thu Feb 22 2006 Petr Machata <pmachata@redhat.com> 2006b-1
|
||||||
- Upstream 2006b:
|
- Upstream 2006b:
|
||||||
- using tz64code version, as 32 is legacy according to tzdata ML
|
- using tz64code version, as 32 is legacy according to tzdata ML
|
||||||
|
Loading…
Reference in New Issue
Block a user