diff options
-rw-r--r-- | roundcubemail-dev.spec | 5 | ||||
-rw-r--r-- | roundcubemail.spec | 2 |
2 files changed, 3 insertions, 4 deletions
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 diff --git a/roundcubemail.spec b/roundcubemail.spec index ec47f75..2e4e6a4 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -15,7 +15,7 @@ %global with_phpfpm 0 %endif -%define roundcubedir %{_datadir}/roundcubemail +%global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log Name: roundcubemail Version: 1.1.4 |