rpms/php/devel php.spec,1.101,1.102

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 10:15:52 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/php/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25881

Modified Files:
	php.spec 
Log Message:
* Mon Jan 16 2006 Joe Orton <jorton at redhat.com> 5.1.2-3
- only build xmlreader and xmlwriter shared (#177810)



Index: php.spec
===================================================================
RCS file: /cvs/dist/rpms/php/devel/php.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- php.spec	13 Jan 2006 10:44:20 -0000	1.101
+++ php.spec	16 Jan 2006 10:15:42 -0000	1.102
@@ -3,7 +3,7 @@
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Name: php
 Version: 5.1.2
-Release: 2
+Release: 3
 License: The PHP License
 Group: Development/Languages
 URL: http://www.php.net/
@@ -383,7 +383,7 @@
       --with-snmp=shared,%{_prefix} \
       --enable-soap=shared \
       --with-xsl=shared,%{_prefix} \
-      --enable-xmlreader=shared \
+      --enable-xmlreader=shared --enable-xmlwriter=shared \
       --enable-fastcgi \
       --enable-pdo=shared \
       --with-pdo-odbc=shared,unixODBC,%{_prefix} \
@@ -398,7 +398,7 @@
       --without-mysql --without-gd \
       --without-odbc --disable-dom \
       --disable-dba --without-unixODBC \
-      --disable-pdo
+      --disable-pdo --disable-xmlreader --disable-xmlwriter
 popd
 
 %check
@@ -457,7 +457,7 @@
 
 # Generate files lists and stub .ini files for each subpackage
 for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \
-    mbstring ncurses gd dom xsl soap bcmath dba xmlreader \
+    mbstring ncurses gd dom xsl soap bcmath dba xmlreader xmlwriter \
     pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite; do
     cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <<EOF
 ; Enable ${mod} extension module
@@ -469,8 +469,8 @@
 EOF
 done
 
-# The dom, xsl and xmlreader modules are all packaged in php-xml
-cat files.dom files.xsl files.xmlreader > files.xml
+# The dom, xsl and xml* modules are all packaged in php-xml
+cat files.dom files.xsl files.xml{reader,writer} > files.xml
 
 # The mysql and mysqli modules are both packaged in php-mysql
 cat files.mysqli >> files.mysql
@@ -537,6 +537,9 @@
 %files pdo -f files.pdo
 
 %changelog
+* Mon Jan 16 2006 Joe Orton <jorton at redhat.com> 5.1.2-3
+- only build xmlreader and xmlwriter shared (#177810)
+
 * Fri Jan 13 2006 Joe Orton <jorton at redhat.com> 5.1.2-2
 - update to 5.1.2
 




More information about the fedora-cvs-commits mailing list