]> git.pld-linux.org Git - packages/ModemManager.git/commitdiff
- changes from Przemo Firszt <przemo#firszt.eu> (untested):
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Aug 2010 15:37:56 +0000 (15:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  - Add polkit option to ModemManager configure

Changed files:
    ModemManager.spec -> 1.5

ModemManager.spec

index e025151564a7e0555514918cfc53d488864cafb0..0f0a1087c5b1214a7010fa476a3a7deb08666176 100644 (file)
@@ -1,10 +1,8 @@
-#
 %define                ppp_version     2.4.5
-#
 Summary:       Mobile broadband modem management service
 Name:          ModemManager
 Version:       0.4
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/ModemManager/0.4/%{name}-%{version}.tar.bz2
@@ -36,7 +34,9 @@ different modems, including mobile broadband (3G) devices.
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version}
+       --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
+       --with-polkit \
+       --enable-more-warnings=yes
 %{__make}
 
 %install
This page took 0.129649 seconds and 4 git commands to generate.