[Kolab-devel] [issue1805] Uncleaned files in kolabd source package
Peter Eisentraut
kolab-issues at intevation.de
Thu Jun 21 13:25:22 CEST 2007
New submission from Peter Eisentraut <peter_e at gmx.net>:
In the source package kolabd-2.1.0-20070510.src.rpm, many files are built from
corresponding .in files. There are, however, several built files in the
source tarball, which has the consequence that during the make, these files
are not regenerated with the current configure settings, so they are for
example installled with wrong paths.
These files should be cleaned from the source tarball:
doc/README.amavisd
doc/README.webgui
namespace/libexec/start
namespace/libexec/stop
kolabcheckperm
kolabd.spec
Related to this issue is that the makefile dependencies are broken by virtue
of being pretty much nonexistent. For example, this sort of thing:
kolab:
@$(mkinstalldirs) .
$(do_subst) <$(srcdir)/kolab.in >$@
chmod a+x kolab
should at least have a dependency
kolab: kolab.in
and really should depend in the makefile as well, that is:
kolab: kolab.in Makefile
----------
messages: 10998
nosy: petere
priority: bug
status: unread
title: Uncleaned files in kolabd source package
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1805>
________________________________________________
More information about the devel
mailing list