Add ModemManager-glib-devel to BuildRequires
This commit is contained in:
parent
b894eae48d
commit
5cc21f72b7
@ -12,7 +12,7 @@
|
|||||||
Name: network-manager-applet
|
Name: network-manager-applet
|
||||||
Summary: A network control and status applet for NetworkManager
|
Summary: A network control and status applet for NetworkManager
|
||||||
Version: 0.9.9.0
|
Version: 0.9.9.0
|
||||||
Release: 8%{snapshot}%{?dist}
|
Release: 9%{snapshot}%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
@ -34,6 +34,7 @@ Requires: nm-connection-editor = %{version}-%{release}
|
|||||||
|
|
||||||
BuildRequires: NetworkManager-devel >= %{nm_version}
|
BuildRequires: NetworkManager-devel >= %{nm_version}
|
||||||
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
||||||
|
BuildRequires: ModemManager-glib-devel >= 1.0
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -108,6 +109,7 @@ intltoolize --force
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-bluetooth \
|
--without-bluetooth \
|
||||||
|
--with-modem-manager-1=yes \
|
||||||
--enable-more-warnings=yes \
|
--enable-more-warnings=yes \
|
||||||
--disable-migration
|
--disable-migration
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -213,6 +215,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
%{_datadir}/gir-1.0/NMGtk-1.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 24 2014 Dan Winship <danw@redhat.com> - 0.9.9.0-9.git20140123
|
||||||
|
- Add ModemManager-glib-devel to BuildRequires
|
||||||
|
|
||||||
* Thu Jan 23 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-8.git20140123
|
* Thu Jan 23 2014 Jiří Klimeš <jklimes@redhat.com> - 0.9.9.0-8.git20140123
|
||||||
- update to latest git snapshot (git20140123 sha:5d4f17e)
|
- update to latest git snapshot (git20140123 sha:5d4f17e)
|
||||||
- applet: fix crash when "CA certificate is not required" (rh #1055535)
|
- applet: fix crash when "CA certificate is not required" (rh #1055535)
|
||||||
|
Loading…
Reference in New Issue
Block a user