diff --git a/Xaw3d.spec b/Xaw3d.spec index db91d25..1972764 100644 --- a/Xaw3d.spec +++ b/Xaw3d.spec @@ -1,7 +1,7 @@ Summary: A version of the MIT Athena widget set for X. Name: Xaw3d Version: 1.5 -Release: 15 +Release: 16 Group: System Environment/Libraries Source: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz Source1: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6/Xaw3d-1.3.tar.gz @@ -80,12 +80,7 @@ cp %{SOURCE2} xc/lib/Xaw3d6 cd xc/lib/Xaw3d export PATH=/usr/X11R6/bin:$PATH xmkmf -%ifarch alpha -# alpha was giving internal compiler errors... -make CDEBUGFLAGS="" -%else -make -%endif +make CDEBUGFLAGS="${RPM_OPT_FLAGS} -DARROW_SCROLLBAR" %ifnarch ia64 # compat libs @@ -140,6 +135,9 @@ fi %ghost /usr/X11R6/include/Xaw3d %changelog +* Thu Sep 5 2002 Preston Brown 1.5-16 +- -DARROW_SCROLLBAR for rms + * Thu Aug 8 2002 Than Ngo 1.5-15 - Added patch file to fix i18n issue, ynakai@redhat.com