]> git.pld-linux.org Git - packages/foobillard.git/commitdiff
- OpenGL is always required, added noautoreqdep
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 29 Jan 2003 12:17:34 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    foobillard.spec -> 1.7

foobillard.spec

index 348b692127ca83f65e5c39447485771070d1abde..4ab6c2b6b0efbe20ce383f0dffc47111e499bc6d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
-# _with_glut   use glut instead of SDL-lib
-
+# _with_glut   - use glut instead of SDL
+#
 Summary:       A free OpenGL game of playing billard
 Summary(pl):   Wolnodostêpna gra w bilard oparta na OpenGL
 Name:          foobillard
@@ -15,15 +15,18 @@ Source1:    %{name}.desktop
 Source2:       %{name}.xpm
 Patch0:                %{name}-include.patch
 URL:           http://foobillard.sunsite.dk/
+BuildRequires: OpenGL-devel
+%{!?_with_glut:BuildRequires:  SDL-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: freetype-devel
-BuildRequires: intltool
 %{?_with_glut:BuildRequires:   glut-devel}
-%{?_with_glut:BuildRequires:   OpenGL-devel}
-%{!?_with_glut:BuildRequires:  SDL-devel}
+BuildRequires: intltool
+Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoreqdep   libGL.so.1 libGLU.so.1
+
 %description
 FooBillard is an attempt to create a free OpenGL-billard for Linux.
 Why foo? Well, actually I had this logo (F.B.-Florian Berger) and then
This page took 0.031775 seconds and 4 git commands to generate.