#
# spec file for package SUNWgnome-doc-utils
#
# includes module(s): gucharmap
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
SUNW_BaseDir: %{_basedir}
%prep
export PKG_CONFIG_PATH=%{_pkg_config_path}
export CFLAGS="%optflags -I%{_includedir}"
export RPM_OPT_FLAGS="$CFLAGS"
export LDFLAGS="%_ldflags"
# HACK.
fi
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
%{_mandir}/*/*
#%dir %attr (0755, root, other) %{_libdir}/pkgconfig
#%{_libdir}/pkgconfig/*
* Thu Jun 18 2009 - christian.kelly@sun.com
- delete $RPM_BUILD_ROOT in %install
* Mon May 14 2007 - damien.carbery@sun.com
- Add SUNWgnome-common-devel dependency for pkg-config.
* Fri May 11 2007 - damien.carbery@sun.com
- Remove unnecessary SUNWgnome-libs dependency. Builds okay without it.
* Wed Apr 11 2007 - damien.carbery@sun.com
- Add l10n package after bumping tarball.
* Tue Feb 27 2007 - damien.carbery@sun.com
- Add %{_bindir}/gnome-doc-tools from new tarball.
* Fri Sep 08 2006 - Matt.Keenan@sun.com
- Remove "rm" of _mandir during %install, deliver xml2po.1 community man page
* Sat Aug 12 2006 - laca@sun.com
- delete some unnecessary env variables
* Fri Aug 11 2006 - damien.carbery@sun.com