Author: glen Date: Tue Jun 3 14:18:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - basic deps based on http://framework.zend.com/manual/en/requirements.extensions.html
---- Files affected: SPECS: ZendFramework.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/ZendFramework.spec diff -u SPECS/ZendFramework.spec:1.9 SPECS/ZendFramework.spec:1.10 --- SPECS/ZendFramework.spec:1.9 Sat May 17 20:30:34 2008 +++ SPECS/ZendFramework.spec Tue Jun 3 16:17:58 2008 @@ -1,15 +1,25 @@ # $Revision$, $Date$ +# TODO +# - split by Components to subpackages Summary: Zend Framework Summary(pl.UTF-8): Szkielet Zend Name: ZendFramework Version: 1.5.2 -Release: 1 +Release: 1.1 License: Zend Framework License, 1.0, (distributable, see LICENSE) Group: Development/Languages/PHP -Source0: http://framework.zend.com/releases/%{name}-%{version}/%{name}-%{version}.tar.gz +Source0: http://framework.zend.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz # Source0-md5: f2c3d4e6aea6136645d20979cc94bf5b URL: http://framework.zend.com/ Requires: php-common >= 4:5.1.4 +Requires: php-ctype +Requires: php-hash +Requires: php-iconv +Requires: php-pcre +Requires: php-pdo +Requires: php-pdo-mysql +Requires: php-session +Requires: php-spl Obsoletes: ZendFramework-doc BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,7 +62,7 @@ cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} # library should be in include_path if used -cp -a library $RPM_BUILD_ROOT%{_appdir} +cp -a library/Zend/* $RPM_BUILD_ROOT%{_appdir} %clean rm -rf $RPM_BUILD_ROOT @@ -72,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2008-06-03 14:17:58 glen +- basic deps based on http://framework.zend.com/manual/en/requirements.extensions.html + Revision 1.9 2008-05-17 18:30:34 arvenil - up to 1.5.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ZendFramework.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
