2020-08-07 06:17:52 +03:00
|
|
|
Summary: Mobile broadband modem manager
|
|
|
|
Name: ModemManager
|
2022-02-22 22:42:42 +03:00
|
|
|
Version: 1.18.6
|
2022-03-22 22:56:53 +03:00
|
|
|
Release: 3%{?dist}
|
2022-02-22 22:42:42 +03:00
|
|
|
License: GPLv2+
|
2020-08-07 06:17:52 +03:00
|
|
|
Vendor: Microsoft Corporation
|
|
|
|
Distribution: Mariner
|
2021-01-04 20:22:01 +03:00
|
|
|
Group: Applications/System
|
|
|
|
URL: https://www.freedesktop.org/wiki/Software/ModemManager/
|
|
|
|
Source0: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
2020-08-07 06:17:52 +03:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2021-01-04 20:22:01 +03:00
|
|
|
BuildRequires: libqmi-devel
|
2022-03-22 22:56:53 +03:00
|
|
|
BuildRequires: systemd-devel
|
2021-01-16 04:57:05 +03:00
|
|
|
%if %{with_check}
|
|
|
|
BuildRequires: dbus-glib
|
2022-03-01 08:03:02 +03:00
|
|
|
BuildRequires: python3-gobject
|
|
|
|
BuildRequires: python3-dbus
|
2021-01-16 04:57:05 +03:00
|
|
|
%endif
|
2021-01-04 20:22:01 +03:00
|
|
|
Requires: glib
|
2020-08-07 06:17:52 +03:00
|
|
|
Requires: gobject-introspection
|
2021-01-04 20:22:01 +03:00
|
|
|
Requires: libqmi
|
|
|
|
Provides: %{name}-glib = %{version}-%{release}
|
|
|
|
|
2020-08-07 06:17:52 +03:00
|
|
|
%description
|
|
|
|
ModemManager provides a unified high level API for communicating
|
|
|
|
with mobile broadband modems, regardless of the protocol used to
|
|
|
|
communicate with the actual device.
|
|
|
|
|
|
|
|
%package devel
|
2021-01-04 20:22:01 +03:00
|
|
|
Summary: Header and development files for ModemManager
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: glib-devel
|
|
|
|
Requires: gobject-introspection-devel
|
|
|
|
Requires: libqmi-devel
|
|
|
|
Provides: %{name}-glib-devel = %{version}-%{release}
|
|
|
|
|
2020-08-07 06:17:52 +03:00
|
|
|
%description devel
|
|
|
|
It contains the libraries and header files for ModemManager
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static --enable-more-warnings=no
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
|
|
|
%check
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%license COPYING
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
|
|
|
|
%{_bindir}/mmcli
|
|
|
|
%{_sbindir}/ModemManager
|
|
|
|
%{_libdir}/libmm-glib.so*
|
|
|
|
%{_libdir}/girepository-1.0/ModemManager-1.0.typelib
|
|
|
|
%{_libdir}/ModemManager/*
|
|
|
|
%exclude %{_libdir}/debug
|
|
|
|
%{_mandir}/man1/mmcli.1.gz
|
|
|
|
%{_mandir}/man8/ModemManager.8.gz
|
|
|
|
%{_datadir}/dbus-1/*
|
|
|
|
%{_datadir}/locale/*
|
|
|
|
%{_datadir}/bash-completion/*
|
|
|
|
%{_datadir}/gir-1.0/ModemManager-1.0.gir
|
2022-02-22 22:42:42 +03:00
|
|
|
%{_datadir}/ModemManager/*
|
2022-03-22 22:56:53 +03:00
|
|
|
%{_unitdir}/*
|
2020-08-07 06:17:52 +03:00
|
|
|
%exclude %{_datadir}/icons
|
|
|
|
/lib/udev/rules.d/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/ModemManager/*
|
|
|
|
%{_includedir}/libmm-glib/*
|
|
|
|
%{_libdir}/pkgconfig/ModemManager.pc
|
|
|
|
%{_libdir}/pkgconfig/mm-glib.pc
|
|
|
|
%{_libdir}/libmm-glib.la
|
|
|
|
|
|
|
|
%changelog
|
2022-03-22 22:56:53 +03:00
|
|
|
* Tue Mar 22 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.18.6-3
|
|
|
|
- Adding missing systemd service file to the default package.
|
|
|
|
|
2022-03-01 08:03:02 +03:00
|
|
|
* Mon Feb 28 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 1.18.6-2
|
|
|
|
- Adding python3-gobject, python3-dbus check BRs to satisfy regressed ptest.
|
|
|
|
|
2022-02-22 22:42:42 +03:00
|
|
|
* Fri Feb 18 2022 Max Brodeur-Urbas <maxbr@microsoft.com> - 1.18.6-1
|
|
|
|
- Upgrading to v1.18.6
|
|
|
|
- License verified.
|
|
|
|
|
2021-04-07 06:39:22 +03:00
|
|
|
* Fri Mar 26 2021 Thomas Crain <thcrain@microsoft.com> - 1.10.4-4
|
|
|
|
- Merge the following releases from 1.0 to dev branch
|
|
|
|
- anphel@microsoft.com, 1.10.4-3: Add dbus BuildRequires to fix check tests.
|
|
|
|
|
2021-01-04 20:22:01 +03:00
|
|
|
* Fri Dec 11 2020 Joe Schmitt <joschmit@microsoft.com> - 1.10.4-3
|
|
|
|
- Provide ModemManager-glib and ModemManager-glib-devel.
|
|
|
|
|
|
|
|
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.10.4-2
|
2020-08-07 06:17:52 +03:00
|
|
|
- Added %%license line automatically
|
|
|
|
|
|
|
|
* Tue Mar 17 2020 Henry Beberman <henry.beberman@microsoft.com> 1.10.4-1
|
|
|
|
- Update to 1.10.4. Fix URL. Fix Source0 URL. Licence verified.
|
2021-01-04 20:22:01 +03:00
|
|
|
|
2020-08-07 06:17:52 +03:00
|
|
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.8.2-2
|
|
|
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
2021-01-04 20:22:01 +03:00
|
|
|
|
2020-08-07 06:17:52 +03:00
|
|
|
* Mon Dec 10 2018 Alexey Makhalov <amakhalov@vmware.com> 1.8.2-1
|
|
|
|
- Initial build. First version
|