connman/connman.spec

Fri, 11 Mar 2011 21:30:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:30:26 +0100
changeset 0
4f133201e207
child 1
4667f24fe848
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

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

mercurial