Bug 179464 - freeglut-devel should Requires: libGL-devel, libGLU-devel
Summary: freeglut-devel should Requires: libGL-devel, libGLU-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: freeglut
Version: 4
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: X/OpenGL Maintenance List
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-31 16:35 UTC by Rex Dieter
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-01 08:11:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2006-01-31 16:35:15 UTC
/usr/include/freeglut/freeglut_std.h contains:
#include <GL/gl.h>
#include <GL/glu.h>

so freeglut-devel should 
Requires: libGL-devel libGLU-devel

Comment 1 Rex Dieter 2006-01-31 16:40:03 UTC
Oops, that should be /usr/include/GL/freeglut_std.h

Comment 2 Mike A. Harris 2006-02-01 08:11:08 UTC
Previously I had already added:

# We BuildRequires the gl.h header here, because any GL implementation will
# suffice, and there is no widespread accepted "standard" for a OpenGL
# virtual Provides.
BuildRequires: /usr/include/GL/gl.h

However that is build time, rather than freeglut-devel runtime.  Now that
modular has landed though, and "libGL", "libGLU" etc. are the new standard
name in town, I think it is plausible to start using these virtual
provides instead of the file based one currently used.

That makes it easier to add Requires to -devel and maintain a single standard
as well, however it may make the freeglut 2.4.0 package more of a pain to
rebuild on older OS releases.  Weighing all factors though, such is often
the price in the persuit of forward moving progress.  ;o)

Fixed in 2.4.0-3 in rawhide.




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