[Kolab-devel] providing "real" sources

Marcus Hüwe suse-tux at gmx.de
Wed Aug 16 21:49:53 CEST 2006


Hi,

what about providing "real" sources (e.g. tar.bz2) for the kolab snapshots?
At the moment there are only openpkg src.rpms
http://max.kde.org:8080/mirrors/ftp.kolab.org/server/development/20060811-since-20060111/sources/
It would be nice to have tarballs too so everyone can install them on a "normal" system
without problems (for example without unpacking the rpms etc..).
I attached patches for the kolabd, krh, kwa and perl-kolab packages.

Description:

* first you have to install the kolabd module:
  ./bootstrap
  ./configure (the dist_conf dir will be installed to the default location ($datadir/kolab))
  or
  ./configure --with-distpath=ALTERNATIVE_PATH (the dist_conf dir will be installed into
  ALTERNATIVE_DIR)
  make && make install
* if the kolabd module is installed successfully you can install the other modules
  like the following:
  ./bootstrap
  ./configure (it'll look for the dist_conf files in $(datadir)/kolab/dist_conf (default))
  or
  ./configure --with-distpath=ALTERNATIVE_PATH/dist_conf
  make
  make install

* Where's the advantage of this?:
  At the moment you must have the following dir-structure if you want to install kolab (at least cvs)
  server/kolabd/kolabd
  server/kolab-resource-handlers/kolab-resource-handlers
  ...
  server/perl-kolab
  because the bootstrap script expects the dist_conf dir in the kolabd/kolabd/ dir

This would make the whole kolab-buildmechanism much more easier for new/normal users IMHO.


What do you think about that?


Marcus


Ps. if you have question don't be shy, just ask *g*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kolabd-buildservice.patch
Type: text/x-patch
Size: 1553 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20060816/d46eb3d9/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kolab-resource-handlers-buildservice.patch
Type: text/x-patch
Size: 1687 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20060816/d46eb3d9/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kolab-webadmin-buildservice.patch
Type: text/x-patch
Size: 1555 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20060816/d46eb3d9/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: perl-kolab-buildservice.patch
Type: text/x-patch
Size: 1272 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20060816/d46eb3d9/attachment-0003.bin>


More information about the devel mailing list