Name: mmsd-tng Version: 1.5 Release: 1%{dist} Summary: Multimedia Messaging Service License: GPLv2 URL: https://gitlab.com/kop316/mmsd/ Source0: https://gitlab.com/kop316/mmsd/-/archive/%{version}/mmsd-%{version}.tar.gz Source1: mmsd-tng.service Source2: mms Source3: ModemManagerSettings Requires: pkgconfig(mobile-broadband-provider-info) BuildRequires: pkgconfig(mobile-broadband-provider-info) BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: protobuf-devel BuildRequires: dbus-c++-devel BuildRequires: libphonenumber-devel BuildRequires: c-ares-devel BuildRequires: pkgconfig(mm-glib) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: systemd-devel BuildRequires: systemd-rpm-macros %description mmsd is a lower level daemon that transmits and recieves MMSes. It works with both the ofono stack and the Modem Manager stack. Please note that mmsd alone will not get MMS working! It is designed to work with a higher level chat application to facilitate fetching and sending MMS. It interfaces with other applications via the dbus. %prep %autosetup -p1 -n mmsd-%{version} %build %meson %meson_build %install %meson_install mkdir -p %{buildroot}%{_userunitdir} cp %{SOURCE1} %{buildroot}%{_userunitdir} %preun %systemd_user_preun mmsd-tng.service %post %systemd_user_post mmsd-tng.service %postun %systemd_user_postun_with_restart mmsd-tng.service %files %{_bindir}/mmsdtng %{_userunitdir}/mmsd-tng.service %doc README %license COPYING %changelog * Thu Nov 18 2021 Torrey Sorensen - 1.5-1 - Initial packaging