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