add requirements for php-openssl and php-mysql [release 1.0.1-2mamba;Sun Jun 15 2014]
This commit is contained in:
parent
a4dc7efeea
commit
38ab51492d
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: %{?sitename:%sitename-website-}roundcubemail
|
Name: %{?sitename:%sitename-website-}roundcubemail
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A browser-based multilingual IMAP client with an application-like user interface
|
Summary: A browser-based multilingual IMAP client with an application-like user interface
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,6 +40,8 @@ Requires: pear-Mail_Mime
|
|||||||
Requires: pear-Net_Socket
|
Requires: pear-Net_Socket
|
||||||
Requires: pear-Net_SMTP
|
Requires: pear-Net_SMTP
|
||||||
Requires: pear-Net_IDNA2
|
Requires: pear-Net_IDNA2
|
||||||
|
Requires: php-openssl
|
||||||
|
Requires: php-mysql
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -73,6 +75,7 @@ Alias %{aliasdir} %{installdir}
|
|||||||
<Directory %{installdir}>
|
<Directory %{installdir}>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
Require all granted
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from All
|
Allow from All
|
||||||
</Directory>
|
</Directory>
|
||||||
@ -116,6 +119,9 @@ fi
|
|||||||
# %doc README.md
|
# %doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 15 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-2mamba
|
||||||
|
- add requirements for php-openssl and php-mysql
|
||||||
|
|
||||||
* Fri May 16 2014 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
* Fri May 16 2014 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user