rpms/tzdata/devel tzdata.spec,1.58,1.59

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Fri Jan 4 14:25:40 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/tzdata/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15889

Modified Files:
	tzdata.spec 
Log Message:
Comments, cleanups per merge review.



Index: tzdata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tzdata/devel/tzdata.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- tzdata.spec	3 Jan 2008 13:11:31 -0000	1.58
+++ tzdata.spec	4 Jan 2008 14:25:03 -0000	1.59
@@ -4,14 +4,22 @@
 %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 @@
 Summary: Timzeone data for Java
 Group: System Environment/Base
 Source3: javazic.tar.gz
-BuildArchitectures: noarch
-BuildRequires: java-devel
 Patch0: javazic-fixup.patch
 
 %description java




More information about the fedora-extras-commits mailing list