Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 87
View file
roundcubemail-1.3.3.tar.gz
Changed
View file
roundcubemail.spec.r78
Deleted
@@ -1,3237 +0,0 @@ -# Needed for opensuse build system -%if 0%{?opensuse_bs} -#!BuildIgnore: boa -#!BuildIgnore: cherokee -#!BuildIgnore: nginx -#!BuildIgnore: httpd-itk -#!BuildIgnore: lighttpd -#!BuildIgnore: thttpd - -#!BuildIgnore: fedora-logos-httpd - -#!BuildIgnore: php-mysql -%endif - -%{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d} - -# Needed to reload the webserver if APC is installed/enabled. -%if 0%{?suse_version} < 1 && 0%{?fedora} < 1 && 0%{?rhel} < 7 -%global with_systemd 0 -%else -%global with_systemd 1 -%endif - -%if 0%{?suse_version} -%global httpd_group www -%global httpd_name apache2 -%global httpd_user wwwrun -%else -%if 0%{?plesk} -%global httpd_group roundcube_sysgroup -%global httpd_name httpd -%global httpd_user roundcube_sysuser -%else -%global httpd_group apache -%global httpd_name httpd -%global httpd_user apache -%endif -%endif - -%global _ap_sysconfdir %{_sysconfdir}/%{httpd_name} - -# Paths. Do not include trailing slash -%global datadir %{_datadir}/roundcubemail -%global plugindir %{datadir}/plugins -%global confdir %{_sysconfdir}/roundcubemail -%global logdir /var/log/roundcubemail -%global tmpdir /var/lib/roundcubemail - -Name: roundcubemail -Version: 1.3.0.41 - -Release: 1%{?dist} - -Summary: Round Cube Webmail is a browser-based multilingual IMAP client - -Group: Applications/System -License: GPLv2 -URL: http://www.roundcube.net - -Source0: roundcubemail-%{version}.tar.gz -Source1: comm.py - -Source20: roundcubemail.conf -Source21: roundcubemail.logrotate - -Source100: plesk.config.inc.php -Source101: plesk.password.inc.php - -Patch201: default-configuration.patch - -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) - -BuildRequires: composer -%if 0%{?fedora} -# fix issue: -# have choice for php-composer(justinrainbow/json-schema) >= 2.0 needed by composer: php-justinrainbow-json-schema4 php-justinrainbow-json-schema -# have choice for php-composer(justinrainbow/json-schema) < 5 needed by composer: php-justinrainbow-json-schema4 php-justinrainbow-json-schema php-JsonSchema -BuildRequires: php-justinrainbow-json-schema4 -%endif - -%if 0%{?plesk} < 1 -BuildRequires: php-gd -BuildRequires: php-mbstring -BuildRequires: php-mcrypt -BuildRequires: php-pdo -BuildRequires: php-pear >= 1.9.0 -BuildRequires: php-phpunit-PHPUnit -BuildRequires: php-phpunit-PHPUnit-Selenium -BuildRequires: php-xml - -BuildRequires: php-pear(Auth_SASL) -BuildRequires: php-pear(DB) -BuildRequires: php-pear(Mail_Mime) -BuildRequires: php-pear(Mail_mimeDecode) -BuildRequires: php-pear(MDB2) >= 2.5.0 -BuildRequires: php-pear(MDB2_Driver_mysqli) -BuildRequires: php-pear(Net_IDNA2) -BuildRequires: php-pear(Net_LDAP2) -BuildRequires: php-pear(Net_LDAP3) -BuildRequires: php-pear(Net_Sieve) -BuildRequires: php-pear(Net_SMTP) -BuildRequires: php-pear(Net_Socket) -%endif - -%if "%{_arch}" != "ppc64" && "%{_arch}" != "ppc64le" && 0%{?suse_version} < 1 -BuildRequires: python-cssmin -BuildRequires: uglify-js -%endif - -# This can, regrettably, not be BuildRequires'ed, since the OSC -# command-line so epicly fails at downloading as large a chunk of data. -#BuildRequires: firefox -BuildRequires: python -BuildRequires: python-nose -#BuildRequires: python-selenium - -Requires: %{name}(core) = %{?epoch:%{epoch}:}%{version}-%{release} - -%if 0%{?plesk} -Requires: %{name}-skin-plesk -%else -%if 0%{?kolab_enterprise} -Requires: %{name}-skin-enterprise -%else -Requires: %{name}-skin-chameleon -%endif -%endif - -# Archive and Zipdownload plugins required through -# being listed in config.inc.php.sample. -Requires: %{name}(plugin-acl) = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: %{name}(plugin-archive) = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: %{name}(plugin-password) = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: %{name}(plugin-managesieve) = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: %{name}(plugin-zipdownload) = %{?epoch:%{epoch}:}%{version}-%{release} - -%description -Roundcube is the world's most popular webmail software. - -This is a meta-package that installs an appropriate bare minimum. - -%package core -Summary: The core of the Roundcube program -Group: Applications/Internet -Provides: %{name}(core) = %{?epoch:%{epoch}:}%{version}-%{release} - -%if 0%{?suse_version} -Requires: http_daemon -Requires: php >= 5.3 -Recommends: mod_php_any -%else -Requires: webserver -Requires: php-common >= 5.3 -%endif - -%if 0%{?fedora} -# to avoid on OBS, for packages depending on roundcubemail-core: -# have choice for webserver needed by roundcubemail-core: lighttpd httpd nginx cherokee -Requires: httpd -%endif - -Requires: php-gd -Requires: php-mbstring -Requires: php-mcrypt -Requires: php-pear >= 1.9.0 -Requires: php-xml - -Requires: php-pear(Auth_SASL) -Requires: php-pear(DB) -Requires: php-pear(Mail_Mime) -Requires: php-pear(Mail_mimeDecode) -Requires: php-pear(MDB2) >= 2.5.0 -Requires: php-pear(MDB2_Driver_mysqli) -Requires: php-pear(Net_IDNA2) -Requires: php-pear(Net_Sieve) -Requires: php-pear(Net_SMTP) -Requires: php-pear(Net_Socket) - -%if 0%{?plesk} < 1 -Requires: php-pear(Net_LDAP2) -Requires: php-pear(Net_LDAP3) -%endif - -Requires: %{name}(core-assets) = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: %{name}(skin) = %{?epoch:%{epoch}:}%{version}-%{release} - -# The filesystem_attachments plugin is required. -Requires: %{name}(plugin-filesystem_attachments) = %{?epoch:%{epoch}:}%{version}-%{release} -# The jqueryui plugin is required. -Requires: %{name}(plugin-jqueryui) = %{?epoch:%{epoch}:}%{version}-%{release} - -Obsoletes: %{name}(plugin-legacy_browser) -Obsoletes: %{name}-plugin-legacy_browser -Provides: %{name}(plugin-legacy_browser) = %{?epoch:%{epoch}:}%{version}-%{release} - -Obsoletes: %{name}(plugin-threading_as_default} -Obsoletes: %{name}-plugin-threading_as_default -Provides: %{name}-plugin-threading_as_default = %{?epoch:%{epoch}:}%{version}-%{release}
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
.