[-]
[+]
|
Added |
php-pecl-redis.changes
|
|
[-]
[+]
|
Deleted |
php5-redis.changes
^
|
@@ -1,15 +0,0 @@
--------------------------------------------------------------------
-Tue Mar 3 18:25:50 UTC 2015 - cs@linux-administrator.com
-
-- update to release 2.2.7
-
--------------------------------------------------------------------
-Wed Mar 19 19:01:21 UTC 2014 - cs@linux-administrator.com
-
-- update to release 2.2.5
-
--------------------------------------------------------------------
-Fri Jan 24 16:33:25 UTC 2014 - cs@linux-administrator.com
-
-- initial package
-
|
[-]
[+]
|
Added |
php-pecl-redis.spec
^
|
|
[-]
[+]
|
Deleted |
php5-redis.spec
^
|
@@ -1,69 +0,0 @@
-# norootforbuild
-%define pkg_name redis
-%define php_version %(php-config --version 2>/dev/null || echo PHPCONFIG_NOT_FOUND)
-#
-%if "%{php_version}" >= "5.7"
-%define my_version 2.2.8
-%define upstream 1
-%else
-%define my_version 2.2.7
-%define upstream 0
-%endif
-BuildPreReq: coreutils awk
-Name: php7-redis
-Version: %{my_version}
-Release: 1
-License: BSD
-Group: Productivity/Networking/Web/Servers
-BuildRoot: %{_tmppath}/%{pkg_name}-%{my_version}-build
-BuildRequires: php-devel
-Requires: php7 = %{php_version}
-URL: http://pecl.php.net/package/redis
-Source: %{pkg_name}-%{my_version}.tgz
-Summary: API for redis communication
-
-%description
-This extension provides an API for communicating with Redis servers.
-
-%debug_package
-%prep
-%setup -n %{pkg_name}-%{my_version}
-
-%build
-%{_bindir}/phpize
-
-CFLAGS="%{optflags} -fno-strict-aliasing"
-CXXFLAGS="%{optflags} -fno-strict-aliasing"
-%if 0%{?suse_version} > 1000
-CFLAGS="$CFLAGS -fstack-protector"
-CXXFLAGS="$CXXFLAGS -fstack-protector"
-%endif
-
-export CFLAGS
-export CXXFLAGS
-
-./configure \
---with-redis=%{_usr} \
---with-php-config=%{_bindir}/php-config || cat config.log
-
-%{__make} %{?jobs:-j%jobs}
-
-%install
-%__install -D -m0755 modules/redis.so %{buildroot}`php-config --extension-dir`/redis.so
-%{__mkdir} -p %{buildroot}%{_sysconfdir}/php7/conf.d
-echo "; comment out next line to disable redis extension in php" > %{buildroot}%{_sysconfdir}/php7/conf.d/redis.ini
-echo 'extension = redis.so' >> %{buildroot}%{_sysconfdir}/php7/conf.d/redis.ini
-
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/php7/extensions/redis.so
-%config(noreplace) %{_sysconfdir}/php7/conf.d/redis.ini
-
-
-%changelog
-* Thu Jun 12 2008 Carsten Schoene <cs@linux-administrator.com>
-- initial package build
|
|
Deleted |
redis-2.2.7.tgz
^
|
|
Deleted |
redis-2.2.8.tgz
^
|
|
Changed |
redis-3.0.0.tgz
^
|