Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main-src > by-pkgid > b8cd7f157cb18cae81365ace3cbab12b > files > 2

Xaw3d-1.5E-1ark.src.rpm

Summary: A version of the MIT Athena widget set for X.
Name: Xaw3d
Version: 1.5E
Release: 1ark
Group: Deprecated/Libraries
Source: ftp://ftp.visi.com/users/hawkeyd/X/Xaw3d-%version.tar.gz
Url: ftp://ftp.x.org/contrib/widgets/Xaw3d/
License: MIT
Prereq: fileutils /sbin/ldconfig
BuildRoot: %{_tmppath}/%{name}-root

%description
Xaw3d is an enhanced version of the MIT Athena Widget set for
the X Window System.  Xaw3d adds a three-dimensional look to applications
with minimal or no source code changes.

You should install Xaw3d if you are using applications which incorporate
the MIT Athena widget set and you'd like to incorporate a 3D look into
those applications.

This package is deprecated and may disappear in a future release. If you
need a widget toolkit, use Qt, FOX, or FLTK.

%package devel
Summary: Header files for development using Xaw3d.
Group: Deprecated/Development/Libraries
Requires: %name = %version-%release

%description devel
Xaw3d is an enhanced version of the MIT Athena widget set for
the X Window System.  Xaw3d adds a three-dimensional look to those
applications with minimal or no source code changes. Xaw3d-devel includes
the header files and static libraries for developing programs that take
full advantage of Xaw3d's features.

You should install Xaw3d-devel if you are going to develop applications
using the Xaw3d widget set.  You'll also need to install the Xaw3d
package.

This package is deprecated and may disappear in a future release. If you
need a widget toolkit, use Qt, FOX, or FLTK.

%package static
Summary: Files needed to link statically to %name
Requires: %name-devel = %version-%release
Group: Deprecated/Development/Libraries/Static

%description static
Files needed to link statically to %name

This package is deprecated and may disappear in a future release. If you
need a widget toolkit, use Qt, FOX, or FLTK.


%prep
%setup -q -c
cd xc/lib
ln -s . X11
cd Xaw3d

%build
cd xc/lib/Xaw3d
cat >Imf <<'EOF'
#undef ForceNormalLib
#define ForceNormalLib YES
EOF
cat Imf Imakefile >Imf1
mv Imf1 Imakefile
xmkmf -a
make %{?_smp_mflags} CDEBUGFLAGS="$RPM_OPT_FLAGS -I. -I.. -fPIC" XPLIB=

%install
rm -rf $RPM_BUILD_ROOT
cd xc/lib/Xaw3d
make install DESTDIR=$RPM_BUILD_ROOT XPLIB=

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%_libdir/*.so*

%files devel
%_includedir/X11/Xaw3d

%files static
%_libdir/*.a

%changelog
* Fri Jun 11 2010 Bernhard Rosenkraenzer <bero@arklinux.org> 1.5E-1ark
- 1.5E
- Split out static package

* Mon May  8 2006 Bernhard Rosenkraenzer <bero@arklinux.org> 1.5-15ark
- Make it compile with Xorg 7.x
- Add deprecation notice

* Wed Oct 22 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 1.5-14ark
- Remove the legacy .so.6 files
- Fix build on x86_64
- Make use of SMP build machines

* Tue Aug 27 2002 Ark Linux Team <arklinux@arklinux.org> 1.5-13ark
- automated rebuild