5 # >> macros |
5 # >> macros |
6 # << macros |
6 # << macros |
7 |
7 |
8 Name: connman |
8 Name: connman |
9 Summary: Connection Manager |
9 Summary: Connection Manager |
10 Version: 0.60.5 |
10 Vendor: Europalab Software |
11 Release: 1.1 |
11 Packager: Michael Schloh von Bennewitz |
|
12 Distribution: MeeGo Thirdparty |
|
13 Version: 0.64 |
|
14 Release: 1.0 |
12 Group: System/Networking |
15 Group: System/Networking |
13 License: GPLv2 |
16 License: GPLv2 |
14 URL: http://connman.net/ |
17 URL: http://connman.net/ |
15 Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 |
18 Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 |
16 Source100: connman.yaml |
19 Source100: connman.yaml |
23 %endif |
26 %endif |
24 BuildRequires: pkgconfig(glib-2.0) |
27 BuildRequires: pkgconfig(glib-2.0) |
25 BuildRequires: pkgconfig(dbus-1) |
28 BuildRequires: pkgconfig(dbus-1) |
26 BuildRequires: pkgconfig(libudev) >= 145 |
29 BuildRequires: pkgconfig(libudev) >= 145 |
27 BuildRequires: openconnect |
30 BuildRequires: openconnect |
|
31 BuildRequires: iptables-devel |
28 |
32 |
29 |
33 |
30 %description |
34 %description |
31 Connection Manager provides a daemon for managing Internet connections |
35 Connection Manager provides a daemon for managing Internet connections |
32 within embedded devices running the Linux operating system. |
36 within embedded devices running the Linux operating system. |
33 |
37 |
34 |
38 |
35 |
|
36 %package devel |
39 %package devel |
37 Summary: Development files for Connection Manager |
40 Summary: Development files for Connection Manager |
|
41 Vendor: Europalab Software |
|
42 Packager: Michael Schloh von Bennewitz |
|
43 Distribution: MeeGo Thirdparty |
38 Group: Development/Libraries |
44 Group: Development/Libraries |
39 Requires: %{name} = %{version}-%{release} |
45 Requires: %{name} = %{version}-%{release} |
40 |
46 |
41 %description devel |
47 %description devel |
42 connman-devel contains development files for use with connman. |
48 connman-devel contains development files for use with connman. |
43 |
49 |
44 %package iwmxsdk |
50 %package iwmxsdk |
45 Summary: ConnMan plugin for the Intel WiMAX Network Service |
51 Summary: ConnMan plugin for the Intel WiMAX Network Service |
|
52 Vendor: Europalab Software |
|
53 Packager: Michael Schloh von Bennewitz |
|
54 Distribution: MeeGo Thirdparty |
46 Group: System/Networking |
55 Group: System/Networking |
47 Requires: %{name} = %{version}-%{release} |
56 Requires: %{name} = %{version}-%{release} |
48 Requires: WiMAX-Network-Service |
57 Requires: WiMAX-Network-Service |
49 |
58 |
50 %description iwmxsdk |
59 %description iwmxsdk |
52 the Intel WiMAX Network Service |
61 the Intel WiMAX Network Service |
53 |
62 |
54 |
63 |
55 %package test |
64 %package test |
56 Summary: Test Scripts for Connection Manager |
65 Summary: Test Scripts for Connection Manager |
|
66 Vendor: Europalab Software |
|
67 Packager: Michael Schloh von Bennewitz |
|
68 Distribution: MeeGo Thirdparty |
57 Group: Development/Tools |
69 Group: Development/Tools |
58 Requires: %{name} = %{version}-%{release} |
70 Requires: %{name} = %{version}-%{release} |
59 Requires: dbus-python |
71 Requires: dbus-python |
60 Requires: pygobject2 |
72 Requires: pygobject2 |
61 |
73 |
76 %configure --disable-static \ |
88 %configure --disable-static \ |
77 --enable-ethernet=builtin \ |
89 --enable-ethernet=builtin \ |
78 --enable-wifi=builtin \ |
90 --enable-wifi=builtin \ |
79 --enable-ofono=builtin \ |
91 --enable-ofono=builtin \ |
80 --enable-bluetooth=builtin \ |
92 --enable-bluetooth=builtin \ |
|
93 --enable-hh2serial-gps=builtin \ |
81 --enable-loopback=builtin \ |
94 --enable-loopback=builtin \ |
82 --enable-dnsproxy=builtin \ |
95 --enable-dnsproxy=builtin \ |
83 --enable-portal=builtin \ |
96 --enable-portal=builtin \ |
84 --enable-meego=builtin \ |
97 --enable-meego=builtin \ |
85 --enable-openconnect=builtin \ |
98 --enable-openconnect=builtin \ |
148 # >> files test |
149 # >> files test |
149 %{_libdir}/%{name}/test/* |
150 %{_libdir}/%{name}/test/* |
150 # << files test |
151 # << files test |
151 |
152 |
152 %changelog |
153 %changelog |
|
154 * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 0.64 |
|
155 - upgrade to 0.64 to try to get DHCP domain search, NAT, and IP forwarding |
153 * Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5 |
156 * Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5 |
154 - upgrade to 0.60.5 to fix BMC #7497 |
157 - upgrade to 0.60.5 to fix BMC #7497 |
155 * Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3 |
158 * Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3 |
156 - upgrade to 0.60.3 |
159 - upgrade to 0.60.3 |
157 - fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 |
160 - fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 |