SPECS: php-mysqlnd.spec (NEW) - new; needs php6

glen glen at pld-linux.org
Fri Feb 2 14:41:15 CET 2007


Author: glen                         Date: Fri Feb  2 13:41:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; needs php6

---- Files affected:
SPECS:
   php-mysqlnd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-mysqlnd.spec
diff -u /dev/null SPECS/php-mysqlnd.spec:1.1
--- /dev/null	Fri Feb  2 14:41:15 2007
+++ SPECS/php-mysqlnd.spec	Fri Feb  2 14:41:10 2007
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+%define		_rc		alpha
+%define		_rel	0.1
+Summary:	MySQL native driver for PHP
+Name:		php-mysqlnd
+Version:	5.0.0
+Release:	0.%{_rc}.%{_rel}
+License:	PHP
+Group:		Development/Languages/PHP
+Source0:	%{name}-%{version}-%{_rc}-20070202.19.tar.bz2
+# Source0-md5:	e2e813e79f7496c78117eb451870bc82
+BuildRequires:	php-devel >= 4:6.0
+URL:		http://dev.mysql.com/downloads/connector/php-mysqlnd/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The MySQL native driver for PHP is an additional, alternative way to
+connect from PHP 6 to the MySQL Server 4.1 or newer. It is a
+replacement for the libmysql, the MySQL Client Library. From now on
+you can use ext/mysqli either together with libmysql as you did in the
+past or with mysqlnd.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_rc}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/02 13:41:10  glen
+- new; needs php6
+
================================================================


More information about the pld-cvs-commit mailing list