SPECS: php-pecl-msession.spec - add shared patch - take src from p...

glen glen at pld-linux.org
Thu May 4 11:18:38 CEST 2006


Author: glen                         Date: Thu May  4 09:18:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add shared patch
- take src from php 5.1.2 as pecl/msession appears to be older
- builds, rel 1

---- Files affected:
SPECS:
   php-pecl-msession.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-msession.spec
diff -u SPECS/php-pecl-msession.spec:1.2 SPECS/php-pecl-msession.spec:1.3
--- SPECS/php-pecl-msession.spec:1.2	Thu May  4 03:06:54 2006
+++ SPECS/php-pecl-msession.spec	Thu May  4 11:18:33 2006
@@ -10,11 +10,13 @@
 Summary(pl):	Moduł msession dla PHP
 Name:		php-pecl-%{_modname}
 Version:	1.0
-Release:	0.1
+Release:	1
 License:	PHP 2.02
 Group:		Development/Languages/PHP
+# extracted from php-5.1.2 sources as pecl/msession appears to be older
 Source0:	%{_modname}.tar.bz2
-# Source0-md5:	3a5b6bf9aa3c7d1abac18a5b484c0897
+# Source0-md5:	a256f635be818a7247d7be15061256f0
+Patch0:		msession-shared-lib.patch
 URL:		http://pecl.php.net/package/msession/
 BuildRequires:	phoenix-devel
 BuildRequires:	php-devel >= 3:5.0.0
@@ -43,10 +45,12 @@
 
 %prep
 %setup -q -n %{_modname}
+%patch0 -p3
 
 %build
 phpize
-%configure
+%configure \
+	--with-msession=shared,/usr
 %{__make}
 
 %install
@@ -83,6 +87,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/04 09:18:33  glen
+- add shared patch
+- take src from php 5.1.2 as pecl/msession appears to be older
+- builds, rel 1
+
 Revision 1.2  2006/05/04 01:06:54  glen
 - try with cvs snapshot
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-msession.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list