rpms/php-ZendFramework/devel php-ZendFramework.spec,1.5,1.6

Alexander Kahl akahl at fedoraproject.org
Wed Nov 19 17:40:27 UTC 2008


Author: akahl

Update of /cvs/pkgs/rpms/php-ZendFramework/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25450

Modified Files:
	php-ZendFramework.spec 
Log Message:
* -3 fix to use internal docbook


Index: php-ZendFramework.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/php-ZendFramework.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-ZendFramework.spec	19 Nov 2008 13:44:43 -0000	1.5
+++ php-ZendFramework.spec	19 Nov 2008 17:39:57 -0000	1.6
@@ -3,11 +3,12 @@
 Summary:         Leading open-source PHP framework
 Name:            php-ZendFramework
 Version:         1.7.0
-Release:         2%{?dist}
+Release:         3%{?dist}
 
 License:         BSD
 Group:           Development/Libraries
 Source0:         http://framework.zend.com/releases/%{php_name}-%{version}/%{php_name}-%{version}.tar.gz
+
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:             http://framework.zend.com/
 
@@ -36,6 +37,7 @@
 # For ZendX documentation
 BuildRequires: autoconf, make
 BuildRequires: libxslt, libxml2
+BuildRequires: docbook-style-xsl
 
 
 %description
@@ -277,7 +279,8 @@
 
 cd extras/documentation/manual/en
 %{__autoconf}
-%configure
+%configure --with-xsltproc="$(which xsltproc) --path \
+           '%{_datadir}/sgml/docbook/xsl-stylesheets/htmlhelp' --nonet"
 %{__make} %{?_smp_mflags}
 cd ../../../..
 
@@ -445,6 +448,9 @@
 
 
 %changelog
+* Wed Nov 19 2008 Alexander Kahl <akahl at iconmobile.com> - 1.7.0-3
+- fix to use internal docbook
+
 * Wed Nov 19 2008 Alexander Kahl <akahl at iconmobile.com> - 1.7.0-2
 - bump for rawhide (Zend_Tool activated)
 




More information about the fedora-extras-commits mailing list