]> git.pld-linux.org Git - packages/NetworkManager.git/commitdiff
- more BRs, fixed dbus version
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Apr 2006 21:04:13 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass dhcdbd and wpa_supplicant paths to configure to avoid BRing them

Changed files:
    NetworkManager.spec -> 1.15

NetworkManager.spec

index 9bf10de62300cd49b3f32f1e5e773afc7e36aed0..6b7e35ec474bd46580574d70d4635bc8d845bbf2 100644 (file)
@@ -13,12 +13,18 @@ Source0:    http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.6/%{name}-%{ver
 # Source0-md5: 1254609e7d6a8de72677d63908bb4bd8
 Source1:       %{name}.init
 Patch0:                %{name}-pld.patch
-BuildRequires: dbus-glib-devel >= 0.6.3
-BuildRequires: dhcdbd
-BuildRequires: gnome-panel-devel
+BuildRequires: GConf2-devel >= 2.0
+BuildRequires: dbus-glib-devel >= 0.60
+BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: gnome-keyring-devel
+BuildRequires: gnome-panel-devel >= 2.0
 BuildRequires: hal-devel >= 0.5.2
+BuildRequires: libgcrypt-devel
+BuildRequires: libglade2-devel >= 2.0
 BuildRequires: libiw-devel >= 28
 BuildRequires: libnl-devel >= 1.0
+BuildRequires: libnotify-devel >= 0.3.0
+BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post):        /sbin/ldconfig
 Requires(post,preun):  /sbin/chkconfig
@@ -39,7 +45,9 @@ Zarz
 %build
 autoreconf
 %configure \
-       --with-distro=pld
+       --with-distro=pld \
+       --with-dhcdbd=/usr/sbin/dhcdbd \
+       --with-wpa_supplicant=/usr/sbin/wpa_supplicant
 %{__make}
 
 %install
This page took 0.038488 seconds and 4 git commands to generate.