#
# spec file for package SUNWliboil
#
# includes module(s): liboil
#
# Copyright (c) 2010 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
%use liboil64 = liboil.spec
%use liboil = liboil.spec
SUNW_BaseDir: %{_basedir}
SUNW_BaseDir: %{_basedir}
%prep
# with Sun Studio unless you build with -xO#. This means if you build with
# debug, then expect programs which use some liboil functions to crash.
#
export CFLAGS="%optflags64"
export RPM_OPT_FLAGS="$CFLAGS"
export PKG_CONFIG_PATH="%{_pkg_config_path64}"
export CFLAGS="%optflags"
export RPM_OPT_FLAGS="$CFLAGS"
export LDFLAGS="%_ldflags"
export PKG_CONFIG_PATH="%{_pkg_config_path}"
#Clean up unpackaged files
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
%{_includedir}/*
* Wed Jan 31 2007 - brian.cameron@sun.com
- Build with gcc so that on x86 we compile hardware acceleration GCC asm code.
* Wed Jun 14 2007 - brian.cameron@sun.com
- Add new bindir files included in 0.3.9.
* Sun Jun 11 2006 - laca@sun.com
* Thu May 11 2006 - damien.carbery@sun.com
- Change build dependency on SUNWgnome-base-libs-share. That pkg is obsolete
with files now in the base package.
* Thu Mar 23 2006 - shirley.woo@sun.com
- Updated Package Summary
* Fri Mar 17 2006 - shirley.woo@sun.com
- Updated Package Summary
* Fri Feb 17 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Wed Oct 26 2005 - brian.cameron@sun.com
- Created.