connman/connman.spec

Fri, 11 Mar 2011 21:41:16 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:41:16 +0100
changeset 3
d4b4127cd2bb
parent 0
4f133201e207
permissions
-rw-r--r--

Import unmodified vendor specs for introduction into repository.

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

mercurial