[Bug 710751] Review Request: php-pecl-oauth - PHP OAuth extension

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 13 08:59:44 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=710751

--- Comment #3 from Remi Collet <fedora at famillecollet.com> 2011-06-13 04:59:43 EDT ---
There is no test provided by upstream, but you could, at least, provides a
minimal %check section to check than the build module is loadable

Something like:

%check
cd %{pecl_name}-%{version}
php -n \
    -d extension_dir=modules \
    -d extension=%{pecl_name}.so \
    --modules | grep OAuth

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list