diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-12-28 16:33:13 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-12-28 16:33:13 +0100 | 
| commit | c269854f202b7d05adfbc3501cc5dd5aaa53c09c (patch) | |
| tree | 4dd303aacf6720beab705b76874f5c23f1d7563a | |
| parent | 4584fb9557ed692f30edf8cf448bdd65099ec5d0 (diff) | |
roundcubemail: cleanup
| -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  | 
