rpms/php-ZendFramework/F-11 php-ZendFramework.spec,1.15,1.16

Alexander Kahl akahl at fedoraproject.org
Mon Jul 20 10:28:37 UTC 2009


Author: akahl

Update of /cvs/pkgs/rpms/php-ZendFramework/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9445

Modified Files:
	php-ZendFramework.spec 
Log Message:
* removed Fileinfo dependency
* don't make zf.sh symlink absolute (breaks the script)




Index: php-ZendFramework.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-ZendFramework/F-11/php-ZendFramework.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- php-ZendFramework.spec	17 Jul 2009 11:25:02 -0000	1.15
+++ php-ZendFramework.spec	20 Jul 2009 10:28:07 -0000	1.16
@@ -4,7 +4,7 @@
 Summary:         Leading open-source PHP framework
 Name:            php-ZendFramework
 Version:         1.8.4
-Release:         1.%{posttag}%{?dist}
+Release:         2.%{posttag}%{?dist}
 
 License:         BSD
 Group:           Development/Libraries
@@ -29,9 +29,10 @@ Requires: php-session
 Requires: php-simplexml
 Requires: php-spl
 Requires: php-zlib
-Requires: php-Fileinfo
 Requires: php-pdo
 Requires: php-xml
+# missing for Http_Client
+# Requires: php-mime_magic
 BuildRequires: symlinks
 
 %description
@@ -348,9 +349,8 @@ cd ..
 %{__cp} -pr bin/zf.{php,sh} \
   $RPM_BUILD_ROOT%{_datadir}/php/Zend
 %{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
-%{__ln_s} $RPM_BUILD_ROOT%{_datadir}/php/Zend/zf.sh \
+%{__ln_s} %{_datadir}/php/Zend/zf.sh \
   $RPM_BUILD_ROOT%{_bindir}/zf
-symlinks -c $RPM_BUILD_ROOT%{_bindir} > /dev/null
 
 # Bug 477440
 %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera
@@ -634,6 +634,10 @@ symlinks -c . > /dev/null
 
 
 %changelog
+* Mon Jul 20 2009 Alexander Kahl <akahl at iconmobile.com> - 1.8.4-2.PL1
+- removed Fileinfo dependency
+- don't make zf.sh symlink absolute (breaks the script)
+
 * Thu Jul 16 2009 Alexander Kahl <akahl at iconmobile.com> - 1.8.4-1.PL1
 - update to 1.8.4 patch 1 (it's about time!)
 - Requires php 5.1.4 -> 5.2.4




More information about the fedora-extras-commits mailing list