Projects
Kolab:3.4
kolab-webadmin
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
kolab-webadmin.spec
Changed
@@ -15,8 +15,10 @@ %if 0%{?suse_version} %global _ap_sysconfdir %{_sysconfdir}/apache2 +%global httpd_name apache2 %else %global _ap_sysconfdir %{_sysconfdir}/httpd +%global httpd_name httpd %endif Name: kolab-webadmin @@ -32,16 +34,22 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(pre): httpd +Requires(pre): %{httpd_name} Requires: mozldap-tools Requires: php >= 5.3 Requires: php-Smarty >= 3.1.7 -Requires: php-pear(Net_Socket) -Requires: php-pear(Net_LDAP2) Requires: php-gettext Requires: php-ldap Requires: php-mysql +%if 0%{?suse_version} +Requires: php5-pear-Net_Socket +Requires: php5-pear-Net_LDAP2 +%else +Requires: php-pear(Net_Socket) +Requires: php-pear(Net_LDAP2) +%endif + %description Web based admin - and user interface for the Kolab Groupware Server
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.