From 7cb6cff86b28c3ff0d8a5be5b2fb20dc7a160da9 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Jun 10 2006 12:50:26 +0000 Subject: - Remove use of conditional BuildReqs dependent on %fedora, this breaks when people try to rebuild the SRPM and don't have %fedora defined. (Instead hardcode the correct BR's per Fedora Release). --- diff --git a/plib.spec b/plib.spec index f6989a8..757d304 100644 --- a/plib.spec +++ b/plib.spec @@ -1,7 +1,7 @@ Summary: Set of portable libraries especially useful for games Name: plib Version: 1.8.4 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL Group: System Environment/Libraries URL: http://plib.sourceforge.net/ @@ -11,13 +11,8 @@ Patch1: plib-1.8.4-fullscreen.patch Patch2: plib-1.8.4-js.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, freeglut-devel, libpng-devel -# Use monolithic X up to FC4, and modular X for FC5+ -%if 0%{?fedora} < 5 -BuildRequires: xorg-x11-devel, Mesa-devel -%else BuildRequires: libXext-devel, libXi-devel, libXmu-devel, libSM-devel Buildrequires: libXxf86vm-devel -%endif %description This is a set of OpenSource (LGPL) libraries that will permit programmers @@ -109,6 +104,11 @@ done %changelog +* Sat Jun 10 2006 Hans de Goede 1.8.4-6 +- Remove use of conditional BuildReqs dependent on %%fedora, this breaks + when people try to rebuild the SRPM and don't have %fedora defined. + (Instead hardcode the correct BR's per Fedora Release). + * Mon Jun 5 2006 Hans de Goede 1.8.4-5 - Add a missing Requires: libGL-devel to plib-devel subpackage.