tzdata/tzdata.spec

107 lines
2.8 KiB
RPMSpec
Raw Normal View History

Summary: Timezone data
Name: tzdata
2005-09-06 10:33:56 +00:00
Version: 2005m
2005-09-06 11:05:46 +00:00
Release: 2
2005-03-01 14:32:30 +00:00
License: GPL
Group: System Environment/Base
Source0: %{name}.tar.bz2
Source1: ftp://elsie.nci.nih.gov/pub/%{name}%{version}.tar.gz
2005-07-15 11:05:33 +00:00
Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
Buildroot: /var/tmp/tzdata-root
BuildRequires: gawk, glibc, glibc-common, perl
Conflicts: glibc-common <= 2.3.2-63
BuildArchitectures: noarch
%description
This package contains data files with rules for various timezones around
the world.
%prep
%setup -n tzdata
mkdir %{name}%{version}
tar xzf %{SOURCE1} -C %{name}%{version}
2005-03-17 15:06:26 +00:00
mkdir tzcode%{version}
tar xzf %{SOURCE2} -C tzcode%{version}
%build
sed -e 's|@objpfx@|'`pwd`'/obj/|' \
-e 's|@datadir@|%{_datadir}|' \
-e 's|@install_root@|%{buildroot}|' \
Makeconfig.in > Makeconfig
make
2005-03-17 15:06:26 +00:00
grep -v tz-art.htm tzcode%{version}/tz-link.htm > tzcode%{version}/tz-link.html
%install
make install
echo ====================TESTING=========================
make check
echo ====================TESTING END=====================
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_datadir}/zoneinfo
2005-03-17 15:06:26 +00:00
%doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
%changelog
2005-09-06 11:05:46 +00:00
* Tue Sep 6 2005 Jakub Jelinek <jakub@redhat.com> 2005m-2
2005-09-06 10:33:56 +00:00
- 2005m
2005-09-06 11:05:46 +00:00
- changes for USA (extending DST by 4 weeks since 2007), Tunisia,
Australia, Kazakhstan
- historical timezone data changes for Japan, Poland, Northern Ireland and
Mali
- timezone name change for East Timor
2005-09-06 10:33:56 +00:00
2005-07-15 11:05:33 +00:00
* Fri Jul 15 2005 Jakub Jelinek <jakub@redhat.com> 2005k-2
- 2005k
- leap seconds update
2005-04-30 07:45:51 +00:00
* Sat Apr 30 2005 Jakub Jelinek <jakub@redhat.com> 2005i-2
- 2005i
2005-04-30 07:51:52 +00:00
- updates for Iran, Haiti and Nicaragua
2005-04-30 07:45:51 +00:00
2005-04-04 21:47:51 +00:00
* Mon Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2005h-2
- 2005h
- fixes for Kazakhstan
2005-03-17 15:06:26 +00:00
* Thu Mar 17 2005 Jakub Jelinek <jakub@redhat.com> 2005g-2
- 2005g
- fixes for Uruguay
- include README and Theory from tzcode tarball in %{_docdir};
Theory includes a good summary of how the timezone data files
are supposed to be named
2005-03-01 14:24:21 +00:00
* Tue Mar 1 2005 Jakub Jelinek <jakub@redhat.com> 2005f-2
- 2005f
- more updates for Israel, updates for Azerbaijan
2005-01-26 10:44:27 +00:00
* Wed Jan 26 2005 Jakub Jelinek <jakub@redhat.com> 2005c-3
2005-01-26 10:34:40 +00:00
- 2005c
2005-01-26 10:44:27 +00:00
- updates for Israel and Paraguay
2005-01-26 10:34:40 +00:00
2004-11-29 10:15:44 +00:00
* Mon Nov 29 2004 Jakub Jelinek <jakub@redhat.com> 2004g-1
- 2004g (#141107)
- updates for Cuba
2004-10-11 19:15:05 +00:00
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2004e-2
- 2004e (#135194)
- updates for Brazil, Uruguay and Argentina
* Wed Aug 4 2004 Jakub Jelinek <jakub@redhat.com> 2004b-2
- 2004b
* Mon Oct 6 2003 Jakub Jelinek <jakub@redhat.com> 2003d-1
- 2003d
* Thu Sep 25 2003 Jakub Jelinek <jakub@redhat.com> 2003c-1
- 2003c
2004-10-11 19:15:05 +00:00
- updates for Brazil (#104840)
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2003a-2
- rebuilt
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2003a-1
- initial package