[-]
[+]
|
Added |
php-pecl-redis.changes
|
|
[-]
[+]
|
Deleted |
php5-redis.changes
^
|
@@ -1,35 +0,0 @@
--------------------------------------------------------------------
-Mon Jul 17 06:05:15 UTC 2017 - cs@linux-administrator.com
-
-- update to release 3.1.3
-
--------------------------------------------------------------------
-Sun Apr 2 13:29:26 UTC 2017 - cs@linux-administrator.com
-
-- update to release 3.1.2
-
--------------------------------------------------------------------
-Fri Feb 10 11:43:52 UTC 2017 - cs@linux-administrator.com
-
-- update to release 3.1.1
-
--------------------------------------------------------------------
-Thu Dec 15 07:29:17 UTC 2016 - cs@linux-administrator.com
-
-- update to release 3.1.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,63 +0,0 @@
-# norootforbuild
-%define pkg_name redis
-%define php_version %(php-config --version 2>/dev/null || echo PHPCONFIG_NOT_FOUND)
-%define pkg_version 3.1.3
-#
-BuildPreReq: coreutils awk
-Name: php5-redis
-Version: 3.1.3
-Release: 1
-License: BSD
-Group: Productivity/Networking/Web/Servers
-BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
-BuildRequires: php-devel
-Requires: php5 = %{php_version}
-URL: http://pecl.php.net/package/redis
-Source: %{pkg_name}-%{pkg_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}-%{pkg_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}/php5/conf.d
-echo "; comment out next line to disable redis extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/redis.ini
-echo 'extension = redis.so' >> %{buildroot}%{_sysconfdir}/php5/conf.d/redis.ini
-
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_libdir}/php5/extensions/redis.so
-%config(noreplace) %{_sysconfdir}/php5/conf.d/redis.ini
-
-
-%changelog
-* Thu Jun 12 2008 Carsten Schoene <cs@linux-administrator.com>
-- initial package build
|
|
Deleted |
redis-2.2.7.tgz
^
|
|
Changed |
redis-3.0.0.tgz
^
|