Comments, cleanups per merge review.
This commit is contained in:
parent
8a8f639307
commit
f5f4127e39
12
tzdata.spec
12
tzdata.spec
@ -4,14 +4,22 @@ Version: 2007k
|
||||
%define tzdata_version %{version}
|
||||
%define tzcode_version %{version}
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain, LGPLv2+
|
||||
License: Public Domain and LGPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: ftp://elsie.nci.nih.gov/pub/
|
||||
|
||||
# The tzdata-base-0.tar.bz2 is a simple building infrastructure and
|
||||
# test suite. It is occasionally updated from glibc sources, and as
|
||||
# such is under LGPLv2+. None of this ever gets to be part of final
|
||||
# zoneinfo files.
|
||||
Source0: tzdata-base-0.tar.bz2
|
||||
# These are official upstream, in Public Domain.
|
||||
Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{tzdata_version}.tar.gz
|
||||
Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_version}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gawk, glibc, perl
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: glibc-common >= 2.5.90-7
|
||||
Conflicts: glibc-common <= 2.3.2-63
|
||||
BuildArchitectures: noarch
|
||||
@ -24,8 +32,6 @@ the world.
|
||||
Summary: Timzeone data for Java
|
||||
Group: System Environment/Base
|
||||
Source3: javazic.tar.gz
|
||||
BuildArchitectures: noarch
|
||||
BuildRequires: java-devel
|
||||
Patch0: javazic-fixup.patch
|
||||
|
||||
%description java
|
||||
|
Loading…
Reference in New Issue
Block a user