Bug 204236

Summary: pkg-config does't work (buggy libjs.pc)
Product: [Fedora] Fedora Reporter: František Dvořák <valtri>
Component: jsAssignee: Matthias Saou <matthias>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-28 08:16:48 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:
Attachments:
Description Flags
Spec file fix. none

Description František Dvořák 2006-08-27 14:31:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.8.0.6) Gecko/20060808 Fedora/1.5.0.6-2.fc5 Firefox/1.5.0.6 pango-text

Description of problem:
Variables written to libjs.pc aren't evalued ==> there are ${_prefix}, ${_libdir}, ... instead of the proper values.

Version-Release number of selected component (if applicable):
js-devel-1.5-5.fc5, js-devel-1.5-5.fc6

How reproducible:
Always


Steps to Reproduce:
1. pkg-config libjs --libs


Actual Results:
Variable '_prefix' not defined in '/tmp/myroot/usr/lib/pkgconfig/libjs.pc'

Expected Results:
-ljs

Additional info:
Replacing ${_prefix}, ... by %{_prefix} in specfiles is needed.

Comment 1 František Dvořák 2006-08-27 14:33:15 UTC
Created attachment 134998 [details]
Spec file fix.

Tested.

Comment 2 Matthias Saou 2006-08-28 08:16:48 UTC

*** This bug has been marked as a duplicate of 204232 ***