auto-import changelog data from Xaw3d-1.5-16.src.rpm

Thu Sep 05 2002 Preston Brown <pbrown@redhat.com> 1.5-16
- -DARROW_SCROLLBAR for rms
This commit is contained in:
cvsdist 2004-09-09 02:49:42 +00:00
parent b460485d6e
commit 0d72306ae6

View File

@ -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 <pbrown@redhat.com> 1.5-16
- -DARROW_SCROLLBAR for rms
* Thu Aug 8 2002 Than Ngo <than@redhat.com> 1.5-15
- Added patch file to fix i18n issue, ynakai@redhat.com