[Bug 196837] Review Request: php-pear-PHPUnit3 - PEAR: Regression testing framework for unit tests

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 30 16:22:00 UTC 2006


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

Summary: Review Request: php-pear-PHPUnit3 - PEAR: Regression testing framework for unit tests
Alias: pear-PHPUnit3

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





------- Additional Comments From Fedora at FamilleCollet.com  2006-10-30 11:21 EST -------
My first reflexion :

We could make a php-channel-pear-phpunit-de (we have to find a "normalized"
name, it seems that channels are not pear/pecl specific) only  containing the
xml file for the channel (http://pear.phpunit.de/channel.xml) and

%post
if [ $1 -eq  1 ] ; then
   %{__pear} channel-add pear.phpunit.de.xml
else
   %{__pear} channel-update pear.phpunit.de.xml
fi

%postun
if [ $1 -eq 0 ] ; then
   %{__pear} channel-remove pear.phpunit.de
fi

All packages that use this channel should Requires and BuildRequires this new
RPM (remove all the package must be done before removing the channel).

To be tested.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list