Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 173802 - pear makerpm generates RPMs with files in inappropriate location (%{_libdir}/php vs %{_datadir}/pear)
Summary: pear makerpm generates RPMs with files in inappropriate location (%{_libdir}/...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: php
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On: 176725
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-21 13:48 UTC by Tim Jackson
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: php-pear-1.4.6-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-10 14:17:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Simple patch to fix paths to accord with RH/Fedora naming conventions (deleted)
2005-11-21 13:51 UTC, Tim Jackson
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.