Bug 1325472

Summary: pkg-config file has a typo
Product: [Fedora] Fedora Reporter: Nirbheek Chauhan <nirbheek.chauhan>
Component: spandspAssignee: Igor Gnatenko <ignatenko>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 25CC: itamar, jan.brummer, jeff, tsaunier
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: spandsp-0.0.6-1.fc24 spandsp-0.0.6-1.fc25 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-03 10:57:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nirbheek Chauhan 2016-04-09 01:29:21 UTC
spandsp.pc has a typo in the libdir variable. It says:

  libdir=$(exec_prefix)/lib64

instead of 

  libdir=${exec_prefix}/lib64

The former doesn't work since pkg-config only understands ${} syntax. It works by chance while using spandsp as a dependency in an autotools-based build system because autotools will expand it to the currently-configured exec_prefix value.

The fix is obvious. :)

Thanks!

Comment 1 Jan Kurik 2016-07-26 04:23:37 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 2 Jan-Michael Brummer 2016-11-26 19:44:51 UTC
Please fix this trivial issue as it affects my project as well.

Comment 3 Igor Gnatenko 2016-11-28 11:38:08 UTC
*** Bug 1376056 has been marked as a duplicate of this bug. ***

Comment 4 Fedora Update System 2016-11-28 12:51:57 UTC
spandsp-0.0.6-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-d4f8e155e1

Comment 5 Fedora Update System 2016-11-28 12:52:07 UTC
spandsp-0.0.6-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-1eb3513982

Comment 6 Fedora Update System 2016-12-02 06:26:39 UTC
spandsp-0.0.6-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-1eb3513982

Comment 7 Fedora Update System 2016-12-02 18:53:53 UTC
spandsp-0.0.6-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d4f8e155e1

Comment 8 Fedora Update System 2016-12-03 10:57:03 UTC
spandsp-0.0.6-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2016-12-07 05:24:24 UTC
spandsp-0.0.6-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.