Author: glen                         Date: Fri Oct 14 06:31:58 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-redis:
   php-redis.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-redis/php-redis.spec
diff -u /dev/null packages/php-redis/php-redis.spec:1.1
--- /dev/null   Fri Oct 14 08:31:58 2011
+++ packages/php-redis/php-redis.spec   Fri Oct 14 08:31:53 2011
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+%define                modname redis
+Summary:       %{modname} A PHP extension for Redis
+Name:          php-%{modname}
+Version:       2.1.3
+Release:       1
+License:       PHP 3.01
+Group:         Development/Languages/PHP
+Source0:       
https://github.com/nicolasff/phpredis/tarball/%{version}#/%{name}-%{version}.tgz
+# Source0-md5: eb2bee7e42f7a32a38c2a45377f21086
+URL:           https://github.com/nicolasff/phpredis
+BuildRequires: php-devel >= 4:5.0.4
+BuildRequires: rpmbuild(macros) >= 1.519
+%{?requires_php_extension}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The phpredis extension provides an API for communicating with the
+Redis key-value store.
+
+This extension also provides session support.
+
+%prep
+%setup -qc
+mv *-php%{modname}-*/* .
+
+%build
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       EXTENSION_DIR=%{php_extensiondir} \
+       INSTALL_ROOT=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
+; Enable %{modname} extension module
+extension=%{modname}.so
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%php_webserver_restart
+
+%postun
+if [ "$1" = 0 ]; then
+       %php_webserver_restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS README.markdown
+%config(noreplace) %verify(not md5 mtime size) 
%{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/10/14 06:31:53  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to