[mesa-libGLw] Missed a lesstif reference

Bill Nottingham notting at fedoraproject.org
Mon Jul 9 15:13:04 UTC 2012


commit 8996f4964aab1e5daa26da05e33617d6ff9ea943
Author: Bill Nottingham <notting at redhat.com>
Date:   Mon Jul 9 11:12:53 2012 -0400

    Missed a lesstif reference

 mesa-libGLw.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mesa-libGLw.spec b/mesa-libGLw.spec
index 64c5b5a..8033080 100644
--- a/mesa-libGLw.spec
+++ b/mesa-libGLw.spec
@@ -4,7 +4,7 @@
 Summary: Xt / Motif OpenGL widgets
 Name: mesa-libGLw
 Version: 6.5.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -37,7 +37,11 @@ Summary: Mesa libGLw development package
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libGL-devel
+%if 0%{?rhel}
+Requires: openmotif-devel
+%else
 Requires: lesstif-devel
+%endif
 Provides: libGLw-devel
 
 %description devel
@@ -89,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/GL/GLwMDrawAP.h
 
 %changelog
+* Mon Jul 09 2012 Bill Nottingham - 6.5.1-12
+- fix prior macros
+
 * Thu Jul 05 2012 Bill Nottingham - 6.5.1-11
 - add conditional macros for openmotif/lesstif
 


More information about the scm-commits mailing list