update to 1.8.0 [release 1.8.0-1mamba;Thu Aug 30 2018]
This commit is contained in:
parent
0b28240a8f
commit
963e76db3b
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: ModemManager
|
Name: ModemManager
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.4.8
|
Version: 1.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Provides a DBus interface to communicate with mobile broadband (GSM, CDMA, UMTS, …) cards
|
Summary: Provides a DBus interface to communicate with mobile broadband (GSM, CDMA, UMTS, …) cards
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -31,7 +31,7 @@ BuildRequires: polkit-devel
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: udev-devel
|
BuildRequires: udev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libqmi-devel >= 1.8.0
|
BuildRequires: libqmi-devel >= 1.20.2
|
||||||
BuildRequires: libmbim-devel >= 1.10.0
|
BuildRequires: libmbim-devel >= 1.10.0
|
||||||
Requires: mobile-broadband-provider-info
|
Requires: mobile-broadband-provider-info
|
||||||
Requires: usb-modeswitch
|
Requires: usb-modeswitch
|
||||||
@ -93,12 +93,13 @@ exit 0
|
|||||||
%{_libdir}/girepository-1.0/ModemManager-1.0.typelib
|
%{_libdir}/girepository-1.0/ModemManager-1.0.typelib
|
||||||
%dir %{_libdir}/ModemManager
|
%dir %{_libdir}/ModemManager
|
||||||
%{_libdir}/ModemManager/libmm-*
|
%{_libdir}/ModemManager/libmm-*
|
||||||
|
%{_datadir}/bash-completion/completions/mmcli
|
||||||
%{_datadir}/dbus-1/interfaces/*
|
%{_datadir}/dbus-1/interfaces/*
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.ModemManager1.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.ModemManager1.policy
|
||||||
%{_datadir}/icons/hicolor/22x22/apps/ModemManager.png
|
%{_datadir}/icons/hicolor/22x22/apps/ModemManager.png
|
||||||
%{_mandir}/man8/ModemManager.8.gz
|
%{_mandir}/man8/ModemManager.8*
|
||||||
%{_mandir}/man8/mmcli.8.gz
|
%{_mandir}/man8/mmcli.8*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
# README
|
# README
|
||||||
|
|
||||||
@ -111,13 +112,15 @@ exit 0
|
|||||||
%{_datadir}/gir-1.0/ModemManager-1.0.gir
|
%{_datadir}/gir-1.0/ModemManager-1.0.gir
|
||||||
%{_datadir}/vala/vapi/libmm-glib.deps
|
%{_datadir}/vala/vapi/libmm-glib.deps
|
||||||
%{_datadir}/vala/vapi/libmm-glib.vapi
|
%{_datadir}/vala/vapi/libmm-glib.vapi
|
||||||
%{_libdir}/libmm-glib.a
|
|
||||||
%{_libdir}/libmm-glib.la
|
%{_libdir}/libmm-glib.la
|
||||||
%{_libdir}/libmm-glib.so
|
%{_libdir}/libmm-glib.so
|
||||||
%{_libdir}/pkgconfig/ModemManager.pc
|
%{_libdir}/pkgconfig/ModemManager.pc
|
||||||
%{_libdir}/pkgconfig/mm-glib.pc
|
%{_libdir}/pkgconfig/mm-glib.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 30 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-1mamba
|
||||||
|
- update to 1.8.0
|
||||||
|
|
||||||
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 1.4.8-1mamba
|
* Fri May 08 2015 Automatic Build System <autodist@mambasoft.it> 1.4.8-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user