File vzic.spec of Package vzic
#
# spec file for package vzic
#
# Copyright (c) 2023-2024 SUSE LLC
# Copyright (c) 2023-2024 Matthias Fehring <buschmann23@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: vzic
Version: 1.3~git
Release: 0
Summary: Convert IANA TZ files into VTIMEZONE files
License: GPL-2.0-or-later
URL: https://github.com/libical/vzic
Source0: %{name}-%{version}.tar
BuildRequires: make gcc pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libical)
%description
A program to convert the IANA (formerly Olson) timezone database
files into VTIMEZONE files compatible with the iCalendar (RFC5445)
and TZDIST (RFC7808) specifications.
%prep
%autosetup
%build
%make_build
%install
install -D -T vzic %{buildroot}%{_bindir}/vzic
%files
%{_bindir}/%{name}
%changelog