Author: glen Date: Wed May 25 22:52:42 2011 GMT Module: packages Tag: HEAD ---- Log message: - test deps, correct desc
---- Files affected: packages/php-facebook-sdk: php-facebook-sdk.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/php-facebook-sdk/php-facebook-sdk.spec diff -u packages/php-facebook-sdk/php-facebook-sdk.spec:1.4 packages/php-facebook-sdk/php-facebook-sdk.spec:1.5 --- packages/php-facebook-sdk/php-facebook-sdk.spec:1.4 Thu May 26 00:48:18 2011 +++ packages/php-facebook-sdk/php-facebook-sdk.spec Thu May 26 00:52:36 2011 @@ -16,7 +16,13 @@ URL: http://github.com/facebook/php-sdk/ BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.461 -%{?with_tests:BuildRequires: php-PHPUnit >= 3.4} +%if %{with tests} +BuildRequires: php-PHPUnit >= 3.4 +BuildRequires: php-curl +BuildRequires: php-hash +BuildRequires: php-json +BuildRequires: php-session +%endif Requires: php-common >= 4:%{php_min_version} Requires: php-curl Requires: php-hash @@ -29,12 +35,9 @@ %define _noautoreq %{?_noautophpreq} %{?_noautopear} %description -Facebook Athenaeum provides libraries an easy to implement Facebook -application to extend library resources to students in Facebook. The -application is easily customized for your institution and includes an -integrated RSS reader, search tools, and a friend locator that allows -Facebook users to record their location in the library so their -friends can find them. +Open Source PHP SDK that allows you to utilize the The Facebook +Platform which is a set of APIs that make your application more +social. %prep %setup -qc @@ -69,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2011/05/25 22:52:36 glen +- test deps, correct desc + Revision 1.4 2011/05/25 22:48:18 glen - add testing ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-facebook-sdk/php-facebook-sdk.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
