Home | History | Annotate | Download | only in gnome-2-24
      1 #
      2 # spec file for package SUNWgnome-desktop-prefs
      3 #
      4 # includes module(s): desktop-file-utils, control-center
      5 #
      6 # Copyright 2008 Sun Microsystems, Inc.
      7 # This file and all modifications and additions to the pristine
      8 # package are under the same license as the package itself.
      9 #
     10 # Owner: dkenny
     11 #
     12 
     13 # NOTE: You must set up the OpenGL symlinks before building SUNWcompiz:
     14 #   #  /lib/svc/method/ogl-select start
     15 
     16 %include Solaris.inc
     17 
     18 %define with_hal %(pkginfo -q SUNWhal && echo 1 || echo 0)
     19 
     20 %use dfu = desktop-file-utils.spec
     21 %use cc = control-center.spec
     22 %use gsd = gnome-settings-daemon.spec
     23 
     24 Name:                    SUNWgnome-desktop-prefs
     25 Summary:                 GNOME desktop wide preference configuration tools
     26 Version:                 %{default_pkg_version}
     27 Source:                  %{name}-manpages-0.1.tar.gz
     28 # date:2007-11-07 bugster:6531454 owner:dkenny type:bug
     29 Patch1:                  control-center-01-passwd-in-terminal.diff
     30 SUNW_BaseDir:            %{_basedir}
     31 SUNW_Copyright:          %{name}.copyright
     32 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
     33 
     34 %include default-depend.inc
     35 Requires: SUNWdbus-bindings
     36 Requires: SUNWevolution-data-server
     37 Requires: SUNWfontconfig
     38 Requires: SUNWfreetype2
     39 Requires: SUNWgnome-audio
     40 Requires: SUNWgnome-desktop-prefs-root
     41 Requires: SUNWgnome-base-libs
     42 Requires: SUNWgnome-config
     43 Requires: SUNWgnome-component
     44 Requires: SUNWgnome-panel
     45 Requires: SUNWgnome-file-mgr
     46 Requires: SUNWgnome-libs
     47 Requires: SUNWgnome-media
     48 Requires: SUNWgnome-vfs
     49 Requires: SUNWgnome-wm
     50 Requires: SUNWlibcanberra
     51 Requires: SUNWlibms
     52 Requires: SUNWlibpopt
     53 Requires: SUNWlxml
     54 Requires: SUNWpostrun
     55 Requires: SUNWxwxft
     56 Requires: SUNWbash
     57 %if %with_hal
     58 Requires: SUNWhal
     59 %endif
     60 # Depend on SUNWxorg-mesa on x86 for OpenGL support.
     61 %ifnarch sparc
     62 Requires: SUNWxorg-mesa
     63 %endif
     64 
     65 BuildRequires: SUNWgnome-audio-devel
     66 BuildRequires: SUNWgnome-media-devel
     67 BuildRequires: SUNWgnome-vfs-devel
     68 BuildRequires: SUNWlibcanberra-devel
     69 BuildRequires: SUNWlibpopt-devel
     70 BuildRequires: SUNWgnome-wm-devel
     71 %if %option_without_fox
     72 BuildRequires: SUNWxorg-headers
     73 %endif
     74 %if %option_with_dt
     75 BuildRequires: SUNWtltk
     76 %endif
     77 BuildRequires: SUNWevolution-data-server-devel
     78 BuildRequires: SUNWgnome-base-libs-devel
     79 BuildRequires: SUNWgnome-config-devel
     80 BuildRequires: SUNWgnome-component-devel
     81 BuildRequires: SUNWgnome-file-mgr-devel
     82 BuildRequires: SUNWgnome-panel-devel
     83 BuildRequires: SUNWgnome-libs-devel
     84 BuildRequires: SUNWdbus-bindings-devel
     85 
     86 %package root
     87 Summary:                 %{summary} - / filesystem
     88 SUNW_BaseDir:            /
     89 %include default-depend.inc
     90 Requires: SUNWpostrun-root
     91 Requires: SUNWgnome-config
     92 
     93 %package  devel
     94 Summary:                 %{summary} - development files
     95 SUNW_BaseDir:            %{_basedir}
     96 %include default-depend.inc
     97 Requires: SUNWgnome-desktop-prefs
     98 Requires: SUNWgamin
     99                                                                                 
    100 %if %build_l10n
    101 %package l10n
    102 Summary:                 %{summary} - l10n files
    103 SUNW_BaseDir:            %{_basedir}
    104 %include default-depend.inc
    105 Requires:                %{name}
    106 %endif
    107 
    108 %prep
    109 %ifnarch sparc
    110 # Testing that the OpenGL headers and libs are installed.
    111 # If this fails it means that the build machine is not properly configured
    112 test -f /usr/X11/include/GL/glx.h || {
    113   echo "Missing OpenGL headers. Stopping."
    114   echo "As root, run: \"/lib/svc/method/ogl-select start\""
    115   false
    116   }
    117 test -f /usr/X11/lib/modules/extensions/libglx.so  || {
    118   echo "Missing OpenGL libraries. Stopping."
    119   echo "As root, run: \"/lib/svc/method/ogl-select start\""
    120   false
    121   }
    122 %endif
    123 rm -rf %name-%version
    124 mkdir %name-%version
    125 %dfu.prep -d %name-%version
    126 %cc.prep -d %name-%version
    127 %gsd.prep -d %name-%version
    128 cd %{_builddir}/%name-%version
    129 gzcat %SOURCE0 | tar xf -
    130 cd %{_builddir}/%name-%version/%{cc.name}-%{cc.version}
    131 %patch1 -p1
    132 cd ..
    133 
    134 %build
    135 export CFLAGS="%optflags -I/usr/sfw/include -I/usr/X11/include -DGNOME_DESKTOP_USE_UNSTABLE_API"
    136 export RPM_OPT_FLAGS="$CFLAGS"
    137 PKG_CONFIG_DISABLE_UNINSTALLED=
    138 unset PKG_CONFIG_DISABLE_UNINSTALLED
    139 export PKG_CONFIG_PATH="../gnome-settings-daemon-%{gsd.version}/data:%{_pkg_config_path}"
    140 #FIXME: This stuff should be fixed in the component or the configure script
    141 export LDFLAGS="%_ldflags -L/usr/X11/lib -R/usr/X11/lib -L/usr/sfw/lib -R/usr/sfw/lib -lfreetype -lresolv"
    142 export EMACS=no
    143 
    144 %dfu.build -d %name-%version
    145 %gsd.build -d %name-%version
    146 %cc.build -d %name-%version
    147 
    148 %install
    149 rm -rf $RPM_BUILD_ROOT
    150 %dfu.install -d %name-%version
    151 export PATH=%{_builddir}/%name-%version/desktop-file-utils-%{dfu.version}/src:$PATH
    152 %cc.install -d %name-%version
    153 %gsd.install -d %name-%version
    154 
    155 rm -rf $RPM_BUILD_ROOT%{_mandir}
    156 cd %{_builddir}/%name-%version/sun-manpages
    157 make install DESTDIR=$RPM_BUILD_ROOT
    158 
    159 # FIXME: Remove %{_datadir}/mime until clash with SUNWgnome-vfs resolved.
    160 rm -r $RPM_BUILD_ROOT%{_datadir}/mime
    161 
    162 # put real version number in gnome-control-center.1
    163 perl -pi -e 's/%%{cc_version}/%{cc.version}/g' $RPM_BUILD_ROOT%{_mandir}/man1/gnome-control-center.1
    164 
    165 %if %build_l10n
    166 %else
    167 # REMOVE l10n FILES
    168 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
    169 rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/[a-z]*
    170 rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/*/*-[a-z]*.omf
    171 %endif
    172 
    173 %{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
    174 
    175 %clean
    176 rm -rf $RPM_BUILD_ROOT
    177 
    178 # This package includes update-desktop-database but keeping this postrun
    179 # script the same as the ones in other packages so that it only runs once
    180 # for all pkgs (postrun -u option)
    181 %post
    182 ( echo 'test -x /usr/bin/update-desktop-database || exit 0';
    183   echo '/usr/bin/update-desktop-database'
    184 ) | $BASEDIR/lib/postrun -b -u -c JDS_wait
    185 ( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
    186   echo '/usr/bin/scrollkeeper-update'
    187 ) | $BASEDIR/lib/postrun -b -u -c JDS
    188 
    189 %postun
    190 test -x $BASEDIR/lib/postrun || exit 0
    191 ( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
    192   echo '/usr/bin/scrollkeeper-update'
    193 ) | $BASEDIR/lib/postrun -b -u -c JDS
    194 
    195 %post root
    196 %include gconf-install.script
    197 
    198 %preun root
    199 test -x $BASEDIR/var/lib/postrun/postrun || exit 0
    200 ( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
    201   echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
    202   echo '  exit 0';
    203   echo '}';
    204   echo 'umask 0022';
    205   echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
    206   echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
    207   echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
    208   echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
    209   echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
    210   echo 'schemas="$SDIR/apps_gnome_settings_daemon_keybindings.schemas';
    211   echo '         $SDIR/apps_gnome_settings_daemon_screensaver.schemas';
    212   echo '         $SDIR/control-center.schemas';
    213   echo '         $SDIR/apps_gnome_settings_daemon_xrandr.schemas';
    214   echo '         $SDIR/desktop_gnome_font_rendering.schemas"';
    215   echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas'
    216 ) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
    217 
    218 %files
    219 %defattr (-, root, bin)
    220 %dir %attr (0755, root, bin) %{_bindir}
    221 %{_bindir}/*
    222 %dir %attr (0755, root, bin) %{_libdir}
    223 %{_libdir}/lib*.so*
    224 %{_libdir}/window-manager-settings/*.so
    225 %{_libdir}/gnome-settings-daemon-2.0
    226 %{_libexecdir}/gnome-settings-daemon
    227 %dir %attr (0755, root, sys) %{_datadir}
    228 %dir %attr (0755, root, other) %{_datadir}/applications
    229 %{_datadir}/applications/*.desktop
    230 %if %is_s10
    231 %dir %attr (-, root, other) %{_datadir}/control-center
    232 %{_datadir}/control-center/*
    233 %else
    234 %{_datadir}/gnome-control-center
    235 %{_datadir}/gnome-settings-daemon
    236 %endif
    237 %{_datadir}/desktop-directories
    238 %{_datadir}/dbus-1
    239 %dir %attr (0755, root, other) %{_datadir}/gnome
    240 %{_datadir}/gnome/cursor-fonts
    241 %{_datadir}/gnome/help/*/C
    242 %dir %attr (-, root, other) %{_datadir}/icons
    243 %dir %attr (-, root, other) %{_datadir}/icons/hicolor
    244 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
    245 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
    246 %{_datadir}/icons/hicolor/16x16/apps/*.png
    247 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
    248 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
    249 %{_datadir}/icons/hicolor/22x22/apps/*.png
    250 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
    251 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
    252 %{_datadir}/icons/hicolor/24x24/apps/*.png
    253 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
    254 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
    255 %{_datadir}/icons/hicolor/32x32/apps/*.png
    256 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
    257 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
    258 %{_datadir}/icons/hicolor/48x48/apps/*.png
    259 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
    260 %dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
    261 %{_datadir}/icons/hicolor/scalable/apps/*.svg
    262 %{_datadir}/omf/*/*-C.omf
    263 #%dir %attr (0755, root, other) %{_datadir}/pixmaps
    264 #%{_datadir}/pixmaps/*
    265 %dir %attr(0755, root, bin) %{_mandir}
    266 %dir %attr(0755, root, bin) %{_mandir}/*
    267 %{_mandir}/*/*
    268 %doc desktop-file-utils-%{dfu.version}/AUTHORS
    269 %doc desktop-file-utils-%{dfu.version}/README
    270 %doc(bzip2) desktop-file-utils-%{dfu.version}/COPYING
    271 %doc(bzip2) desktop-file-utils-%{dfu.version}/ChangeLog
    272 %doc(bzip2) desktop-file-utils-%{dfu.version}/NEWS
    273 %doc gnome-control-center-%{cc.version}/AUTHORS
    274 %doc gnome-control-center-%{cc.version}/capplets/about-me/AUTHORS
    275 %doc gnome-control-center-%{cc.version}/README
    276 %doc(bzip2) gnome-control-center-%{cc.version}/COPYING
    277 %doc(bzip2) gnome-control-center-%{cc.version}/ChangeLog
    278 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/about-me/ChangeLog
    279 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/accessibility/at-properties/ChangeLog
    280 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/appearance/ChangeLog
    281 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/common/ChangeLog
    282 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/default-applications/ChangeLog
    283 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/display/ChangeLog
    284 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/keybindings/ChangeLog
    285 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/keyboard/ChangeLog
    286 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/mouse/ChangeLog
    287 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/network/ChangeLog
    288 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/sound/ChangeLog
    289 %doc(bzip2) gnome-control-center-%{cc.version}/capplets/windows/ChangeLog
    290 %doc(bzip2) gnome-control-center-%{cc.version}/help/ChangeLog
    291 %doc(bzip2) gnome-control-center-%{cc.version}/libslab/ChangeLog
    292 %doc(bzip2) gnome-control-center-%{cc.version}/libwindow-settings/ChangeLog
    293 %doc(bzip2) gnome-control-center-%{cc.version}/po/ChangeLog
    294 %doc(bzip2) gnome-control-center-%{cc.version}/shell/ChangeLog
    295 %doc(bzip2) gnome-control-center-%{cc.version}/typing-break/ChangeLog
    296 %doc(bzip2) gnome-control-center-%{cc.version}/NEWS
    297 %doc gnome-settings-daemon-%{gsd.version}/AUTHORS
    298 %doc gnome-settings-daemon-%{gsd.version}/plugins/sound/libsounds/README
    299 %doc(bzip2) gnome-settings-daemon-%{gsd.version}/COPYING
    300 %doc(bzip2) gnome-settings-daemon-%{gsd.version}/ChangeLog
    301 %doc(bzip2) gnome-settings-daemon-%{gsd.version}/po/ChangeLog
    302 %doc(bzip2) gnome-settings-daemon-%{gsd.version}/NEWS
    303 %doc(bzip2) gnome-settings-daemon-%{gsd.version}/plugins/sound/libsounds/ChangeLog
    304 %dir %attr (0755, root, other) %{_datadir}/doc
    305 
    306 %files devel
    307 %defattr (-, root, bin)
    308 %dir %attr (0755, root, bin) %{_libdir}
    309 %dir %attr (0755, root, other) %{_libdir}/pkgconfig
    310 %{_libdir}/pkgconfig/*
    311 %dir %attr (0755, root, sys) %{_datadir}
    312 %dir %attr (0755, root, bin) %{_datadir}/pkgconfig
    313 %{_datadir}/pkgconfig/*
    314 %dir %attr (0755, root, bin) %{_includedir}
    315 %{_includedir}/*
    316 
    317 %files root
    318 %defattr (-, root, sys)
    319 %attr (0755, root, sys) %dir %{_sysconfdir}
    320 %{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas
    321 %{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
    322 %{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_xrandr.schemas
    323 %{_sysconfdir}/gconf/schemas/control-center.schemas
    324 %{_sysconfdir}/gconf/schemas/gnome-settings-daemon.schemas
    325 %{_sysconfdir}/gconf/schemas/desktop_gnome_font_rendering.schemas
    326 %{_sysconfdir}/xdg
    327 
    328 %if %build_l10n
    329 %files l10n
    330 %defattr (-, root, bin)
    331 %dir %attr (0755, root, sys) %{_datadir}
    332 %attr (-, root, other) %{_datadir}/locale
    333 %dir %attr (0755, root, other) %{_datadir}/gnome
    334 %{_datadir}/gnome/help/*/[a-z]*
    335 %{_datadir}/omf/*/*-[a-z]*.omf
    336 %endif
    337 
    338 %changelog
    339 * Tue Jan 06 2009 - takao.fujiwara@sun.com
    340 - Modify pkgmap for omf.
    341 * Thu Sep 25 2008 - matt.keenan@sun.com
    342 - Update copyright
    343 * Wed Sep 17 2008 - halton.huo@sun.com
    344 - Add script to replace real control-center version number in
    345   gnome-control-center.1
    346 - Add %attr (-, root, other) for subfolders under %{_datadir}/icons
    347 * Tue Aug 05 2008 - damien.carbery@sun.com
    348 - Add apps_gnome_settings_daemon_xrandr.schemas to %post and %files. Remove
    349   hack that created mimeinfo.cache - it is not needed because gnome-vfs is
    350   obsolete now.
    351 * Mon Aug 04 2008 - ghee.teo@sun.com
    352 - Removed control-center-01-solaris-printmgr.diff now that the Presto's
    353   print manager is integrated into vermillion.
    354 * Sat Jul 26 2008 - damien.carbery (at] sun.com
    355 - Create mimeinfo.cache because build breaking with /dev/null in proto. Remove
    356   fontilus.schemas from %post and %files as it is not installed. Also remove
    357   %{_sysconfdir}/gnome-vfs-2.0 from %files as it is not installed either.
    358 * Fri Jul 25 2008 - damien.carbery (at] sun.com
    359 - Update %files, removing %{_libdir}/gnome-vfs-2.0/modules/*.so and
    360   %{_libdir}/nautilus.
    361 * Thu Jun 05 2008 - damien.carbery (at] sun.com
    362 - Remove themus.schemas as it is no longer installed.
    363 * Wed May 21 2008 - damien.carbery (at] sun.com
    364 - Add 'Requires: SUNWxorg-mesa' to base package to fix #6705123.
    365 * Wed Apr 16 - damien.carbery (at] sun.com
    366 - Add Requires SUNWgamin to devel package. Mentioned in #6688818.
    367 * Mon Apr 07 - damien.carbery (at] sun.com
    368 - Change OpenGL check to only happen on x86.
    369 * Wed Apr 02 - damien.carbery (at] sun.com
    370 - Copy in changes from gnome-2-20 branch: break the build if the openGL headers
    371   and libraries are not present on the machine.
    372 * Wed Mar 12 2008 - damien.carbery (at] sun.com
    373 - Update %files for new tarball.
    374 * Tue Feb 26 2008 - brian.cameron (at] sun.com
    375 - Now gnome-settings-daemon depends on gnome-desktop in the SUNWgnome-panel
    376   package.  So add this dependency.
    377 * Fri Feb 15 2008 - damien.carbery (at] sun.com
    378 - Remove obsolete sparc patches, 02-sun-volume-keys and 03-sun-help-key.
    379   Renumber rest.
    380 * Fri Feb 15 2008 - damien.carbery (at] sun.com
    381 - Add Build/Requires SUNWdbus-bindings/-devel; Update %files for new location
    382   of plugins.
    383 * Tue Jan 29 2008 - damien.carbery (at] sun.com
    384 - Add -DGNOME_DESKTOP_USE_UNSTABLE_API to CFLAGS to get it to build.
    385 * Wed Jan 23 2008 - damien.carbery (at] sun.com
    386 - Set PKG_CONFIG_PATH to find the gnome-settings-daemon uninstalled.pc file.
    387 * Wed Jan 23 2008 - darren.kenny (at] sun.com
    388 - Move gnome-settings-daemon into it's own spec file to match project
    389   structures.
    390 * Thu Jan  3 2008 - laca@sun.com
    391 - use gconf-install.script instead of an inline script
    392 * Wed Nov 07 2007 - darren.kenny@sun.com
    393 - Add new patch control-center-04-passwd-in-terminal.diff
    394 - This is a tempoary fix for Bug#6531454 - using gnome-terminal & passwd - the
    395   correct fix depends on ON RFE 6627014 being implemented.
    396 * Tue Oct 30 2007 - laca@sun.com
    397 - s/without_java/with_java
    398 * Mon Oct  1 2007 - laca@sun.com
    399 - move export EMACS=no to %build from %prep and delete emacs dir from %files
    400 * Mon Oct  1 2007 - damien.carbery@sun.com
    401 - Add %{_datadir}/emacs to %files.
    402 * Fri Sep 28 2007 - laca@sun.com
    403 - add support to build on FOX instead of Nevada X
    404 - disable emacs support
    405 * Wed Sep 05 2007 - darren.kenny@sun.com
    406 - Bump to 2.19.92
    407 - Update files sections for new version.
    408 * Tue Apr 24 2007 - laca@sun.com
    409 - s/0755/-/ in defattr so that files are not made all executable
    410 * Thu Mar 15 2007 - damien.carbery@sun.com
    411 - Add Requires SUNWbash after check-deps.pl run.
    412 * Wed Feb 14 2007 - damien.carbery@sun.com
    413 - Update %files for new tarball.
    414 * Thu Feb  8 2007 - takao.fujiwara@sun.com
    415 - Update control-center-01-solaris-printmgr.diff for SUN_BRANDING
    416 * Sun Jan 28 2007 - laca@sun.com
    417 - update dir attributes so they work on both s10 and nevada
    418 * Wed Jan 24 2007 - damien.carbery@sun.com
    419 - Add %{_datadir}/icons to %files.
    420 * Tue Dec 19 2006 - ghee.teo@sun.com
    421 - Replace the script, solaris-printmgr-wrappper to use gksu instead of sticking
    422   with the old CDE action script.
    423 * Thu Dec 07 2006 - damien.carbery@sun.com
    424 - Remove schema file from %preun root and %files as it is no longer in the 
    425   control-center module. Remove icons dir from %files as they are not installed.
    426 * Fri Oct 20 2006 - damien.carbery@sun.com
    427 - Remove SUNWhalh BuildRequires because header files are in SUNWhea in snv_51.
    428 * Mon Sep 18 2006 - brian.cameron@sun.com
    429 - Add SUNWhalh BuildRequires
    430 * Tue Sep 05 2006 - brian.cameron@sun.com
    431 - Now check for HAL so we can use --enable/disable-hal as appropriate in 
    432   the control-center.spec file.  Remove panel dependency now that we no
    433   longer link against libxklavier.
    434 * Fri Sep 01 2006 - Matt.Keenan@sun.com
    435 - New Manpage tarball
    436 * Sat Aug 12 2006 - laca@sun.com
    437 - delete some unnecessary env variables
    438 * Sat Aug 12 2006 - laca@sun.com
    439 - change datadir/icons permissions back to root:other since it's a stable
    440   interface and wasn't supposed to be changed
    441 * Fri Jul 14 2006 - laca@sun.com
    442 - update %post/%postun/etc scripts to support diskless client setup,
    443   part of 6448317
    444 * Wed Jul 12 2006 - laca@sun.com
    445 - set correct attributes for mimeinfo.cache, fixes #6431057
    446 * Thu Jun 29 2006 - laca@sun.com
    447 - update postrun scripts
    448 * Fri Jun 23 2006 - christopher.hanna@sun.com
    449 - removed manpages not needed: gnome-file-types-properties and gnome-settings-daemon
    450 * Sun Jun 11 2006 - laca@sun.com
    451 - change group from other to bin/sys
    452 * Thu May 25 2006 - laca@sun.com
    453 - use post/preun scripts to install schemas into the merged gconf files
    454 * Wed May 10 2006 - laca@sun.com
    455 - merge -share pkg(s) into the base pkg(s)
    456 * Tue Apr 18 2006 - damien.carbery@sun.com
    457 - Add desktop-directories directory.
    458 * Wed Apr 05 2006 - glynn.foster@sun.com
    459 - Remove screensaver hack since xscreensaver installs into the
    460   right location.
    461 * Tue Feb 21 2006 - damien.carbery@sun.com
    462 - Add X packages to Requires after running check-deps.pl script.
    463 * Mon Feb 20 2006 - damien.carbery@sun.com
    464 - Complete update of Build/Requires after running check-deps.pl script.
    465 * Thu Feb 16 2006 - damien.carbery@sun.com
    466 - Update Build/Requires after running check-deps.pl script.
    467 * Thu Jan 19 2006 - brian.cameron@sun.com
    468 - Added %{_datadir}/gnome-default-applications to share package.
    469 * Sat Dec  3 2005 - laca@sun.com
    470 - add %post script that runs update-desktop-database
    471 * Thu Dec 01 2005 - damien.carbery@sun.com
    472 - Add Build/Requires SUNWevolution-data-server/-devel for libebook dependency.
    473 * Tue Jul 19 2005 - damien.carbery@sun.com
    474 - Add BuildRequires SUNWtltk because build was breaking without that package.
    475 * Wed Jul 13 2005 - brian.cameron@sun.com
    476 - Added SUNWgnome-panel dependency
    477 * Thu Jun 02 2005 - brian.cameron@sun.com
    478 - Bumped to 2.10, fixed packaging.
    479 * Tue Oct 26 2004 - srirama.sharma@wipro.com
    480 - Added patch control-center-03-sun-help-key.diff (to sparc only) to bind the 
    481   Sun help key to launch default help with Sun tpe Keyboards. Fixes the bugtraq
    482   bug#6182405.
    483 * Tue Oct 19 2004 - srirama.sharma@wipro.com
    484 - Added patch control-center-02-sun-volume-keys.diff (to sparc only) to bind 
    485   Sun keys Volume up, Volume Down and Volume Mute to control volume with Sun type
    486   keyboards. Fixes bugtraq bug#6173921.
    487 * Sat Oct 02 2004 - laca@sun.com
    488 - added %pkgbuild_postprocess
    489 * Sat Sep 11 2004 - laca@sun.com
    490 - Set LDFLAGS so Xrandr and Xrender can be found.
    491 * Thu Sep 09 2004 - matt.keenan@sun.com
    492 - Added gnome-at-properties.1, gnome-font-viewer.1 manpages
    493 * Wed Aug 18 2004 - damien.carbery@sun.com
    494 - Change manpage perms for Solaris integration.
    495 * Fri Aug  6 2004 - danek.duvall@sun.com
    496 - Add support for running the Solaris Print Manager (as root)
    497 * Tue Jul 13 2004 - damien.carbery@sun.com
    498 - Create symlink to screensaver-properties.desktop in capplets dir to fix
    499   bug 5070633.
    500 * Tue Jun 22 2004 - shirley.woo@sun.com
    501 - changed install location to /usr/lib and /usr/bin
    502 * Wed Jun  2 2004 - takao.fujiwara@sun.com
    503 - Added %{_datadir}/locale to install l10n messages
    504 * Wed Mar 24 2004 - brian.cameron@sun.com
    505 - Added SGML man page integration
    506 * Tue Mar 02 2004 - niall.power@sun.com
    507 - add {_libdir}/window-manager-settings
    508 * Mon Mar 01 2004 - laca@sun.com
    509 - remove libxklavier
    510 - add dependency on SUNWgnome-wm
    511 * Mon Feb 23 2004 - Niall.Power@sun.com
    512 - install gconf schemas at the end of the install
    513   stage.
    514 * Thu Feb 19 2004 - Niall.Power@sun.com
    515 - initial Solaris spec file
    516