File vvmd.spec of Package vvmd
#
# spec file for package vvmd
#
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# 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: vvmd
Version: 0.4
Release: 0
Summary: Visual Voicemail Daemon
License: GPL-2.0-or-later
#Git-Clone: https://gitlab.com/kop316/vvmd.git
URL: https://gitlab.com/kop316/vvmd
Source: https://gitlab.com/kop316/vvmd/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRequires: libphonenumber-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(mm-glib)
%description
A lower level daemon that retrieves Visual Voicemail.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/vvmd
%changelog