On 2015-08-27 7:46 pm, Thomas Spuhler wrote:
Version 1.0.6 requires php-pear-Console_CommandLine which we don't package. The INSTALL file in the tarball says
- PEAR packages distributed with Roundcube or external:
- Mail_Mime 1.8.1 or newer
- Mail_mimeDecode 1.5.5 or newer
- Net_SMTP (latest from https://github.com/pear/Net_SMTP/)
- Net_IDNA2 0.1.1 or newer
- Auth_SASL 1.0.6 or newer
- Net_Sieve 1.3.2 or newer (for managesieve plugin)
- Crypt_GPG 1.2.0 or newer (for enigma plugin)
but when building it, our build system says Requires: pear(Console/CommandLine.php) pear(Net/LDAP2.php) pear(Net/Socket.php) pear(PEAR.php) pear(PEAR/Exception.php)
this means pear(Console/CommandLine.php) is mentioned somewhere in a file of the package, even if it wouldn't be needed.
So the question is, do we really need it or can I add an exception in the RPM?
I realize that this doesn't necessarily answer your question, but I have to ask...with version 1.1.2 available, why are you installing such a downlevel version of RCU?