Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bastianfriedrich:branches:openSUSE:Leap:15.3:Update
php7
php7-imap-reenabled.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File php7-imap-reenabled.diff of Package php7
--- php7.spec 2021-08-06 11:56:56.000000000 +0200 +++ php7.spec 2021-11-12 16:13:02.348793670 +0100 @@ -108,6 +108,7 @@ BuildRequires: gcc-c++ BuildRequires: gd-devel BuildRequires: gmp-devel +BuildRequires: imap-devel BuildRequires: gpg2 BuildRequires: krb5-devel BuildRequires: libapparmor-devel @@ -500,6 +501,17 @@ Unicode character set. Supported character sets depend on the iconv implementation of your system. +%package imap +Summary: IMAP protocol support for PHP +Group: Development/Libraries/PHP +Requires: %{name} = %{version} +Provides: php-imap = %{version} +Obsoletes: php5-imap + +%description imap +These functions enable you to operate with the IMAP protocol, as well +as the NNTP, POP3 and local mailbox access methods. + %package intl Summary: ICU integration for PHP Group: Development/Libraries/PHP @@ -1127,6 +1139,8 @@ --with-gettext=shared \ --with-gmp=shared \ --with-iconv=shared \ + --with-imap=shared \ + --with-imap-ssl \ --with-kerberos \ --enable-json=shared \ --with-ldap=shared \ @@ -1457,6 +1471,11 @@ %{extension_dir}/iconv.so %config(noreplace) %{php_sysconf}/conf.d/iconv.ini +%files imap +%defattr(644,root,root,755) +%{extension_dir}/imap.so +%config(noreplace) %{php_sysconf}/conf.d/imap.ini + %files intl %defattr(-, root, root) %{extension_dir}/intl.so
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor