From c269854f202b7d05adfbc3501cc5dd5aaa53c09c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Dec 2015 16:33:13 +0100 Subject: roundcubemail: cleanup --- roundcubemail-dev.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'roundcubemail-dev.spec') diff --git a/roundcubemail-dev.spec b/roundcubemail-dev.spec index 16e92a3..7f407e9 100644 --- a/roundcubemail-dev.spec +++ b/roundcubemail-dev.spec @@ -16,7 +16,7 @@ %endif %global prever beta -%define roundcubedir %{_datadir}/roundcubemail +%global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail Version: 1.2 @@ -96,10 +96,9 @@ Requires: php-xml # "roundcube/net_sieve": "~1.5.0" # not available and doesn't make sense roundcube/plugin-installer Requires: php-pear(Auth_SASL) >= 1.0.6 +Requires: php-pear(Net_IDNA2) >= 0.1.1 Requires: php-pear(Mail_Mime) >= 1.10.0 Requires: php-pear(Net_SMTP) >= 1.7.1 -Requires: php-pear(Net_Sieve) >= 1.3.4 -Requires: php-pear(Net_IDNA2) >= 0.1.1 Requires: php-pear(Crypt_GPG) >= 1.4.0 Requires: php-composer(roundcube/net_sieve) >= 1.5.0 # From composer.json-dist, suggest -- cgit