File vvmplayer.spec of Package vvmplayer
#
# spec file for package vvmplayer
#
# 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: vvmplayer
Version: 1.2.1
Release: 0
Summary: Visual Voicemail Player
License: GPL-3.0-or-later
#Git-Clone: https://gitlab.com/kop316/vvmplayer.git
URL: https://gitlab.com/kop316/vvmplayer/
Source: https://gitlab.com/kop316/vvmplayer/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: hicolor-icon-theme
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcallaudio-0.1)
BuildRequires: pkgconfig(libebook-contacts-1.2)
BuildRequires: pkgconfig(libhandy-1)
Requires: vvmd
%description
VVM Player is a front end GUI to display, play, and delete
visual voicemails (VVMs).
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%license COPYING
%doc AUTHORS NEWS.org README.md
%{_bindir}/vvmplayer
%{_datadir}/applications/org.kop316.vvmplayer.desktop
%{_datadir}/bash-completion/completions/vvmplayer
%{_datadir}/dbus-1/services/org.kop316.vvmplayer.service
%{_datadir}/glib-2.0/schemas/org.kop316.vvmplayer.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.kop316.*.??g
%{_datadir}/locale/ar/LC_MESSAGES/vvmplayer.mo
%{_datadir}/metainfo/org.kop316.vvmplayer.metainfo.xml
%{_sysconfdir}/xdg/autostart/org.kop316.vvmplayer-daemon.desktop
%changelog