mirror of
https://abf.rosa.ru/djam/knetworkmanager.git
synced 2025-02-23 21:42:52 +00:00
Add networkmanager to Requires
This commit is contained in:
parent
a13bbf011a
commit
cfae9ab3af
1 changed files with 5 additions and 3 deletions
|
@ -10,11 +10,12 @@
|
||||||
%define openvn 1
|
%define openvn 1
|
||||||
%define vpnc 1
|
%define vpnc 1
|
||||||
%define openconnect 0
|
%define openconnect 0
|
||||||
|
%define nm_version 0.9.8.0
|
||||||
|
|
||||||
Name: knetworkmanager
|
Name: knetworkmanager
|
||||||
Summary: KDE NetworkManager
|
Summary: KDE NetworkManager
|
||||||
Version: 0.9.0.7
|
Version: 0.9.0.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: Graphical desktop/KDE
|
Group: Graphical desktop/KDE
|
||||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and LGPLv2
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and LGPLv2
|
||||||
|
@ -31,8 +32,8 @@ Patch1: networkmanagement-0.9-compile-po-files.patch
|
||||||
#Patch2: networkmanagement-0.9.0.2-applet.desktop.patch
|
#Patch2: networkmanagement-0.9.0.2-applet.desktop.patch
|
||||||
#Patch3: networkmanagement-0.9.0.2-kcm.desktop.patch
|
#Patch3: networkmanagement-0.9.0.2-kcm.desktop.patch
|
||||||
Patch4: networkmanagement-0.9.0.2-ui-fix.patch
|
Patch4: networkmanagement-0.9.0.2-ui-fix.patch
|
||||||
BuildRequires: pkgconfig(libnm-util) >= 0.9
|
BuildRequires: pkgconfig(libnm-util) >= %{nm_version}
|
||||||
BuildRequires: pkgconfig(libnm-glib) >= 0.9
|
BuildRequires: pkgconfig(libnm-glib) >= %{nm_version}
|
||||||
BuildRequires: mobile-broadband-provider-info
|
BuildRequires: mobile-broadband-provider-info
|
||||||
BuildRequires: kdebase4-workspace-devel
|
BuildRequires: kdebase4-workspace-devel
|
||||||
%if %{openconnect}
|
%if %{openconnect}
|
||||||
|
@ -41,6 +42,7 @@ BuildRequires: pkgconfig(openconnect) >= 3.10
|
||||||
Requires: %{name}-common
|
Requires: %{name}-common
|
||||||
# plasmoid crashes if knetworkmanager is running
|
# plasmoid crashes if knetworkmanager is running
|
||||||
Requires: plasma-applet-networkmanagement
|
Requires: plasma-applet-networkmanagement
|
||||||
|
Requires: networkmanager = %{nm_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KNetworkManager is a system tray applet for controlling network
|
KNetworkManager is a system tray applet for controlling network
|
||||||
|
|
Loading…
Add table
Reference in a new issue