[php-ZendFramework] update to 1.11.11 full changelog http://framework.zend.com/changelog/1.11.11 spec cleanup

Felix Kaechele heffer at fedoraproject.org
Sun Oct 23 18:28:55 UTC 2011


commit 90d6aa170e25274f9f5ac3b17434ba06c2770d83
Author: Felix Kaechele <heffer at fedoraproject.org>
Date:   Sun Oct 23 20:28:22 2011 +0200

    update to 1.11.11
    full changelog http://framework.zend.com/changelog/1.11.11
    spec cleanup

 .gitignore             |    1 +
 php-ZendFramework.spec |   52 ++++++++++++++++++-----------------------------
 sources                |    2 +-
 3 files changed, 22 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87608e4..ad9f4b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ ZendFramework-1.10.6.tar.gz
 /ZendFramework-1.11.8.tar.gz
 /ZendFramework-1.11.9.tar.gz
 /ZendFramework-1.11.10.tar.gz
+/ZendFramework-1.11.11.tar.gz
diff --git a/php-ZendFramework.spec b/php-ZendFramework.spec
index b6cb19d..9894e35 100644
--- a/php-ZendFramework.spec
+++ b/php-ZendFramework.spec
@@ -3,14 +3,13 @@
 
 Summary:         Leading open-source PHP framework
 Name:            php-ZendFramework
-Version:         1.11.10
+Version:         1.11.11
 Release:         1%{?posttag}%{?dist}
 
 License:         BSD
 Group:           Development/Libraries
 Source0:         http://framework.zend.com/releases/%{php_name}-%{version}%{?posttag}/%{php_name}-%{version}%{?posttag}.tar.gz
 Source1:         README.fedora
-BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:             http://framework.zend.com/
 
 BuildArch:       noarch
@@ -55,7 +54,7 @@ Requires: %{name} = %{version}-%{release}
 
 %description demos
 This package includes Zend Framework demos for the Feeds, Gdata, Mail, OpenId,
-Pdf, Search-Lucene and Services subpackages.
+Pdf, Search-Lucene and Services sub packages.
 
 
 %package extras
@@ -267,7 +266,10 @@ This package contains web service client APIs for the following services:
 - Amazon (including Ec2, S3)
 - Audioscrobbler
 - del.icio.us
+- Developer Garden
+- eBay
 - Flickr
+- LiveDocx
 - Nirvanix
 - ReCaptcha
 - Simpy
@@ -275,6 +277,8 @@ This package contains web service client APIs for the following services:
 - StrikeIron
 - Technorati
 - Twitter
+- Various URL Shortener services
+- Windows Azure
 - Yahoo!
 
 
@@ -315,25 +319,23 @@ find . -type f -perm /111 \
 find . -type f -name \*.sh \
   -fprint valid_executables -exec %{__chmod} +x '{}' \; >/dev/null
 
-%{__cat} executables valid_executables|sort|uniq -u > invalid_executables
+cat executables valid_executables|sort|uniq -u > invalid_executables
 
 
 %install
-%{__rm} -rf $RPM_BUILD_ROOT
-
-%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/php
-%{__cp} -pr library/Zend $RPM_BUILD_ROOT%{_datadir}/php
-%{__cp} -pr demos/Zend $RPM_BUILD_ROOT%{_datadir}/php/Zend/demos
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/php
+cp -pr library/Zend $RPM_BUILD_ROOT%{_datadir}/php
+cp -pr demos/Zend $RPM_BUILD_ROOT%{_datadir}/php/Zend/demos
 
 # ZendX
 cd extras
-%{__cp} -pr library/ZendX $RPM_BUILD_ROOT%{_datadir}/php
+cp -pr library/ZendX $RPM_BUILD_ROOT%{_datadir}/php
 cd ..
 
-%{__cp} -pr bin/zf.{php,sh} \
+cp -pr bin/zf.{php,sh} \
   $RPM_BUILD_ROOT%{_datadir}/php/Zend
-%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
-%{__ln_s} %{_datadir}/php/Zend/zf.sh \
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+ln -s %{_datadir}/php/Zend/zf.sh \
   $RPM_BUILD_ROOT%{_bindir}/zf
 
 
@@ -342,7 +344,6 @@ cd ..
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE.txt INSTALL.txt README.txt README.fedora
 %{_bindir}/zf
 # we list all files explicitly to find out what's new in future releases more
@@ -482,38 +483,31 @@ cd ..
 %{_datadir}/php/Zend/XmlRpc
 
 %files demos
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/demos
 %doc LICENSE.txt
 
 %files extras
-%defattr(-,root,root,-)
 %{_datadir}/php/ZendX
 %exclude %{_datadir}/php/ZendX/Db
 %doc LICENSE.txt
 
 %files Auth-Adapter-Ldap
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Auth/Adapter/Ldap.php
 %doc LICENSE.txt
 
 %files Cache-Backend-Apc
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Cache/Backend/Apc.php
 %doc LICENSE.txt
 
 %files Cache-Backend-Memcached
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Cache/Backend/Memcached.php
 %doc LICENSE.txt
 
 %files Captcha
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Captcha
 %doc LICENSE.txt
 
 %files Db-Adapter-Mysqli
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Db/Adapter/Mysqli.php
 %{_datadir}/php/Zend/Db/Adapter/Mysqli
 %{_datadir}/php/Zend/Db/Statement/Mysqli.php
@@ -522,7 +516,6 @@ cd ..
 
 # php-ibm_db2 not available for Fedora
 # %files Db-Adapter-Db2
-# %defattr(-,root,root,-)
 # %{_datadir}/php/Zend/Db/Adapter/Db2.php
 # %{_datadir}/php/Zend/Db/Adapter/Db2
 # %{_datadir}/php/Zend/Db/Statement/Db2.php
@@ -530,7 +523,6 @@ cd ..
 # %doc LICENSE.txt
 
 %files Db-Adapter-Firebird
-%defattr(-,root,root,-)
 %{_datadir}/php/ZendX/Db/Adapter/Firebird.php
 %{_datadir}/php/ZendX/Db/Adapter/Firebird
 %{_datadir}/php/ZendX/Db/Statement/Firebird.php
@@ -539,7 +531,6 @@ cd ..
 
 # php-oci8 not available for Fedora
 # %files Db-Adapter-Oracle
-# %defattr(-,root,root,-)
 # %{_datadir}/php/Zend/Db/Adapter/Oracle.php
 # %{_datadir}/php/Zend/Db/Adapter/Oracle
 # %{_datadir}/php/Zend/Db/Statement/Oracle.php
@@ -547,42 +538,35 @@ cd ..
 # %doc LICENSE.txt
 
 %files Dojo
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Dojo.php
 %{_datadir}/php/Zend/Dojo
 %doc LICENSE.txt
 
 %files Feed
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Feed.php
 %{_datadir}/php/Zend/Feed
 %doc LICENSE.txt
 
 %files Gdata
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Gdata.php
 %{_datadir}/php/Zend/Gdata
 %doc LICENSE.txt
 
 %files Ldap
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Ldap.php
 %{_datadir}/php/Zend/Ldap
 %doc LICENSE.txt
 
 %files Pdf
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Pdf.php
 %{_datadir}/php/Zend/Pdf
 %doc LICENSE.txt
 
 %files Search-Lucene
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Search
 %doc LICENSE.txt
 
 %files Services
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Service/Akismet.php
 %{_datadir}/php/Zend/Service/Amazon.php
 %{_datadir}/php/Zend/Service/Amazon
@@ -608,12 +592,16 @@ cd ..
 %doc LICENSE.txt
 
 %files Soap
-%defattr(-,root,root,-)
 %{_datadir}/php/Zend/Soap
 %doc LICENSE.txt
 
 
 %changelog
+* Fri Oct 14 2011 Felix Kaechele <heffer at fedoraproject.org> - 1.11.11-1
+- update to 1.11.11
+- full changelog http://framework.zend.com/changelog/1.11.11
+- spec cleanup
+
 * Thu Aug 04 2011 Felix Kaechele <heffer at fedoraproject.org> - 1.11.10-1
 - update to 1.11.10
 - full changelog http://framework.zend.com/changelog/1.11.10
diff --git a/sources b/sources
index f392ec2..524b35c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a18b726ff7ddf5ac7fbb2732d62ae6c  ZendFramework-1.11.10.tar.gz
+1db5f3c64fced4b03a8eb70fd93b69eb  ZendFramework-1.11.11.tar.gz


More information about the scm-commits mailing list