]> git.pld-linux.org Git - packages/tzdata.git/commitdiff
- bcond header
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Nov 2007 16:18:46 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed excessive _s
- added URL
- proper License (database itself is Public Domain, the rest exists in sources only)

Changed files:
    tzdata.spec -> 1.29

tzdata.spec

index c95d6c744c4bb3aaa669ff751c6df7a6b99eafdc..27d6533cc4a542fbbca566efa290a425c3c36510 100644 (file)
@@ -1,21 +1,25 @@
-%define        _tzdata_ver     2007i
-%define        _tzcode_ver     2007h
-%bcond_without tests
+#
+# Conditional build
+%bcond_without tests                   # make check
+#
+%define        tzdata_ver      2007i
+%define        tzcode_ver      2007h
 Summary:       Timezone data
 Summary(pl.UTF-8):     Dane o strefach czasowych
 Name:          tzdata
-Version:       %{_tzdata_ver}
+Version:       %{tzdata_ver}
 Release:       1
-License:       GPL
+License:       Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group:         Base
 Source0:       %{name}-base-0.tar.bz2
 # Source0-md5: 906a4c98cc5240f416524a256b039c42
-Source1:       ftp://elsie.nci.nih.gov/pub/%{name}%{_tzdata_ver}.tar.gz
+Source1:       ftp://elsie.nci.nih.gov/pub/%{name}%{tzdata_ver}.tar.gz
 # Source1-md5: bfe68c92dbe3726676063bdb14931b8b
-Source2:       ftp://elsie.nci.nih.gov/pub/tzcode%{_tzcode_ver}.tar.gz
+Source2:       ftp://elsie.nci.nih.gov/pub/tzcode%{tzcode_ver}.tar.gz
 # Source2-md5: e3d9b770e2a74bcddb6aac57f699c961
 Source3:       timezone.init
 Source4:       timezone.sysconfig
+URL:           http://www.twinsun.com/tz/tz-link.htm
 BuildRequires: gawk
 BuildRequires: perl-base
 BuildRequires: rpmbuild(macros) >= 1.228
This page took 0.144664 seconds and 4 git commands to generate.