PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #5619

pear makerpm produces invalid .spec dependancy code

Details

Submitted2005-10-06 21:11 UTC
Fromglen at delfi dot ee
Assignedcellog
StatusClosed
PackagePEAR
PHP VersionIrrelevant
OSPLD Linux
Roadmaps(Not assigned)

Comments

[2005-10-06 21:11 UTC] glen at delfi dot ee

Description:
------------
pear makerpm PEAR produces line in .spec
Conflicts: php-pear-PEAR_Frontend_Web != 0.5.0

this is
1. invalid for .spec
2. it is produced in case where it's not neccessary
needed, because $dep['conflicts'] is present in array but
empty.

here's fix for the #2, not sure for #1.
http://glen.alkohol.ee/pld/PEAR-makerpm1.patch