Bug 1299860

Summary: make install fails with no standard buildroot
Product: [Fedora] Fedora Reporter: smoretti <smoretti>
Component: libtommathAssignee: Simone Caronni <negativo17>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 23CC: c.david86, negativo17
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-23 14:02:30 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:
Embargoed:

Description smoretti 2016-01-19 12:34:05 UTC
Description of problem:
my buildroot is not standard (i.e. not in /usr) and make install in the spec file fails to install include files properly in devel package.

Version-Release number of selected component (if applicable):
0.42.0-6

How reproducible:
Use a buildroot out of /usr


Actual results:
%{_includedir}/*.h fails in %files devel


Expected results:
%{_includedir}/*.h successfully added in %files devel


Additional info:
Adding INCPATH=%{_includedir} in the make install command looks to resolve the issue (not tested with standard buildroot)

Comment 1 Simone Caronni 2016-02-23 14:02:30 UTC
Took the chance to add the change to libtommath-1.0-4 for the 1.0 rebase in Rawhide.

Comment 2 smoretti 2016-02-23 14:17:57 UTC
(In reply to Simone Caronni from comment #1)
> Took the chance to add the change to libtommath-1.0-4 for the 1.0 rebase in
> Rawhide.

Will you take care of that.
Not sure I am allowed to.