]> git.pld-linux.org Git - packages/freeglut.git/blame - freeglut.spec
- obvious gcc42 fix.
[packages/freeglut.git] / freeglut.spec
CommitLineData
f47c7d95
JB
1Summary: A freely licensed alternative to the GLUT library
2Summary(pl): Zamiennik biblioteki GLUT na wolnej licencji
3Name: freeglut
4Version: 2.4.0
5Release: 1
6License: MIT
7Group: Libraries
8Source0: http://dl.sourceforge.net/freeglut/%{name}-%{version}.tar.gz
9# Source0-md5: 6d16873bd876fbf4980a927cfbc496a1
bf8ca2ff 10Patch0: %{name}-gcc4.patch
f47c7d95
JB
11URL: http://freeglut.sourceforge.net/
12BuildRequires: OpenGL-GLU-devel
3e3c81fe
JB
13BuildRequires: autoconf >= 2.59-9
14BuildRequires: automake
15BuildRequires: libtool
16BuildRequires: xorg-lib-libXext-devel
17BuildRequires: xorg-lib-libXxf86vm-devel
f47c7d95 18Provides: OpenGL-glut = 3.7
7770b64f 19Obsoletes: glut
f47c7d95
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Freeglut, the Free OpenGL Utility Toolkit, is meant to be a free
24alternative to Mark Kilgard's GLUT library. It is distributed under an
25X-Consortium style license (see COPYING for details), to offer you a
26chance to use and/or modify the source.
27
28It makes use of OpenGL, GLU, and pthread libraries. The library does
29not make use of any GLUT code and is not 100% compatible. Code
30recompilation and/or slight modifications might be required for your
31applications to work with freeglut.
32
33%description -l pl
34