SPECS: php-pecl-SQLite.spec - 1.0.3 - use system sqlite - build st...

glen glen at pld-linux.org
Fri Oct 28 12:39:53 CEST 2005


Author: glen                         Date: Fri Oct 28 10:39:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.0.3
- use system sqlite
- build still failing

---- Files affected:
SPECS:
   php-pecl-SQLite.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-SQLite.spec
diff -u SPECS/php-pecl-SQLite.spec:1.14 SPECS/php-pecl-SQLite.spec:1.15
--- SPECS/php-pecl-SQLite.spec:1.14	Wed Sep 14 01:18:36 2005
+++ SPECS/php-pecl-SQLite.spec	Fri Oct 28 12:39:48 2005
@@ -10,15 +10,16 @@
 Summary:	%{_modname} - database bindings
 Summary(pl):	%{_modname} - powiązania z bazą danych
 Name:		php-pecl-%{_modname}
-Version:	1.0.2
-Release:	1
+Version:	1.0.3
+Release:	0.1
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{_modname}-%{version}.tgz
-# Source0-md5:	a6ddfe1136e35ad7feddc9ce9bfac991
+# Source0-md5:	3741cb211f9eb3f77de086e96d232e95
 URL:		http://pecl.php.net/package/SQLite/
 BuildRequires:	php-devel >= 3:5.0.0
-BuildRequires:	rpmbuild(macros) >= 1.238
+BuildRequires:	sqlite-devel >= 2.8.14
+BuildRequires:	rpmbuild(macros) >= 1.248
 %{?requires_php_extension}
 Requires:	%{_sysconfdir}/conf.d
 Obsoletes:	php-pear-%{_modname}
@@ -46,7 +47,8 @@
 %build
 cd %{_modname}-%{version}
 phpize
-%configure
+%configure \
+	--with-sqlite=shared,/usr
 %{__make}
 
 %install
@@ -88,6 +90,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2005/10/28 10:39:48  glen
+- 1.0.3
+- use system sqlite
+- build still failing
+
 Revision 1.14  2005/09/13 23:18:36  glen
 - workaround for spec parser having macro undefined yet and not seeing BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-SQLite.spec?r1=1.14&r2=1.15&f=u




More information about the pld-cvs-commit mailing list