forked from pool/timezone
Accepting request 1060577 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1060577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/timezone?expand=0&rev=146
This commit is contained in:
commit
25f5381e31
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Install leapseconds data to %{_datadir}/zoneinfo/; this is now
|
||||||
|
required by some scientific applications.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone-java
|
# spec file for package timezone-java
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 24 08:13:08 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Install leapseconds data to %{_datadir}/zoneinfo/; this is now
|
||||||
|
required by some scientific applications.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Nov 30 22:42:51 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone
|
# spec file for package timezone
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -89,6 +89,7 @@ install -m 644 tzdata.zi %{buildroot}%{_prefix}/share/zoneinfo/tzdata.zi
|
|||||||
install -D -m 755 tzselect %{buildroot}%{_bindir}/tzselect
|
install -D -m 755 tzselect %{buildroot}%{_bindir}/tzselect
|
||||||
install -D -m 755 zdump %{buildroot}%{_sbindir}/zdump
|
install -D -m 755 zdump %{buildroot}%{_sbindir}/zdump
|
||||||
install -D -m 755 zic %{buildroot}%{_sbindir}/zic
|
install -D -m 755 zic %{buildroot}%{_sbindir}/zic
|
||||||
|
install -m 644 -t %{buildroot}%{_datadir}/zoneinfo/ leapseconds leapseconds.awk leap-seconds.list
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user