1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/connman/connman.spec Fri Mar 11 21:30:26 2011 +0100 1.3 @@ -0,0 +1,398 @@ 1.4 +# 1.5 +# Do not Edit! Generated by: 1.6 +# spectacle version 0.18 1.7 +# 1.8 +# >> macros 1.9 +# << macros 1.10 + 1.11 +Name: connman 1.12 +Summary: Connection Manager 1.13 +Version: 0.60.5 1.14 +Release: 1.1 1.15 +Group: System/Networking 1.16 +License: GPLv2 1.17 +URL: http://connman.net/ 1.18 +Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 1.19 +Source100: connman.yaml 1.20 +Requires: dbus 1.21 +Requires: wpa_supplicant >= 0.7.1 1.22 +Requires: bluez 1.23 +Requires: ofono 1.24 +%ifarch %{ix86} 1.25 +BuildRequires: pkgconfig(libiWmxSdk-0) 1.26 +%endif 1.27 +BuildRequires: pkgconfig(glib-2.0) 1.28 +BuildRequires: pkgconfig(dbus-1) 1.29 +BuildRequires: pkgconfig(libudev) >= 145 1.30 +BuildRequires: openconnect 1.31 + 1.32 + 1.33 +%description 1.34 +Connection Manager provides a daemon for managing Internet connections 1.35 +within embedded devices running the Linux operating system. 1.36 + 1.37 + 1.38 + 1.39 +%package devel 1.40 +Summary: Development files for Connection Manager 1.41 +Group: Development/Libraries 1.42 +Requires: %{name} = %{version}-%{release} 1.43 + 1.44 +%description devel 1.45 +connman-devel contains development files for use with connman. 1.46 + 1.47 +%package iwmxsdk 1.48 +Summary: ConnMan plugin for the Intel WiMAX Network Service 1.49 +Group: System/Networking 1.50 +Requires: %{name} = %{version}-%{release} 1.51 +Requires: WiMAX-Network-Service 1.52 + 1.53 +%description iwmxsdk 1.54 +This plugin allows connman to work with WiMAX devices controlled by 1.55 +the Intel WiMAX Network Service 1.56 + 1.57 + 1.58 +%package test 1.59 +Summary: Test Scripts for Connection Manager 1.60 +Group: Development/Tools 1.61 +Requires: %{name} = %{version}-%{release} 1.62 +Requires: dbus-python 1.63 +Requires: pygobject2 1.64 + 1.65 +%description test 1.66 +Scripts for testing Connman and its functionality 1.67 + 1.68 + 1.69 +%prep 1.70 +%setup -q -n %{name}-%{version} 1.71 + 1.72 +# >> setup 1.73 +# << setup 1.74 + 1.75 +%build 1.76 +# >> build pre 1.77 +# << build pre 1.78 + 1.79 +%configure --disable-static \ 1.80 + --enable-ethernet=builtin \ 1.81 + --enable-wifi=builtin \ 1.82 + --enable-ofono=builtin \ 1.83 + --enable-bluetooth=builtin \ 1.84 + --enable-loopback=builtin \ 1.85 + --enable-dnsproxy=builtin \ 1.86 + --enable-portal=builtin \ 1.87 + --enable-meego=builtin \ 1.88 + --enable-openconnect=builtin \ 1.89 +%ifarch %{ix86} 1.90 + --enable-iwmx \ 1.91 +%endif 1.92 + --enable-threads \ 1.93 + --enable-test 1.94 + 1.95 +make %{?jobs:-j%jobs} 1.96 + 1.97 +# >> build post 1.98 +# << build post 1.99 +%install 1.100 +rm -rf %{buildroot} 1.101 +# >> install pre 1.102 +# << install pre 1.103 +%make_install 1.104 + 1.105 +# >> install post 1.106 +# << install post 1.107 + 1.108 + 1.109 + 1.110 + 1.111 + 1.112 + 1.113 + 1.114 + 1.115 + 1.116 + 1.117 + 1.118 + 1.119 + 1.120 + 1.121 + 1.122 +%files 1.123 +%defattr(-,root,root,-) 1.124 +# >> files 1.125 +%doc AUTHORS COPYING INSTALL ChangeLog NEWS README 1.126 +%{_sbindir}/* 1.127 +%{_libdir}/%{name}/scripts/* 1.128 +%config %{_sysconfdir}/dbus-1/system.d/*.conf 1.129 +# << files 1.130 + 1.131 + 1.132 +%files devel 1.133 +%defattr(-,root,root,-) 1.134 +# >> files devel 1.135 +%doc AUTHORS COPYING INSTALL 1.136 +%{_includedir}/%{name}/*.h 1.137 +%{_libdir}/pkgconfig/*.pc 1.138 +# << files devel 1.139 + 1.140 +%files iwmxsdk 1.141 +%defattr(-,root,root,-) 1.142 +# >> files iwmxsdk 1.143 +%ifarch %{ix86} 1.144 +%{_libdir}/%{name}/plugins/iwmxsdk.so 1.145 +%doc COPYING README INSTALL 1.146 +%endif 1.147 +# << files iwmxsdk 1.148 + 1.149 +%files test 1.150 +%defattr(-,root,root,-) 1.151 +# >> files test 1.152 +%{_libdir}/%{name}/test/* 1.153 +# << files test 1.154 + 1.155 +%changelog 1.156 +* Sat Oct 9 2010 Martin Xu <martin.xu@intel.com> - 0.60.5 1.157 +- upgrade to 0.60.5 to fix BMC #7497 1.158 +* Sat Sep 25 2010 Martin Xu <martin.xu@intel.com> - 0.60.3 1.159 +- upgrade to 0.60.3 1.160 +- fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 1.161 +* Mon Sep 20 2010 Martin Xu <martin.xu@intel.com> - 0.60.1 1.162 +- Upgrade to 0.60.1 1.163 +* Tue Aug 31 2010 Martin Xu <martin.xu@intel.com> - 0.59 1.164 +- Upgrade to 0.59 1.165 +* Thu Aug 26 2010 Martin Xu <martin.xu@intel.com> - 0.57.3 1.166 +- upgrade to 0.57.3 1.167 +* Mon Aug 9 2010 Martin Xu <martin.xu@intel.com> - 0.54.4 1.168 +- upgrade to 0.54.4 1.169 +- to fix bug BMC #5024 1.170 +- to fix bug BMC #3398 1.171 +- to fix bug BMC #3719 1.172 +- to fix bug BMC #2640 1.173 +* Tue Jul 27 2010 Martin Xu <martin.xu@intel.com> - 0.54.3 1.174 +- upgrade to 0.54.3 1.175 +- to fix BMC #4017 1.176 +- and BMC #3897 1.177 +* Wed Jul 14 2010 Martin Xu <martin.xu@intel.com> - 0.54.2 1.178 +- upgrade to 0.54.2 1.179 +- to fix BMC #3787 1.180 +* Wed Jun 30 2010 Anas Nashif <anas.nashif@intel.com> - 0.54 1.181 +- Fixed bmc #2338: Add dependency on dbus-python and pygobject2 for 1.182 + connman-test 1.183 +* Tue Jun 22 2010 Martin Xu <martin.xu@intel.com> - 0.54 1.184 +- Upgrade to 0.54 1.185 +* Fri Jun 11 2010 Martin Xu <martin.xu@intel.com> - 0.53 1.186 +- upgrade to 0.53 1.187 +- add portal support 1.188 +* Wed May 5 2010 Martin Xu <martin.xu@intel.com> - 0.52 1.189 +- add patch 0001-Set-network-associating-as-FALSE-at-function-pan_dis.patch 1.190 +- to fix bug #171 1.191 +- add patch 0001-Check-error-before-call-dbus_message_get_args-to-acq.patch 1.192 +- to fix bug #1111 1.193 +* Wed Apr 14 2010 Martin Xu <martin.xu@intel.com> - 0.52 1.194 +- Upgrade to 0.52 1.195 +* Fri Mar 26 2010 Martin Xu <martin.xu@intel.com> - 0.51 1.196 +- Upgrade to 0.51 1.197 +- Remove patches: 1.198 +- 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch 1.199 +- 0001-Fix-configuration-loading-for-unknown-service.patch 1.200 +- 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch 1.201 +- They have been integrated into 0.51 1.202 +* Thu Mar 25 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 1.203 +- Do not require openconnect here, we should do that in groups 1.204 +* Fri Mar 19 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 1.205 +- Dont build wimax on non ix86 1.206 +* Fri Feb 26 2010 Martin Xu <martin.xu@intel.com> - 0.49 1.207 +- add 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch 1.208 +- to fix bug #9850 1.209 +* Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 1.210 +- add patch 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch 1.211 +- to fix bug #9838 1.212 +* Thu Feb 25 2010 Martin Xu <martin.xu@intel.com> - 0.49 1.213 +- add patch 0001-Fix-configuration-loading-for-unknown-service.patch 1.214 +- to fix bug #9890 1.215 +* Wed Feb 24 2010 Martin Xu <martin.xu@intel.com> - 0.49 1.216 +- add openconnect into build requirement and runtime requirement 1.217 +* Mon Feb 22 2010 Anas Nashif <anas.nashif@intel.com> - 0.49 1.218 +- Use spectacle 1.219 +- Update to 0.49 1.220 +- Updated URL and Group tags 1.221 +* Thu Jan 28 2010 Martin Xu <martin.xu@intel.com> - 0.48 1.222 +- add 0001-Remove-system-user-from-dbus-config-file.patch 1.223 +* Sat Jan 16 2010 Anas Nashif <anas.nashif@intel.com> - 0.48 1.224 +- Again, remote tests from main package 1.225 +* Mon Jan 11 2010 Martin Xu <martin.xu@intel.com> - 0.48 1.226 +- change spelling 1.227 +* Mon Jan 4 2010 Martin Xu <martin.xu@intel.com> - 0.48 1.228 +- upgrade to 0.48 1.229 +* Mon Dec 14 2009 Anas Nashif <anas.nashif@intel.com> - 0.47 1.230 +- Minor rpmlint fixes 1.231 +* Thu Dec 3 2009 Martin Xu <martin.xu@intel.com> 0.47 1.232 +-enable ofono plugin 1.233 +-disable mbm plugin 1.234 +* Mon Nov 30 2009 Martin Xu <martin.xu@intel.com> 0.47 1.235 +- upgrade to 0.47 1.236 +- remove set-reconnect-as-FALSE-when-power-off-and-disable-th.patch 1.237 +- which has been merged into upstream 1.238 +* Wed Nov 18 2009 Anas Nashif <anas.nashif@intel.com> - 0.45 1.239 +- Remove useless Provides 1.240 +* Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 1.241 +- add set-reconnect-as-FALSE-when-power-off-and-disable-th.patch 1.242 +- to fix issue that connman may crash switching to offline mode 1.243 +* Tue Oct 27 2009 Martin Xu <martin.xu@intel.com> 0.45 1.244 +- upgrade to 0.45 1.245 +* Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.44 1.246 +- upgrade to 0.44 1.247 +- remove check-data-network-in-cleanup_network-at-mbm-plugin.patch 1.248 +- remove Fix-handling-when-losing-network-access-in-MBM-plugi.patch 1.249 +- remove set-data-network-as-NULL-when-removing-network-at-m.patch 1.250 +- remove install-test-script.patch 1.251 +- since these patchese has been included into 0.44 1.252 +* Fri Oct 16 2009 Martin Xu <martin.xu@intel.com> 0.43 1.253 +- add check-data-network-in-cleanup_network-at-mbm-plugin.patch 1.254 +- add Fix-handling-when-losing-network-access-in-MBM-plugi.patch 1.255 +- add set-data-network-as-NULL-when-removing-network-at-m.patch 1.256 +- to fix bug 6721 1.257 +* Sat Oct 10 2009 Martin Xu <martin.xu@intel.com> 0.43 1.258 +- split test package 1.259 +* Fri Oct 9 2009 Martin Xu <martin.xu@intel.com> 0.43 1.260 +- Update to 0.43 1.261 +* Tue Sep 15 2009 Rusty Lynch <rusty.lynch@intel.com> 0.42 1.262 +- Update to 0.42 1.263 +* Tue Sep 8 2009 Martin Xu <martin.xu@intel.com> 0.41 1.264 +- add install-test-script.patch 1.265 +- use reconfigure in stead of autoreconf 1.266 +* Mon Sep 7 2009 Martin Xu <martin.xu@intel.com> 0.41 1.267 +- upgrade to 0.41 1.268 +* Wed Sep 2 2009 Martin Xu <martin.xu@intel.com> 0.40 1.269 +- upgrade to 0.40 1.270 +- remove fix-multi-thread-building-issue.patch 1.271 +* Thu Aug 27 2009 Martin Xu <martin.xu@intel.com> 0.39 1.272 +- enable Ericsson MBM 3G modem plugin 1.273 +* Wed Aug 26 2009 Martin Xu <martin.xu@intel.com> 0.39 1.274 +- upgrade to 0.39 1.275 +- add fix-multi-thread-building-issue.patch 1.276 +- remove connman-init.patch since no one use it anymore 1.277 +* Fri Aug 7 2009 Martin Xu <martin.xu@intel.com> 0.38 1.278 +- upgrade to 0.38 1.279 +* Mon Jul 27 2009 Martin Xu <martin.xu@intel.com> 0.36 1.280 +- upgrade to 0.36 1.281 +* Thu Jul 23 2009 Rusty Lynch <rusty.lynch@intel.com> 0.35 1.282 +- upgrade to 0.35 1.283 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.34 1.284 +- upgrade to 0.34 1.285 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.33 1.286 +- upgrade to 0.33 1.287 +* Tue Jul 21 2009 Martin Xu <martin.xu@intel.com> 0.30 1.288 +- upgrade to 0.30 1.289 +* Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.29 1.290 +- upgrade to 0.29 1.291 +* Sat Jul 18 2009 Martin Xu <martin.xu@intel.com> 0.28 1.292 +- upgrade to 0.28 1.293 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.26 1.294 +- upgrade to 0.26 1.295 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.25 1.296 +- upgrade to 0.25 1.297 +* Fri Jul 17 2009 Martin Xu <martin.xu@intel.com> 0.24 1.298 +- upgrade to 0.24 1.299 +* Sun Jul 12 2009 Martin Xu <martin.xu@intel.com> 0.23 1.300 +- upgrade to 0.23 1.301 +* Fri Jul 10 2009 Martin Xu <martin.xu@intel.com> 0.22 1.302 +- upgrade to 0.22 1.303 +* Tue Jul 7 2009 Martin Xu <martin.xu@intel.com> 0.21 1.304 +- upgrade to 0.21 1.305 +* Thu Jul 2 2009 Martin Xu <martin.xu@intel.com> 0.20 1.306 +- upgrade to 0.20 1.307 +- remove fix-1564.patch 1.308 +- dhcp-sets-gateway-host-route.patch 1.309 +- because the two patches have been included into 0.20 upstream 1.310 +- add iwmxsdk subpackage to package connmand plugin for Intel wimax 1.311 +* Wed May 27 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.19 1.312 +- Add temporary fix (until next release) for DHCP servers whose gateway is not in the local network 1.313 +* Tue May 19 2009 Martin Xu <martin.xu@intel.com> 0.19 1.314 +- Fixed Service->Disconnect issue (bug #1564, #1817) 1.315 +* Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.19-1 1.316 +- Upgrade to 0.19 1.317 +* Wed May 13 2009 Martin Xu <martin.xu@intel.com> 0.17 1.318 +- Upgrade to 0.17 1.319 +- Add builtin plugin support 1.320 +* Mon May 11 2009 Martin Xu <martin.xu@intel.com> 0.16 1.321 +- Remove patch fix-bug-1558.patch 1.322 +- Upgrade to 0.16 1.323 +* Mon Apr 13 2009 Martin Xu <martin.xu@intel.com> 0.15 1.324 +- Fixed flight mode enabling/disabling (bug #1558) 1.325 +* Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.15 1.326 +- Upgrade to 0.15 1.327 +* Fri Mar 27 2009 Martin Xu <martin.xu@intel.com> 0.14 1.328 +- Upgrade to 0.14 1.329 +- remove connman-make-resolv.conf.patch 1.330 +- remove fix-segment-fault.patch 1.331 +* Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 1.332 +- Add fix-segment-fault.patch to fix segment fault error 1.333 +* Mon Mar 23 2009 Martin Xu <martin.xu@intel.com> 0.13 1.334 +- Upgrade to 0.13 1.335 +* Tue Mar 10 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.12 1.336 +- Update to 0.12 1.337 +* Tue Mar 10 2009 Martin Xu <martin.xu@intel.com> 0.11 1.338 +- add bluez runtime dependency 1.339 +* Fri Mar 6 2009 Martin Xu <martin.xu@intel.com> 0.11 1.340 +- add fix-bug1118.patch to fix bug1118 1.341 +* Mon Mar 2 2009 Martin Xu <martin.xu@intel.com> 0.11 1.342 +- upgrade to 0.11 1.343 +* Mon Feb 23 2009 Martin Xu <martin.xu@intel.com> 0.10 1.344 +- remove connman-ugly-dirty-awful-hack-until-dbus-at_console-is-fixed.patch 1.345 +* Wed Feb 18 2009 Martin Xu <martin.xu@intel.com> 0.10 1.346 +- fix the url 1.347 +* Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 1.348 +- WiMAX fix #1 1.349 +* Thu Feb 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 1.350 +- Enable thread support (for WiMAX plugin) 1.351 +* Fri Jan 23 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.10 1.352 +- upgrade to 0.10, remove resolvconf plugin per Marcel's input 1.353 +* Thu Jan 22 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.9 1.354 +- upgrade to 0.9 1.355 +* Tue Jan 20 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 1.356 +- connman creates /etc/resolv.conf on startup instead of owning the file 1.357 +* Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 1.358 +- added missing patches 1.359 +* Fri Jan 16 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 1.360 +- add tests scripts for cmdline wifi selection, resolv.conf default config 1.361 +* Mon Jan 12 2009 Anas Nashif <anas.nashif@intel.com> 0.8 1.362 +- Fixed comment in xml file 1.363 +* Mon Jan 12 2009 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.8 1.364 +- added an extremely ugly hack to fix the lack of dbus::at_console SHOULD BE PROPERLY FIXED 1.365 +* Sat Jan 10 2009 Anas Nashif <anas.nashif@intel.com> 0.8 1.366 +- Update to 0.8 1.367 +* Fri Jan 9 2009 Anas Nashif <anas.nashif@intel.com> 0.7 1.368 +- Update to 0.7 1.369 +* Fri Dec 19 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 1.370 +- Enable dbus permission for the policykit case 1.371 +* Thu Dec 18 2008 Arjan van de Ven <arjan@linux.intel.com> 0.5 1.372 +- test update to 0.5 1.373 +* Wed Dec 17 2008 Arjan van de Ven <arjan@linux.intel.com> 0.4 1.374 +- Clean up the spec 1.375 +* Tue Dec 16 2008 Anas Nashif <anas.nashif@intel.com> 0.4 1.376 +- Fixed build 1.377 +- Fixed rpmlint warnings 1.378 +* Tue Dec 9 2008 Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> 0.1 1.379 +- Push up release 0.1 1.380 +* Tue Dec 2 2008 Anas Nashif <anas.nashif@intel.com> 0.0 1.381 +- Added chkconfig meta data 1.382 +* Mon Nov 24 2008 Martin Xu <martin.xu@intel.com> 1.383 +- Upgrade to snapshot 371-4a7178f 1.384 +* Fri Sep 26 2008 Martin Xu <martin.xu@intel.com> 1.385 +- Upgrade to snapshot 305.83359bf 1.386 +- Remove connman-dhclient_path.patch 1.387 +- Remove libgdbus from build requirement 1.388 +* Thu Sep 25 2008 Martin Xu <martin.xu@intel.com> 1.389 +- add dhclient and wpa_supplicant build requirment 1.390 +- Fixed init script again 1.391 +* Wed Sep 24 2008 Anas Nashif <anas.nashif@intel.com> 0.0 1.392 +- Fixed application path (Martin Xu) 1.393 +- Fixed init script 1.394 +* Wed Aug 13 2008 Peng Li <peng.li@intel.com> 1.395 +- add build dependency for sqlite-devel 1.396 +* Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> 1.397 +- setup the right directory 1.398 +* Tue Aug 12 2008 Anas Nashif <anas.nashif@intel.com> 1.399 +- Initial import into build system 1.400 +* Mon Aug 4 2008 Marcel Holtmann <marcel@holtmann.org> 1.401 +- Initial packaging