#
# spec file for package SUNWdevhelp.spec
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# includes module(s): devhelp
#
#
%use devhelp = devhelp.spec
SUNW_BaseDir: %{_basedir}
SUNW_BaseDir: /
SUNW_BaseDir: %{_basedir}
%prep
export LDFLAGS="%_ldflags"
export ACLOCAL_FLAGS="-I ./m4 -I /usr/share/aclocal"
%if %cc_is_gcc
%else
export CXX="${CXX} -norunpath"
%post
%{_bindir}/*
%{_datadir}/applications/*
%{_mandir}/*/*
%{_includedir}/*
not stable enough to be the default browser in Nevada.
* Thu May 08 2008 - evan.yan@sun.com
- Remove hardcode of firefox inlude path.
* Thu Mar 27 2008 - simon.zheng@sun.com
- Add file SUNWgnome-devhelp.copyright.
* Thu Jan 3 2008 - laca@sun.com
- use gconf-install.script instead of an inline script
* Wed Oct 31 2007 - simon.zheng@sun.com
- Change the inline postinstall script to an include.
* Tue Apr 24 2007 - laca@sun.com
- make gconf postrun scripts consistent with other packages
- use $BASEDIR instead of $PKG_INSTALL_ROOT to fix diskless install
(CR 6537817)
* Tue Apr 24 2007 - laca@sun.com
- s/0755/-/ in defattr so that files are not made all executable
* Thu Mar 19 2007 - simon.zheng@sun.com
- Add manpage.
* Thu Mar 15 2007 - damien.carbery@sun.com
* Wed March 14 2007 - simon.zheng@sun.com
- Initial version created, which stems from extra-spec-file
created by li.ma@sun.com on sourceforge.net svn repository.