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