#
# spec file for package SUNWgnome-wm
#
# includes module(s): metacity
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
%use metacity = metacity.spec
SUNW_BaseDir: %{_basedir}
SUNW_BaseDir: %{_basedir}
%prep
export CFLAGS="%optflags -I/usr/sfw/include -I/usr/X11/include -I/usr/sfw/include/freetype2 -DANSICPP"
export RPM_OPT_FLAGS="$CFLAGS"
export PKG_CONFIG_PATH=%{_pkg_config_path}
# Move demo to demo directory.
#
mv $RPM_BUILD_ROOT%{_bindir}/metacity-window-demo $RPM_BUILD_ROOT%{_prefix}/demo/jds/bin/metacity-window-demo
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
%post
echo ' echo "ERROR: gconftool-2 not found"';
echo ' exit 0';
echo '}';
echo 'umask 0022';
echo 'export GCONF_CONFIG_SOURCE';
echo '/usr/bin/gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE -t bool -s /apps/metacity/general/reduced_resources true'
%{_bindir}/*
%{_datadir}/applications/*
#%{_datadir}/themes
%{_mandir}/*/*
%{_includedir}/*
* Fri Oct 08 2004 - kaushal.kumar@wipro.com
- Added patch metacity-02-enable-Sun-keys-Open-Front.diff.
Fixes bug 5103120.
* Sat Oct 02 2004 - laca@sun.com
- added %pkgbuild_postprocess
* Sat Sep 11 2004 - laca@sun.com
- Set LDFLAGS so Xrandr and Xrender can be found.
* Thu Sep 09 2004 - matt.keenan@sun.com
- Added metacity-message.1, metacity-window-demo.1 manpages
* Thu Aug 26 2004 - balamurali.viswanathan@wipro.com
- Added patch to use sdtprocess instead of gnome-system-monitor.
* Wed Aug 18 2004 - damien.carbery@sun.com
- Change manpage perms for Solaris integration.
* Sat Jun 26 2004 shirley.woo@sun.com
- Changed install location to /usr/...
* Wed Jun 2 2004 - takao.fujiwara@sun.com
- Added %{_datadir}/locale to install l10n messages
* Wed Mar 24 2004 - brian.cameron@sun.com
- Added SGML man page integration
* Mon Mar 01 2004 - <laca@sun.com>
- remove dependencies on SUNWgnome-libs-share and root
* Thu Feb 26 2004 - <laca@sun.com>
- set PERL5LIB for XML::Parser
* Mon Feb 22 2004 - <niall.power@sun.com>
- install gconf schemas at end of install stage.
- make clean stage clean stuff up.