Browse Source

revoke broken 'simplification'

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
97a0897ded
  1. 14
      xaw3d/xaw3d.spec

14
xaw3d/xaw3d.spec

@ -23,15 +23,6 @@
## SUCH DAMAGE.
##
# FIXME: ms: This is rather nasty, but various platforms have different
# FIXME: ms: requirements after xmkmf gets through with xaw3d's Imakefile.
# FIXME: ms: The requirements for any given single platform are actually
# FIXME: ms: less than what is specified.
# FIXME: ms: Passing 'LD=ld' to make, and the next block explicitly
# FIXME: ms: building a static library should be removed when a better
# FIXME: ms: solution (such as implementing imake templates into the x11
# FIXME: ms: package) is found.
# package information
Name: xaw3d
Summary: X-Window Athena Widgets 3D
@ -42,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 1.5
Release: 20030804
Release: 20030806
# list of sources
Source0: ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-%{version}.tar.gz
@ -69,8 +60,7 @@ AutoReqProv: no
%build
cd xc/lib/Xaw3d/
%{l_shtool} mkdir -f -p -m 755 X11/Xaw3d
ln -s *.h X11/Xaw3d/.
( cd X11/Xaw3d; ln -s ../../*.h . ) || exit $?
PATH=$PATH:`%{l_prefix}/etc/rc --query x11_bindir`
# xmkmf -a
x11config=`%{l_prefix}/etc/rc --query x11_libdir`/X11/config

Loading…
Cancel
Save