File mmsd-tng.spec of Package mmsd-tng
#
# spec file for package mmsd-tng
#
# Copyright (c) 2021-2023, 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: mmsd-tng
Version: 2.1.0
Release: 0
Summary: Multimedia Messaging Service Daemon - TNG
License: GPL-2.0-only
URL: https://gitlab.com/kop316/mmsd/
Source: mmsd-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libphonenumber-devel
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libsoup-3.0)
BuildRequires: pkgconfig(mm-glib)
BuildRequires: pkgconfig(mobile-broadband-provider-info)
%description
Multimedia Messaging Service Daemon - The Next Generation (TNG).
%prep
%setup -q -n mmsd-%{version}
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/mmsdtng
%changelog