rpms/gl-117/devel gl-117.spec,1.6,1.7

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sun Feb 12 00:09:03 UTC 2006


Author: steve

Update of /cvs/extras/rpms/gl-117/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12983

Modified Files:
	gl-117.spec 
Log Message:
Drop BR: xorg-x11-devel, since it should be pulled in by SDL-devel
Don't hard-code path to X libs
Drop hard-coded LDFLAGS
Drop redundant "for Linux..." from description



Index: gl-117.spec
===================================================================
RCS file: /cvs/extras/rpms/gl-117/devel/gl-117.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gl-117.spec	26 Sep 2005 17:33:17 -0000	1.6
+++ gl-117.spec	12 Feb 2006 00:09:02 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           gl-117
 Version:        1.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Action flight simulator
 
@@ -13,21 +13,21 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel, SDL_mixer-devel
-BuildRequires:  xorg-x11-devel, freeglut-devel
+BuildRequires:  freeglut-devel
 BuildRequires:  desktop-file-utils
 
 %description
-GL-117 is an action flight simulator for Linux/Unix and MSWindows. Enter the
-Eagle Squadron and succeed in several challanging missions leading though
-different landscapes. Five predefined levels of video quality and an amount of
-viewing ranges let you perfectly adjust the game to the performance of your
-system. Joystick, mouse, sound effects, music...
+GL-117 is an action flight simulator. Enter the Eagle Squadron and succeed
+in several challanging missions leading though different landscapes. Five
+predefined levels of video quality and an amount of viewing ranges let you
+perfectly adjust the game to the performance of your system. Joystick,
+mouse, sound effects, music...
 
 %prep
 %setup -q -n %{name}-%{version}-src
 
 %build
-%configure LDFLAGS="-L/usr/X11R6/%{_lib} -lX11 -lXi -lXmu"
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -55,6 +55,12 @@
 %{_mandir}/man6/*
 
 %changelog
+* Sat Dec 03 2005 Steven Pritchard <steve at kspei.com> 1.3.2-2
+- Drop BR: xorg-x11-devel, since it should be pulled in by SDL-devel
+- Don't hard-code path to X libs
+- Drop hard-coded LDFLAGS
+- Drop redundant "for Linux..." from description
+
 * Mon Sep 26 2005 Steven Pritchard <steve at kspei.com> 1.3.2-1
 - Update to 1.3.2 (#169275)
 - BR xorg-x11-devel instead of XFree86-devel




More information about the fedora-extras-commits mailing list