Fri, 11 Mar 2011 21:30:26 +0100
Import package vendor original specs for necessary manipulations.
1 #
2 # Do not Edit! Generated by:
3 # spectacle version 0.18
4 #
5 # >> macros
6 # << macros
8 Name: connman
9 Summary: Connection Manager
10 Version: 0.60.5
11 Release: 1.1
12 Group: System/Networking
13 License: GPLv2
14 URL: http://connman.net/
15 Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2
16 Source100: connman.yaml
17 Requires: dbus
18 Requires: wpa_supplicant >= 0.7.1
19 Requires: bluez
20 Requires: ofono
21 %ifarch %{ix86}
22 BuildRequires: pkgconfig(libiWmxSdk-0)
23 %endif
24 BuildRequires: pkgconfig(glib-2.0)
25 BuildRequires: pkgconfig(dbus-1)
26 BuildRequires: pkgconfig(libudev) >= 145
27 BuildRequires: openconnect
30 %description
31 Connection Manager provides a daemon for managing Internet connections
32 within embedded devices running the Linux operating system.
36 %package devel
37 Summary: Development files for Connection Manager
38 Group: Development/Libraries
39 Requires: %{name} = %{version}-%{release}
41 %description devel
42 connman-devel contains development files for use with connman.
44 %package iwmxsdk
45 Summary: ConnMan plugin for the Intel WiMAX Network Service
46 Group: System/Networking
47 Requires: %{name} = %{version}-%{release}
48 Requires: WiMAX-Network-Service
50 %description iwmxsdk
51 This plugin allows connman to work with WiMAX devices controlled by
52 the Intel WiMAX Network Service
55 %package test
56 Summary: Test Scripts for Connection Manager
57 Group: Development/Tools
58 Requires: %{name} = %{version}-%{release}
59 Requires: dbus-python
60 Requires: pygobject2
62 %description test
63 Scripts for testing Connman and its functionality
66 %prep
67 %setup -q -n %{name}-%{version}
69 # >> setup
70 # << setup
72 %build
73 # >> build pre
74 # << build pre
76 %configure --disable-static \
77 --enable-ethernet=builtin \
78 --enable-wifi=builtin \
79 --enable-ofono=builtin \
80 --enable-bluetooth=builtin \
81 --enable-loopback=builtin \
82 --enable-dnsproxy=builtin \
83 --enable-portal=builtin \
84 --enable-meego=builtin \
85 --enable-openconnect=builtin \
86 %ifarch %{ix86}
87 --enable-iwmx \
88 %endif
89 --enable-threads \
90 --enable-test
92 make %{?jobs:-j%jobs}
94 # >> build post
95 # << build post
96 %install
97 rm -rf %{buildroot}
98 # >> install pre
99 # << install pre
100 %make_install
102 # >> install post
103 # << install post
119 %files
120 %defattr(-,root,root,-)
121 # >> files
122 %doc AUTHORS COPYING INSTALL ChangeLog NEWS README
123 %{_sbindir}/*
124 %{_libdir}/%{name}/scripts/*
125 %config %{_sysconfdir}/dbus-1/system.d/*.conf
126 # << files
129 %files devel
130 %defattr(-,root,root,-)
131 # >> files devel
132 %doc AUTHORS COPYING INSTALL
133 %{_includedir}/%{name}/*.h
134 %{_libdir}/pkgconfig/*.pc
135 # << files devel
137 %files iwmxsdk
138 %defattr(-,root,root,-)
139 # >> files iwmxsdk
140 %ifarch %{ix86}
141 %{_libdir}/%{name}/plugins/iwmxsdk.so
142 %doc COPYING README INSTALL
143 %endif
144 # << files iwmxsdk
146 %files test
147 %defattr(-,root,root,-)
148 # >> files test
149 %{_libdir}/%{name}/test/*
150 # << files test
152 %changelog
153 * Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5
154 - upgrade to 0.60.5 to fix BMC #7497
155 * Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3
156 - upgrade to 0.60.3
157 - fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970
158 * Mon Sep 20 2010 Martin Xu <martin.xu@intel.com> - 0.60.1
159 - Upgrade to 0.60.1
160 * Tue Aug 31 2010 Martin Xu <martin.xu@intel.com> - 0.59
161 - Upgrade to 0.59
162 * Thu Aug 26 2010 Martin Xu <martin.xu@intel.com> - 0.57.3
163 - upgrade to 0.57.3
164 * Mon Aug 9 2010 Martin Xu <martin.xu@intel.com> - 0.54.4
165 - upgrade to 0.54.4
166 - to fix bug BMC #5024
167 - to fix bug BMC #3398
168 - to fix bug BMC #3719
169 - to fix bug BMC #2640
170 * Tue Jul 27 2010 Martin Xu <martin.xu@intel.com> - 0.54.3
171 - upgrade to 0.54.3
172 - to fix BMC #4017
173 - and BMC #3897
174 * Wed Jul 14 2010 Martin Xu <martin.xu@intel.com> - 0.54.2
175 - upgrade to 0.54.2
176 - to fix BMC #3787
177 * Wed Jun 30 2010 Anas Nashif <anas.nashif@intel.com> - 0.54
178 - Fixed bmc #2338: Add dependency on dbus-python and pygobject2 for
179 connman-test
180 * Tue Jun 22 2010 Martin Xu <martin.xu@intel.com> - 0.54
181 - Upgrade to 0.54
182 * Fri Jun 11 2010 Martin Xu <martin.xu@intel.com> - 0.53
183 - upgrade to 0.53
184 - add portal support
185 * Wed May 5 2010 Martin Xu <martin.xu@intel.com> - 0.52
186 - add patch 0001-Set-network-associating-as-FALSE-at-function-pan_dis.patch
187 - to fix bug #171
188 - add patch 0001-Check-error-before-call-dbus_message_get_args-to-acq.patch
189 - to fix bug #1111
190 * Wed Apr 14 2010 Martin Xu <martin.xu@intel.com> - 0.52
191 - Upgrade to 0.52
192 * Fri Mar 26 2010 Martin Xu <martin.xu@intel.com> - 0.51
193 - Upgrade to 0.51
194 - Remove patches:
195 - 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch
196 - 0001-Fix-configuration-loading-for-unknown-service.patch
197 - 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch
198 - They have been integrated into 0.51
199 * Thu Mar 25 2010 Anas Nashif <anas.nashif@intel.com> - 0.49
200 - Do not require openconnect here, we should do that in groups
201 * Fri Mar 19 2010 Anas Nashif <anas.nashif@intel.com> - 0.49
202 - Dont build wimax on non ix86
203 * Fri Feb 26 2010 Martin Xu <martin.xu@intel.com> - 0.49
204 - add 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch
205 - to fix bug #9850
206 * Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49
207 - add patch 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch
208 - to fix bug #9838
209 * Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49
210 - add patch 0001-Fix-configuration-loading-for-unknown-service.patch
211 - to fix bug #9890
212 * Wed Feb 24 2010 Martin Xu <martin.xu@intel.com> - 0.49
213 - add openconnect into build requirement and runtime requirement
214 * Mon Feb 22 2010 Anas Nashif <anas.nashif@intel.com> - 0.49
215 - Use spectacle
216 - Update to 0.49
217 - Updated URL and Group tags
218 * Thu Jan 28 2010 Martin Xu <martin.xu@intel.com> - 0.48
219 - add 0001-Remove-system-user-from-dbus-config-file.patch
220 * Sat Jan 16 2010 Anas Nashif <anas.nashif@intel.com> - 0.48
221 - Again, remote tests from main package
222 * Mon Jan 11 2010 Martin Xu <martin.xu@intel.com> - 0.48
223 - change spelling
224 * Mon Jan 4 2010 Martin Xu <martin.xu@intel.com> - 0.48
225 - upgrade to 0.48
226 * Mon Dec 14 2009 Anas Nashif <anas.nashif@intel.com> - 0.47
227 - Minor rpmlint fixes
228 * Thu Dec 3 2009 Martin Xu <martin.xu@intel.com> 0.47
229 -enable ofono plugin
230 -disable mbm plugin
231 * Mon Nov 30 2009 Martin Xu <martin.xu@intel.com> 0.47
232 - upgrade to 0.47
233 - remove set-reconnect-as-FALSE-when-power-off-and-disable-th.patch
234 - which has been merged into upstream
235 * Wed Nov 18 2009 Anas Nashif <anas.nashif@intel.com> - 0.45
236 - Remove useless Provides
237 * Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45
238 - add set-reconnect-as-FALSE-when-power-off-and-disable-th.patch
239 - to fix issue that connman may crash switching to offline mode
240 * Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45
241 - upgrade to 0.45
242 * Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.44
243 - upgrade to 0.44
244 - remove check-data-network-in-cleanup_network-at-mbm-plugin.patch
245 - remove Fix-handling-when-losing-network-access-in-MBM-plugi.patch
246 - remove set-data-network-as-NULL-when-removing-network-at-m.patch
247 - remove install-test-script.patch
248 - since these patchese has been included into 0.44
249 * Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.43
250 - add check-data-network-in-cleanup_network-at-mbm-plugin.patch
251 - add Fix-handling-when-losing-network-access-in-MBM-plugi.patch
252 - add set-data-network-as-NULL-when-removing-network-at-m.patch
253 - to fix bug 6721
254 * Sat Oct 10 2009 Martin Xu <martin.xu@intel.com> 0.43
255 - split test package
256 * Fri Oct 9 2009 Martin Xu <martin.xu@intel.com> 0.43
257 - Update to 0.43
258 * Tue Sep 15 2009 Rusty Lynch <rusty.lynch@intel.com> 0.42
259 - Update to 0.42
260 * Tue Sep 8 2009 Martin Xu <martin.xu@intel.com> 0.41
261 - add install-test-script.patch
262 - use reconfigure in stead of autoreconf
263 * Mon Sep 7 2009 Martin Xu <martin.xu@intel.com> 0.41
264 - upgrade to 0.41
265 * Wed Sep 2 2009 Martin Xu <martin.xu@intel.com> 0.40
266 - upgrade to 0.40
267 - remove fix-multi-thread-building-issue.patch
268 * Thu Aug 27 2009 Martin Xu <martin.xu@intel.com> 0.39
269 - enable Ericsson MBM 3G modem plugin
270 * Wed Aug 26 2009 Martin Xu <martin.xu@intel.com> 0.39
271 - upgrade to 0.39
272 - add fix-multi-thread-building-issue.patch
273 - remove connman-init.patch since no one use it anymore
274 * Fri Aug 7 2009 Martin Xu <martin.xu@intel.com> 0.38
275 - upgrade to 0.38
276 * Mon Jul 27 2009 Martin Xu <martin.xu@intel.com> 0.36
277 - upgrade to 0.36
278 * Thu Jul 23 2009 Rusty Lynch <rusty.lynch@intel.com> 0.35
279 - upgrade to 0.35
280 * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.34
281 - upgrade to 0.34
282 * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.33
283 - upgrade to 0.33
284 * Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.30
285 - upgrade to 0.30
286 * Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.29
287 - upgrade to 0.29
288 * Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.28
289 - upgrade to 0.28
290 * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.26
291 - upgrade to 0.26
292 * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.25
293 - upgrade to 0.25
294 * Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.24
295 - upgrade to 0.24
296 * Sun Jul 12 2009 Martin Xu <martin.xu@intel.com> 0.23
297 - upgrade to 0.23
298 * Fri Jul 10 2009 Martin Xu <martin.xu@intel.com> 0.22
299 - upgrade to 0.22
300 * Tue Jul 7 2009 Martin Xu <martin.xu@intel.com> 0.21
301 - upgrade to 0.21
302 * Thu Jul 2 2009 Martin Xu <martin.xu@intel.com> 0.20
303 - upgrade to 0.20
304 - remove fix-1564.patch
305 - dhcp-sets-gateway-host-route.patch
306 - because the two patches have been included into 0.20 upstream
307 - add iwmxsdk subpackage to package connmand plugin for Intel wimax
308 * Wed May 27 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.19
309 - Add temporary fix (until next release) for DHCP servers whose gateway is not in the local network
310 * Tue May 19 2009 Martin Xu <martin.xu@intel.com> 0.19
311 - Fixed Service->Disconnect issue (bug #1564, #1817)
312 * Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.19-1
313 - Upgrade to 0.19
314 * Wed May 13 2009 Martin Xu <martin.xu@intel.com> 0.17
315 - Upgrade to 0.17
316 - Add builtin plugin support
317 * Mon May 11 2009 Martin Xu <martin.xu@intel.com> 0.16
318 - Remove patch fix-bug-1558.patch
319 - Upgrade to 0.16
320 * Mon Apr 13 2009 Martin Xu <martin.xu@intel.com> 0.15
321 - Fixed flight mode enabling/disabling (bug #1558)
322 * Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.15
323 - Upgrade to 0.15
324 * Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.14
325 - Upgrade to 0.14
326 - remove connman-make-resolv.conf.patch
327 - remove fix-segment-fault.patch
328 * Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13
329 - Add fix-segment-fault.patch to fix segment fault error
330 * Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13
331 - Upgrade to 0.13
332 * Tue Mar 10 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.12
333 - Update to 0.12
334 * Tue Mar 10 2009 Martin Xu <martin.xu@intel.com> 0.11
335 - add bluez runtime dependency
336 * Fri Mar 6 2009 Martin Xu <martin.xu@intel.com> 0.11
337 - add fix-bug1118.patch to fix bug1118
338 * Mon Mar 2 2009 Martin Xu <martin.xu@intel.com> 0.11
339 - upgrade to 0.11
340 * Mon Feb 23 2009 Martin Xu <martin.xu@intel.com> 0.10
341 - remove connman-ugly-dirty-awful-hack-until-dbus-at_console-is-fixed.patch
342 * Wed Feb 18 2009 Martin Xu <martin.xu@intel.com> 0.10
343 - fix the url
344 * Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10
345 - WiMAX fix #1
346 * Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10
347 - Enable thread support (for WiMAX plugin)
348 * Fri Jan 23 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10
349 - upgrade to 0.10, remove resolvconf plugin per Marcel's input
350 * Thu Jan 22 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.9
351 - upgrade to 0.9
352 * Tue Jan 20 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8
353 - connman creates /etc/resolv.conf on startup instead of owning the file
354 * Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8
355 - added missing patches
356 * Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8
357 - add tests scripts for cmdline wifi selection, resolv.conf default config
358 * Mon Jan 12 2009 Anas Nashif <anas.nashif@intel.com> 0.8
359 - Fixed comment in xml file
360 * Mon Jan 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8
361 - added an extremely ugly hack to fix the lack of dbus::at_console SHOULD BE PROPERLY FIXED
362 * Sat Jan 10 2009 Anas Nashif <anas.nashif@intel.com> 0.8
363 - Update to 0.8
364 * Fri Jan 9 2009 Anas Nashif <anas.nashif@intel.com> 0.7
365 - Update to 0.7
366 * Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5
367 - Enable dbus permission for the policykit case
368 * Thu Dec 18 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5
369 - test update to 0.5
370 * Wed Dec 17 2008 Arjan van de Ven <arjan@linux.intel.com> 0.4
371 - Clean up the spec
372 * Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 0.4
373 - Fixed build
374 - Fixed rpmlint warnings
375 * Tue Dec 9 2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.1
376 - Push up release 0.1
377 * Tue Dec 2 2008 Anas Nashif <anas.nashif@intel.com> 0.0
378 - Added chkconfig meta data
379 * Mon Nov 24 2008 Martin Xu <martin.xu@intel.com>
380 - Upgrade to snapshot 371-4a7178f
381 * Fri Sep 26 2008 Martin Xu <martin.xu@intel.com>
382 - Upgrade to snapshot 305.83359bf
383 - Remove connman-dhclient_path.patch
384 - Remove libgdbus from build requirement
385 * Thu Sep 25 2008 Martin Xu <martin.xu@intel.com>
386 - add dhclient and wpa_supplicant build requirment
387 - Fixed init script again
388 * Wed Sep 24 2008 Anas Nashif <anas.nashif@intel.com> 0.0
389 - Fixed application path (Martin Xu)
390 - Fixed init script
391 * Wed Aug 13 2008 Peng Li <peng.li@intel.com>
392 - add build dependency for sqlite-devel
393 * Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com>
394 - setup the right directory
395 * Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com>
396 - Initial import into build system
397 * Mon Aug 4 2008 Marcel Holtmann <marcel@holtmann.org>
398 - Initial packaging