From c226c6fb55555601e5be97ae46b4fa271f7480f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 May 2014 17:07:07 +0200 Subject: roundcubemail: minor typo --- roundcubemail.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail.spec b/roundcubemail.spec index cd7017f..c2c3dfd 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -62,7 +62,7 @@ Requires: php-pear(Net_SMTP) Requires: php-pear(Net_Sieve) >= 1.3.2 Requires: php-pear(Mail_mimeDecode) >= 1.5.5 Requires: php-pear(Net_IDNA2) >= 0.1.1 -# not available php-pear(Crypt_GPG) >1.2.0 +# not available php-pear(Crypt_GPG) >= 1.2.0 # mailcap for /etc/mime.types Requires: mailcap @@ -160,7 +160,7 @@ rm -rf %{buildroot} %ghost %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/main.inc.php # NEW config file %ghost %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/config.inc.php -# Default value, overwritten on update +# Default upstream values, overwritten on update %attr(0640,root,apache) %{_sysconfdir}/%{name}/mimetypes.php %attr(0640,root,apache) %{_sysconfdir}/%{name}/defaults.inc.php %attr(0640,root,apache) %{_sysconfdir}/%{name}/config.inc.php.sample -- cgit