diff -r 000000000000 -r 4f133201e207 connman/connman.spec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/connman/connman.spec Fri Mar 11 21:30:26 2011 +0100 @@ -0,0 +1,398 @@ +# +# Do not Edit! Generated by: +# spectacle version 0.18 +# +# >> macros +# << macros + +Name: connman +Summary: Connection Manager +Version: 0.60.5 +Release: 1.1 +Group: System/Networking +License: GPLv2 +URL: http://connman.net/ +Source0: http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.bz2 +Source100: connman.yaml +Requires: dbus +Requires: wpa_supplicant >= 0.7.1 +Requires: bluez +Requires: ofono +%ifarch %{ix86} +BuildRequires: pkgconfig(libiWmxSdk-0) +%endif +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libudev) >= 145 +BuildRequires: openconnect + + +%description +Connection Manager provides a daemon for managing Internet connections +within embedded devices running the Linux operating system. + + + +%package devel +Summary: Development files for Connection Manager +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +connman-devel contains development files for use with connman. + +%package iwmxsdk +Summary: ConnMan plugin for the Intel WiMAX Network Service +Group: System/Networking +Requires: %{name} = %{version}-%{release} +Requires: WiMAX-Network-Service + +%description iwmxsdk +This plugin allows connman to work with WiMAX devices controlled by +the Intel WiMAX Network Service + + +%package test +Summary: Test Scripts for Connection Manager +Group: Development/Tools +Requires: %{name} = %{version}-%{release} +Requires: dbus-python +Requires: pygobject2 + +%description test +Scripts for testing Connman and its functionality + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%configure --disable-static \ + --enable-ethernet=builtin \ + --enable-wifi=builtin \ + --enable-ofono=builtin \ + --enable-bluetooth=builtin \ + --enable-loopback=builtin \ + --enable-dnsproxy=builtin \ + --enable-portal=builtin \ + --enable-meego=builtin \ + --enable-openconnect=builtin \ +%ifarch %{ix86} + --enable-iwmx \ +%endif + --enable-threads \ + --enable-test + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post + + + + + + + + + + + + + + + +%files +%defattr(-,root,root,-) +# >> files +%doc AUTHORS COPYING INSTALL ChangeLog NEWS README +%{_sbindir}/* +%{_libdir}/%{name}/scripts/* +%config %{_sysconfdir}/dbus-1/system.d/*.conf +# << files + + +%files devel +%defattr(-,root,root,-) +# >> files devel +%doc AUTHORS COPYING INSTALL +%{_includedir}/%{name}/*.h +%{_libdir}/pkgconfig/*.pc +# << files devel + +%files iwmxsdk +%defattr(-,root,root,-) +# >> files iwmxsdk +%ifarch %{ix86} +%{_libdir}/%{name}/plugins/iwmxsdk.so +%doc COPYING README INSTALL +%endif +# << files iwmxsdk + +%files test +%defattr(-,root,root,-) +# >> files test +%{_libdir}/%{name}/test/* +# << files test + +%changelog +* Sat Oct 9 2010 Martin Xu - 0.60.5 +- upgrade to 0.60.5 to fix BMC #7497 +* Sat Sep 25 2010 Martin Xu - 0.60.3 +- upgrade to 0.60.3 +- fix BMC #6904 #6912 #6907 #6211 #6906 #5796 #6970 +* Mon Sep 20 2010 Martin Xu - 0.60.1 +- Upgrade to 0.60.1 +* Tue Aug 31 2010 Martin Xu - 0.59 +- Upgrade to 0.59 +* Thu Aug 26 2010 Martin Xu - 0.57.3 +- upgrade to 0.57.3 +* Mon Aug 9 2010 Martin Xu - 0.54.4 +- upgrade to 0.54.4 +- to fix bug BMC #5024 +- to fix bug BMC #3398 +- to fix bug BMC #3719 +- to fix bug BMC #2640 +* Tue Jul 27 2010 Martin Xu - 0.54.3 +- upgrade to 0.54.3 +- to fix BMC #4017 +- and BMC #3897 +* Wed Jul 14 2010 Martin Xu - 0.54.2 +- upgrade to 0.54.2 +- to fix BMC #3787 +* Wed Jun 30 2010 Anas Nashif - 0.54 +- Fixed bmc #2338: Add dependency on dbus-python and pygobject2 for + connman-test +* Tue Jun 22 2010 Martin Xu - 0.54 +- Upgrade to 0.54 +* Fri Jun 11 2010 Martin Xu - 0.53 +- upgrade to 0.53 +- add portal support +* Wed May 5 2010 Martin Xu - 0.52 +- add patch 0001-Set-network-associating-as-FALSE-at-function-pan_dis.patch +- to fix bug #171 +- add patch 0001-Check-error-before-call-dbus_message_get_args-to-acq.patch +- to fix bug #1111 +* Wed Apr 14 2010 Martin Xu - 0.52 +- Upgrade to 0.52 +* Fri Mar 26 2010 Martin Xu - 0.51 +- Upgrade to 0.51 +- Remove patches: +- 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch +- 0001-Fix-configuration-loading-for-unknown-service.patch +- 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch +- They have been integrated into 0.51 +* Thu Mar 25 2010 Anas Nashif - 0.49 +- Do not require openconnect here, we should do that in groups +* Fri Mar 19 2010 Anas Nashif - 0.49 +- Dont build wimax on non ix86 +* Fri Feb 26 2010 Martin Xu - 0.49 +- add 0001-Remove-DHCP-method-setting-from-ethernet-plugin.patch +- to fix bug #9850 +* Thu Feb 25 2010 Martin Xu - 0.49 +- add patch 0001-check-ipconfig-in-__connman_ipconfig_clear_address.patch +- to fix bug #9838 +* Thu Feb 25 2010 Martin Xu - 0.49 +- add patch 0001-Fix-configuration-loading-for-unknown-service.patch +- to fix bug #9890 +* Wed Feb 24 2010 Martin Xu - 0.49 +- add openconnect into build requirement and runtime requirement +* Mon Feb 22 2010 Anas Nashif - 0.49 +- Use spectacle +- Update to 0.49 +- Updated URL and Group tags +* Thu Jan 28 2010 Martin Xu - 0.48 +- add 0001-Remove-system-user-from-dbus-config-file.patch +* Sat Jan 16 2010 Anas Nashif - 0.48 +- Again, remote tests from main package +* Mon Jan 11 2010 Martin Xu - 0.48 +- change spelling +* Mon Jan 4 2010 Martin Xu - 0.48 +- upgrade to 0.48 +* Mon Dec 14 2009 Anas Nashif - 0.47 +- Minor rpmlint fixes +* Thu Dec 3 2009 Martin Xu 0.47 +-enable ofono plugin +-disable mbm plugin +* Mon Nov 30 2009 Martin Xu 0.47 +- upgrade to 0.47 +- remove set-reconnect-as-FALSE-when-power-off-and-disable-th.patch +- which has been merged into upstream +* Wed Nov 18 2009 Anas Nashif - 0.45 +- Remove useless Provides +* Tue Oct 27 2009 Martin Xu 0.45 +- add set-reconnect-as-FALSE-when-power-off-and-disable-th.patch +- to fix issue that connman may crash switching to offline mode +* Tue Oct 27 2009 Martin Xu 0.45 +- upgrade to 0.45 +* Fri Oct 16 2009 Martin Xu 0.44 +- upgrade to 0.44 +- remove check-data-network-in-cleanup_network-at-mbm-plugin.patch +- remove Fix-handling-when-losing-network-access-in-MBM-plugi.patch +- remove set-data-network-as-NULL-when-removing-network-at-m.patch +- remove install-test-script.patch +- since these patchese has been included into 0.44 +* Fri Oct 16 2009 Martin Xu 0.43 +- add check-data-network-in-cleanup_network-at-mbm-plugin.patch +- add Fix-handling-when-losing-network-access-in-MBM-plugi.patch +- add set-data-network-as-NULL-when-removing-network-at-m.patch +- to fix bug 6721 +* Sat Oct 10 2009 Martin Xu 0.43 +- split test package +* Fri Oct 9 2009 Martin Xu 0.43 +- Update to 0.43 +* Tue Sep 15 2009 Rusty Lynch 0.42 +- Update to 0.42 +* Tue Sep 8 2009 Martin Xu 0.41 +- add install-test-script.patch +- use reconfigure in stead of autoreconf +* Mon Sep 7 2009 Martin Xu 0.41 +- upgrade to 0.41 +* Wed Sep 2 2009 Martin Xu 0.40 +- upgrade to 0.40 +- remove fix-multi-thread-building-issue.patch +* Thu Aug 27 2009 Martin Xu 0.39 +- enable Ericsson MBM 3G modem plugin +* Wed Aug 26 2009 Martin Xu 0.39 +- upgrade to 0.39 +- add fix-multi-thread-building-issue.patch +- remove connman-init.patch since no one use it anymore +* Fri Aug 7 2009 Martin Xu 0.38 +- upgrade to 0.38 +* Mon Jul 27 2009 Martin Xu 0.36 +- upgrade to 0.36 +* Thu Jul 23 2009 Rusty Lynch 0.35 +- upgrade to 0.35 +* Tue Jul 21 2009 Martin Xu 0.34 +- upgrade to 0.34 +* Tue Jul 21 2009 Martin Xu 0.33 +- upgrade to 0.33 +* Tue Jul 21 2009 Martin Xu 0.30 +- upgrade to 0.30 +* Sat Jul 18 2009 Martin Xu 0.29 +- upgrade to 0.29 +* Sat Jul 18 2009 Martin Xu 0.28 +- upgrade to 0.28 +* Fri Jul 17 2009 Martin Xu 0.26 +- upgrade to 0.26 +* Fri Jul 17 2009 Martin Xu 0.25 +- upgrade to 0.25 +* Fri Jul 17 2009 Martin Xu 0.24 +- upgrade to 0.24 +* Sun Jul 12 2009 Martin Xu 0.23 +- upgrade to 0.23 +* Fri Jul 10 2009 Martin Xu 0.22 +- upgrade to 0.22 +* Tue Jul 7 2009 Martin Xu 0.21 +- upgrade to 0.21 +* Thu Jul 2 2009 Martin Xu 0.20 +- upgrade to 0.20 +- remove fix-1564.patch +- dhcp-sets-gateway-host-route.patch +- because the two patches have been included into 0.20 upstream +- add iwmxsdk subpackage to package connmand plugin for Intel wimax +* Wed May 27 2009 Inaky Perez-Gonzalez 0.19 +- Add temporary fix (until next release) for DHCP servers whose gateway is not in the local network +* Tue May 19 2009 Martin Xu 0.19 +- Fixed Service->Disconnect issue (bug #1564, #1817) +* Fri May 15 2009 Joshua Lock 0.19-1 +- Upgrade to 0.19 +* Wed May 13 2009 Martin Xu 0.17 +- Upgrade to 0.17 +- Add builtin plugin support +* Mon May 11 2009 Martin Xu 0.16 +- Remove patch fix-bug-1558.patch +- Upgrade to 0.16 +* Mon Apr 13 2009 Martin Xu 0.15 +- Fixed flight mode enabling/disabling (bug #1558) +* Fri Mar 27 2009 Martin Xu 0.15 +- Upgrade to 0.15 +* Fri Mar 27 2009 Martin Xu 0.14 +- Upgrade to 0.14 +- remove connman-make-resolv.conf.patch +- remove fix-segment-fault.patch +* Mon Mar 23 2009 Martin Xu 0.13 +- Add fix-segment-fault.patch to fix segment fault error +* Mon Mar 23 2009 Martin Xu 0.13 +- Upgrade to 0.13 +* Tue Mar 10 2009 Inaky Perez-Gonzalez 0.12 +- Update to 0.12 +* Tue Mar 10 2009 Martin Xu 0.11 +- add bluez runtime dependency +* Fri Mar 6 2009 Martin Xu 0.11 +- add fix-bug1118.patch to fix bug1118 +* Mon Mar 2 2009 Martin Xu 0.11 +- upgrade to 0.11 +* Mon Feb 23 2009 Martin Xu 0.10 +- remove connman-ugly-dirty-awful-hack-until-dbus-at_console-is-fixed.patch +* Wed Feb 18 2009 Martin Xu 0.10 +- fix the url +* Thu Feb 12 2009 Inaky Perez-Gonzalez 0.10 +- WiMAX fix #1 +* Thu Feb 12 2009 Inaky Perez-Gonzalez 0.10 +- Enable thread support (for WiMAX plugin) +* Fri Jan 23 2009 Inaky Perez-Gonzalez 0.10 +- upgrade to 0.10, remove resolvconf plugin per Marcel's input +* Thu Jan 22 2009 Inaky Perez-Gonzalez 0.9 +- upgrade to 0.9 +* Tue Jan 20 2009 Inaky Perez-Gonzalez 0.8 +- connman creates /etc/resolv.conf on startup instead of owning the file +* Fri Jan 16 2009 Inaky Perez-Gonzalez 0.8 +- added missing patches +* Fri Jan 16 2009 Inaky Perez-Gonzalez 0.8 +- add tests scripts for cmdline wifi selection, resolv.conf default config +* Mon Jan 12 2009 Anas Nashif 0.8 +- Fixed comment in xml file +* Mon Jan 12 2009 Inaky Perez-Gonzalez 0.8 +- added an extremely ugly hack to fix the lack of dbus::at_console SHOULD BE PROPERLY FIXED +* Sat Jan 10 2009 Anas Nashif 0.8 +- Update to 0.8 +* Fri Jan 9 2009 Anas Nashif 0.7 +- Update to 0.7 +* Fri Dec 19 2008 Arjan van de Ven 0.5 +- Enable dbus permission for the policykit case +* Thu Dec 18 2008 Arjan van de Ven 0.5 +- test update to 0.5 +* Wed Dec 17 2008 Arjan van de Ven 0.4 +- Clean up the spec +* Tue Dec 16 2008 Anas Nashif 0.4 +- Fixed build +- Fixed rpmlint warnings +* Tue Dec 9 2008 Inaky Perez-Gonzalez 0.1 +- Push up release 0.1 +* Tue Dec 2 2008 Anas Nashif 0.0 +- Added chkconfig meta data +* Mon Nov 24 2008 Martin Xu +- Upgrade to snapshot 371-4a7178f +* Fri Sep 26 2008 Martin Xu +- Upgrade to snapshot 305.83359bf +- Remove connman-dhclient_path.patch +- Remove libgdbus from build requirement +* Thu Sep 25 2008 Martin Xu +- add dhclient and wpa_supplicant build requirment +- Fixed init script again +* Wed Sep 24 2008 Anas Nashif 0.0 +- Fixed application path (Martin Xu) +- Fixed init script +* Wed Aug 13 2008 Peng Li +- add build dependency for sqlite-devel +* Tue Aug 12 2008 Anas Nashif +- setup the right directory +* Tue Aug 12 2008 Anas Nashif +- Initial import into build system +* Mon Aug 4 2008 Marcel Holtmann +- Initial packaging