Bug 173802

Summary: pear makerpm generates RPMs with files in inappropriate location (%{_libdir}/php vs %{_datadir}/pear)
Product: [Fedora] Fedora Reporter: Tim Jackson <rpm>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: joshkel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: php-pear-1.4.6-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-10 14:17:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 176725    
Bug Blocks:    
Attachments:
Description Flags
Simple patch to fix paths to accord with RH/Fedora naming conventions none

Description Tim Jackson 2005-11-21 13:48:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
The template.spec supplied with php-pear on Fedora has not been patched to account for RH/Fedora naming conventions with respect to where PEAR is installed.

This is additional to, and should probably be addressed at the same time as, the issues in bug #173270.

Version-Release number of selected component (if applicable):
php-pear-5.0.4-10.5

How reproducible:
Always

Steps to Reproduce:
1. pear makerpm Something-x.y.z.tgz
2. Observe PEAR::Something-x.y.z.spec
  

Actual Results:  PEAR::Something-x.y.z.spec contains references to %{_libdir}/php, which is not where PEAR is install these days.

Expected Results:  References to %{_libdir}/php should be %{_datadir}/pear, which is where php-pear puts PEAR.

Additional info:

Comment 1 Tim Jackson 2005-11-21 13:51:27 UTC
Created attachment 121297 [details]
Simple patch to fix paths to accord with RH/Fedora naming conventions

Patch against php-pear-5.0.4-10.5