1 # 2 # spec file for package SUNWgnome-libs 3 # 4 # includes module(s): rarian, startup-notification, libgtkhtml, 5 # libgnome, libbonoboui, libgnomeui, libexif-gtk 6 # 7 # Copyright 2008 Sun Microsystems, Inc. 8 # This file and all modifications and additions to the pristine 9 # package are under the same license as the package itself. 10 # 11 # Owner: padraig 12 # 13 %include Solaris.inc 14 %use rarian = rarian.spec 15 %use startupnotification = startup-notification.spec 16 %use libgtkhtml = libgtkhtml.spec 17 %use libgnome = libgnome.spec 18 %use libbonoboui = libbonoboui.spec 19 %use gnomekeyring = gnome-keyring.spec 20 %use libgnomeui = libgnomeui.spec 21 %use libexif_gtk = libexif-gtk.spec 22 23 Name: SUNWgnome-libs 24 Summary: GNOME platform libraries 25 Version: %{default_pkg_version} 26 Source: %{name}-manpages-0.1.tar.gz 27 SUNW_BaseDir: %{_basedir} 28 SUNW_Copyright: %{name}.copyright 29 BuildRoot: %{_tmppath}/%{name}-%{version}-build 30 31 %include default-depend.inc 32 Requires: SUNWgnome-libs-root 33 Requires: SUNWgnome-base-libs 34 Requires: SUNWgnome-vfs 35 Requires: SUNWgnome-audio 36 Requires: SUNWlibexif 37 Requires: SUNWlibgcrypt 38 Requires: SUNWlibms 39 Requires: SUNWlxml 40 Requires: SUNWfreetype2 41 Requires: SUNWlibpopt 42 Requires: SUNWpng 43 Requires: SUNWTiff 44 Requires: SUNWjpg 45 Requires: SUNWgnome-component 46 Requires: SUNWgnome-config 47 Requires: SUNWlxsl 48 Requires: SUNWpostrun 49 Requires: SUNWlibC 50 Requires: SUNWlibtasn1 51 BuildRequires: SUNWgnome-config-devel 52 BuildRequires: SUNWgnome-component-devel 53 BuildRequires: SUNWgnome-base-libs-devel 54 BuildRequires: SUNWgnome-vfs-devel 55 BuildRequires: SUNWgnome-audio-devel 56 BuildRequires: SUNWlibexif-devel 57 BuildRequires: SUNWlibgcrypt-devel 58 BuildRequires: SUNWlibpopt-devel 59 BuildRequires: SUNWlibC 60 BuildRequires: SUNWlibtasn1-devel 61 62 %package root 63 Summary: %{summary} - / filesystem 64 SUNW_BaseDir: / 65 %include default-depend.inc 66 Requires: SUNWpostrun-root 67 Requires: SUNWgnome-xml-root 68 Requires: SUNWgnome-config 69 70 %package devel 71 Summary: %{summary} - development files 72 SUNW_BaseDir: %{_basedir} 73 %include default-depend.inc 74 Requires: SUNWgnome-libs 75 Requires: SUNWgnome-vfs-devel 76 Requires: SUNWgnome-audio-devel 77 Requires: SUNWperl584usr 78 Requires: SUNWlibms 79 Requires: SUNWgnome-base-libs 80 Requires: SUNWgnome-component 81 Requires: SUNWlibpopt 82 83 %if %build_l10n 84 %package l10n 85 Summary: %{summary} - l10n files 86 SUNW_BaseDir: %{_basedir} 87 %include default-depend.inc 88 Requires: %{name} 89 %endif 90 91 %prep 92 rm -rf %name-%version 93 mkdir %name-%version 94 %rarian.prep -d %name-%version 95 %startupnotification.prep -d %name-%version 96 %libgtkhtml.prep -d %name-%version 97 %libgnome.prep -d %name-%version 98 %libbonoboui.prep -d %name-%version 99 %gnomekeyring.prep -d %name-%version 100 %libgnomeui.prep -d %name-%version 101 %libexif_gtk.prep -d %name-%version 102 cd %{_builddir}/%name-%version 103 gzcat %SOURCE0 | tar xf - 104 105 %build 106 PKG_CONFIG_DISABLE_UNINSTALLED= 107 unset PKG_CONFIG_DISABLE_UNINSTALLED 108 export PKG_CONFIG_PATH=../libgnome-%{libgnome.version}/libgnome:../gnome-keyring-%{gnomekeyring.version}/library:../libbonoboui-%{libbonoboui.version}/bonobo:%{_pkg_config_path} 109 %if %cc_is_gcc 110 %else 111 export CXX="${CXX} -norunpath" 112 %endif 113 export CXXFLAGS="%cxx_optflags" 114 export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP" 115 export RPM_OPT_FLAGS="$CFLAGS" 116 export CPPFLAGS="-I/usr/sfw/include" 117 export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib -norunpath" 118 %rarian.build -d %name-%version 119 %startupnotification.build -d %name-%version 120 %libgtkhtml.build -d %name-%version 121 %libgnome.build -d %name-%version 122 %libbonoboui.build -d %name-%version 123 %gnomekeyring.build -d %name-%version 124 %libgnomeui.build -d %name-%version 125 %libexif_gtk.build -d %name-%version 126 127 %install 128 rm -rf $RPM_BUILD_ROOT 129 %rarian.install -d %name-%version 130 %startupnotification.install -d %name-%version 131 %libgtkhtml.install -d %name-%version 132 %libgnome.install -d %name-%version 133 %libbonoboui.install -d %name-%version 134 %gnomekeyring.install -d %name-%version 135 %libgnomeui.install -d %name-%version 136 %libexif_gtk.install -d %name-%version 137 138 rm -rf $RPM_BUILD_ROOT%{_mandir} 139 cd %{_builddir}/%name-%version/sun-manpages 140 make install DESTDIR=$RPM_BUILD_ROOT 141 142 chmod 755 $RPM_BUILD_ROOT%{_mandir}/man1/*.1 143 chmod 755 $RPM_BUILD_ROOT%{_mandir}/man3/*.3 144 chmod 0644 $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/Bonobo_Sample_Controls.server 145 chmod 0644 $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/GNOME_Moniker_std.server 146 147 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc 148 rm -rf $RPM_BUILD_ROOT%{_datadir}/applications 149 150 rm -rf $RPM_BUILD_ROOT/var 151 rm -rf $RPM_BUILD_ROOT%{_prefix}/var 152 153 %if %build_l10n 154 %else 155 # REMOVE l10n FILES 156 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale 157 %endif 158 159 %{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT} 160 161 %clean 162 rm -rf $RPM_BUILD_ROOT 163 164 %post 165 ( echo 'test -x /usr/bin/scrollkeeper-update || exit 0'; 166 echo '/usr/bin/scrollkeeper-update' 167 ) | $BASEDIR/lib/postrun -b -u -c JDS 168 169 %post root 170 ( echo 'xmlcatalog --noout --add "rewriteSystem" \' ; 171 echo '"http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0" \' ; 172 echo '"file://%{_datadir}/xml/scrollkeeper/dtds" %{_sysconfdir}/xml/catalog' 173 ) | $BASEDIR/var/lib/postrun/postrun -c JDS 174 %include gconf-install.script 175 176 %preun root 177 test -x $BASEDIR/var/lib/postrun/postrun || exit 0 178 ( echo 'xmlcatalog --noout --del \' ; 179 echo '"http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0" \' ; 180 echo '%{_sysconfdir}/xml/catalog' 181 ) | $BASEDIR/var/lib/postrun/postrun -i -c JDS 182 ( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {'; 183 echo ' echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"'; 184 echo ' exit 0'; 185 echo '}'; 186 echo 'umask 0022'; 187 echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults'; 188 echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2'; 189 echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib'; 190 echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH'; 191 echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas'; 192 echo 'schemas="$SDIR/desktop_gnome_accessibility_keyboard.schemas'; 193 echo ' $SDIR/desktop_gnome_accessibility_startup.schemas'; 194 echo ' $SDIR/desktop_gnome_applications_at_visual.schemas'; 195 echo ' $SDIR/desktop_gnome_applications_at_mobility.schemas'; 196 echo ' $SDIR/desktop_gnome_applications_browser.schemas'; 197 echo ' $SDIR/desktop_gnome_applications_office.schemas'; 198 echo ' $SDIR/desktop_gnome_applications_terminal.schemas'; 199 echo ' $SDIR/desktop_gnome_applications_window_manager.schemas'; 200 echo ' $SDIR/desktop_gnome_background.schemas'; 201 echo ' $SDIR/desktop_gnome_file_views.schemas'; 202 echo ' $SDIR/desktop_gnome_interface.schemas'; 203 echo ' $SDIR/desktop_gnome_lockdown.schemas'; 204 echo ' $SDIR/desktop_gnome_peripherals_keyboard.schemas'; 205 echo ' $SDIR/desktop_gnome_peripherals_mouse.schemas'; 206 echo ' $SDIR/desktop_gnome_sound.schemas'; 207 echo ' $SDIR/desktop_gnome_thumbnailers.schemas'; 208 echo ' $SDIR/desktop_gnome_thumbnail_cache.schemas'; 209 echo ' $SDIR/desktop_gnome_typing_break.schemas"'; 210 echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas' 211 ) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a 212 213 %postun root 214 rm -rf $BASEDIR/var/lib/scrollkeeper 215 216 %files 217 %doc(bzip2) gnome-keyring-%{gnomekeyring.version}/COPYING 218 %doc(bzip2) gnome-keyring-%{gnomekeyring.version}/COPYING.LIB 219 %doc(bzip2) gnome-keyring-%{gnomekeyring.version}/NEWS 220 %doc(bzip2) gnome-keyring-%{gnomekeyring.version}/ChangeLog 221 %doc gnome-keyring-%{gnomekeyring.version}/AUTHORS 222 %doc gnome-keyring-%{gnomekeyring.version}/README 223 %doc(bzip2) libbonoboui-%{libbonoboui.version}/COPYING 224 %doc(bzip2) libbonoboui-%{libbonoboui.version}/COPYING.LIB 225 %doc(bzip2) libbonoboui-%{libbonoboui.version}/NEWS 226 %doc(bzip2) libbonoboui-%{libbonoboui.version}/ChangeLog 227 %doc libbonoboui-%{libbonoboui.version}/MAINTAINERS 228 %doc libbonoboui-%{libbonoboui.version}/README 229 %doc(bzip2) libexif-gtk-%{libexif_gtk.version}/COPYING 230 %doc(bzip2) libexif-gtk-%{libexif_gtk.version}/NEWS 231 %doc(bzip2) libexif-gtk-%{libexif_gtk.version}/ChangeLog 232 %doc libexif-gtk-%{libexif_gtk.version}/README 233 %doc(bzip2) libgnome-%{libgnome.version}/COPYING.LIB 234 %doc(bzip2) libgnome-%{libgnome.version}/NEWS 235 %doc(bzip2) libgnome-%{libgnome.version}/ChangeLog 236 %doc libgnome-%{libgnome.version}/AUTHORS 237 %doc libgnome-%{libgnome.version}/MAINTAINERS 238 %doc libgnome-%{libgnome.version}/README 239 %doc(bzip2) libgnomeui-%{libgnomeui.version}/COPYING.LIB 240 %doc(bzip2) libgnomeui-%{libgnomeui.version}/NEWS 241 %doc(bzip2) libgnomeui-%{libgnomeui.version}/ChangeLog 242 %doc libgnomeui-%{libgnomeui.version}/AUTHORS 243 %doc libgnomeui-%{libgnomeui.version}/MAINTAINERS 244 %doc libgnomeui-%{libgnomeui.version}/README 245 %doc(bzip2) libgtkhtml-%{libgtkhtml.version}/COPYING.LIB 246 %doc(bzip2) libgtkhtml-%{libgtkhtml.version}/NEWS 247 %doc(bzip2) libgtkhtml-%{libgtkhtml.version}/ChangeLog 248 %doc libgtkhtml-%{libgtkhtml.version}/AUTHORS 249 %doc libgtkhtml-%{libgtkhtml.version}/README 250 %doc(bzip2) rarian-%{rarian.version}/COPYING 251 %doc(bzip2) rarian-%{rarian.version}/COPYING.LIB 252 %doc(bzip2) rarian-%{rarian.version}/NEWS 253 %doc(bzip2) rarian-%{rarian.version}/ChangeLog 254 %doc rarian-%{rarian.version}/MAINTAINERS 255 %doc rarian-%{rarian.version}/README 256 %doc(bzip2) startup-notification-%{startupnotification.version}/COPYING 257 %doc(bzip2) startup-notification-%{startupnotification.version}/NEWS 258 %doc(bzip2) startup-notification-%{startupnotification.version}/ChangeLog 259 %doc startup-notification-%{startupnotification.version}/AUTHORS 260 %doc startup-notification-%{startupnotification.version}/README 261 %dir %attr (0755, root, other) %{_datadir}/doc 262 %defattr (-, root, bin) 263 %dir %attr (0755, root, bin) %{_bindir} 264 %{_bindir}/rarian-sk-install 265 %{_bindir}/rarian-sk-get-extended-content-list 266 %{_bindir}/rarian-sk-extract 267 %{_bindir}/rarian-sk-preinstall 268 %{_bindir}/rarian-sk-get-content-list 269 %{_bindir}/rarian-sk-migrate 270 %{_bindir}/rarian-example 271 %{_bindir}/rarian-sk-get-scripts 272 %{_bindir}/rarian-sk-gen-uuid 273 %{_bindir}/rarian-sk-rebuild 274 %{_bindir}/rarian-sk-update 275 %{_bindir}/rarian-sk-get-cl 276 %{_bindir}/rarian-sk-config 277 %{_bindir}/scrollkeeper-config 278 %{_bindir}/scrollkeeper-get-cl 279 %{_bindir}/scrollkeeper-get-content-list 280 %{_bindir}/scrollkeeper-get-extended-content-list 281 %{_bindir}/scrollkeeper-get-index-from-docpath 282 %{_bindir}/scrollkeeper-get-toc-from-docpath 283 %{_bindir}/scrollkeeper-get-toc-from-id 284 %{_bindir}/scrollkeeper-install 285 %{_bindir}/scrollkeeper-preinstall 286 %{_bindir}/scrollkeeper-rebuilddb 287 %{_bindir}/scrollkeeper-uninstall 288 %{_bindir}/scrollkeeper-update 289 %{_bindir}/gnome-keyring* 290 %{_bindir}/gnome-open 291 %{_bindir}/bonobo-browser 292 %dir %attr (0755, root, bin) %{_libdir} 293 %{_libdir}/lib*.so* 294 %{_libdir}/bonobo/monikers/*.so 295 %{_libdir}/bonobo/servers/*.server 296 %{_libdir}/gnome-keyring/* 297 %{_libdir}/libglade/2.0/*.so 298 %{_libexecdir}/gnome-keyring-ask 299 %dir %attr (0755, root, sys) %{_datadir} 300 %dir %attr (0755, root, bin) %{_datadir}/dbus-1 301 %dir %attr (0755, root, bin) %{_datadir}/dbus-1/services 302 %{_datadir}/dbus-1/services/org.gnome.keyring.service 303 304 %{_datadir}/gnome-2.0/* 305 %{_datadir}/help 306 %{_datadir}/librarian 307 %dir %attr (0755, root, other) %{_datadir}/pixmaps 308 %{_datadir}/pixmaps/* 309 %{_datadir}/gnome-background-properties 310 %dir %attr(0755, root, bin) %{_mandir} 311 %dir %attr(0755, root, bin) %{_mandir}/man1 312 %{_mandir}/man1/* 313 314 %files devel 315 %defattr (-, root, bin) 316 %dir %attr (0755, root, bin) %{_bindir} 317 %{_bindir}/scrollkeeper-extract 318 %{_bindir}/scrollkeeper-gen-seriesid 319 %{_bindir}/test-moniker 320 %dir %attr (0755, root, bin) %{_libdir} 321 %{_libdir}/bonobo-2.0 322 %dir %attr (0755, root, other) %{_libdir}/pkgconfig 323 %{_libdir}/pkgconfig/* 324 %dir %attr (0755, root, bin) %{_includedir} 325 %{_includedir}/* 326 %dir %attr (0755, root, sys) %{_datadir} 327 %{_datadir}/gtk-doc/* 328 %dir %attr(0755, root, bin) %{_mandir} 329 %dir %attr(0755, root, bin) %{_mandir}/man3 330 %{_mandir}/man3/* 331 332 %files root 333 %attr (0755, root, sys) %dir %{_sysconfdir} 334 %defattr (-, root, sys) 335 %{_sysconfdir}/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas 336 %{_sysconfdir}/gconf/schemas/desktop_gnome_accessibility_startup.schemas 337 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_at_visual.schemas 338 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_at_mobility.schemas 339 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_browser.schemas 340 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_office.schemas 341 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_terminal.schemas 342 %{_sysconfdir}/gconf/schemas/desktop_gnome_applications_window_manager.schemas 343 %{_sysconfdir}/gconf/schemas/desktop_gnome_background.schemas 344 %{_sysconfdir}/gconf/schemas/desktop_gnome_file_views.schemas 345 %{_sysconfdir}/gconf/schemas/desktop_gnome_interface.schemas 346 %{_sysconfdir}/gconf/schemas/desktop_gnome_lockdown.schemas 347 %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas 348 %{_sysconfdir}/gconf/schemas/desktop_gnome_peripherals_mouse.schemas 349 %{_sysconfdir}/gconf/schemas/desktop_gnome_sound.schemas 350 %{_sysconfdir}/gconf/schemas/desktop_gnome_thumbnailers.schemas 351 %{_sysconfdir}/gconf/schemas/desktop_gnome_thumbnail_cache.schemas 352 %{_sysconfdir}/gconf/schemas/desktop_gnome_typing_break.schemas 353 %{_sysconfdir}/gconf/schemas/gnome-keyring.schemas 354 %{_sysconfdir}/sound 355 356 %if %build_l10n 357 %files l10n 358 %defattr (-, root, bin) 359 %dir %attr (0755, root, sys) %{_datadir} 360 %attr (-, root, other) %{_datadir}/locale 361 %endif 362 363 %changelog 364 * Thu Sep 11 2008 - padraig.obriain (at] sun.com 365 - Add %doc to %files for copyright 366 * Tue Jun 24 2008 - damien.carbery (at] sun.com 367 - Remove "-lgailutil" from LDFLAGS. Root cause found in gtk+: bugzilla 536430. 368 * Fri Jun 20 2008 - jeff.cai (at] sun.com 369 gnome-keyring requires SUNWlibtasn1 and SUNWlibtasn1-devel 370 * Wed Jun 18 2008 - jeff.cai (at] sun.com 371 Bump gnome-keyring and ship some new files. 372 * Tue Jun 17 2008 - damien.carbery (at] sun.com 373 - Update %files, removing %{_libdir}/gtk-2.0/2.*.*/filesystems/lib*.so* as those 374 files are no longer installed. 375 * Wed Jun 04 2008 - damien.carbery (at] sun.com 376 - Add desktop_gnome_thumbnail_cache.schemas to %files and %post root. 377 * Tue Jun 03 2008 - damien.carbery (at] sun.com 378 - Add "-lgailutil" to LIBS so that libgailutil is linked in when libgnomecanvas 379 is linked. libgnomecanvas.so includes some gail functions. 380 * Thu Mar 27 2008 - alvaro.lopez (at] sun.com 381 - Added copyright file 382 * Thu Mar 06 2008 - damien.carbery (at] sun.com 383 - Add desktop_gnome_applications_office.schemas to %files root and %post root. 384 * Thu Jan 29 2008 - damien.carbery (at] sun.com 385 - Remove refs to desktop_gnome_applications_help_viewer.schemas. 386 * Thu Jan 3 2008 - laca (at] sun.com 387 - use gconf-install.script instead of an inline script 388 * Fri Oct 26 2007 - damien.carbery (at] sun.com 389 - Add Build/Requires SUNWlibC after check-deps.pl run. 390 * Thu Oct 25 2007 - damien.carbery (at] sun.com 391 - Add -norunpath to CXX to fix runpath issue in librarian.so. Fixes 6614963. 392 * Wed Oct 10 2007 - damien.carbery (at] sun.com 393 - Add -norunpath to LDFLAGS to fix 6614963. 394 * Mon Oct 8 2007 - damien.carbery (at] sun.com 395 - Remove %{_datadir}/gnome-background-properties from %files devel because it 396 is already in the base package. Fixes 6613798. 397 * Fri Sep 28 2007 - laca (at] sun.com 398 - delete Nevada X deps 399 * Wed Sep 19 2007 - damien.carbery (at] sun.com 400 - Add %{_datadir}/gnome-background-properties to %files. 401 * Thu Sep 06 2007 - ghee.teo (at] sun.com 402 - Remove %{_libdir}/pam_gnome_keyring.so from %files as it is currently 403 premature to include this pam module. Details to use it fully is 404 http://live.gnome.org/GnomeKeyring/Pam 405 * Wed Sep 05 2007 - damien.carbery (at] sun.com 406 - Remove references to SUNWgnome-a11y-base-libs as its contents have been 407 moved to SUNWgnome-base-libs. 408 * Fri Aug 17 2007 - damien.carbery (at] sun.com 409 - Replace scrollkeeper with rarian. 410 * Tue Jul 31 2007 - damien.carbery (at] sun.com 411 - Add new file %{_libdir}/pam_gnome_keyring.so to %files. Remove 412 %{_libexecdir}/gnome_segv2 as it is no longer installed. 413 * Wed May 16 2007 - damien.carbery (at] sun.com 414 - Add Build/Requires SUNWlibgcrypt/-devel for gnome-keyring. Adjust 415 PKG_CONFIG_PATH because gnome-keyring .pc file in subdir now. 416 * Thu May 3 2007 - laca (at] sun.com 417 - reshuffle postrun scripts so that adding/removing the scrollkeeper 418 dtd rewrite rule actually works. 419 - add dependency on SUNWgnome-xml-root so /etc/xml/catalog exists 420 * Thu Apr 19 2007 - laca (at] sun.com 421 - add postrun scripts that add/delete a rewrite rule for the scrollkeeper 422 dtd to /etc/xml/catalog, so that libxml2 can find it locally and not 423 try to download it from the net 424 * Wed Jan 10 2007 - damien.carbery (at] sun.com 425 - Add 2 new schema files to %files and %preun root. 426 * Wed Dec 13 2006 - damien.carbery (at] sun.com 427 - Update %files (add some docs) after removal of scrollkeeper.spec patch. 428 * Tue Nov 28 2006 - damien.carbery (at] sun.com 429 - Change attr of scrollkeeper.conf file in root package to fix 6497737. 430 * Mon Sep 04 2006 - Matt.Keenan (at] sun.com 431 - New Manpage tarball 432 * Sat Aug 12 2006 - laca (at] sun.com 433 - delete some unnecessary env variables 434 * Fri Jul 14 2006 - laca (at] sun.com 435 - update %post/%postun/etc scripts to support diskless client setup, 436 part of 6448317 437 * Thu Jun 29 2006 - laca (at] sun.com 438 - update postrun scripts 439 * Thu Jun 29 2006 - laca (at] sun.com 440 - Remove gtksourceview and move it in its own pkg because it also depends 441 on SUNWgnome-print and SUNWgnome-print depends on this pkg. 442 * Tue Jun 27 2006 - laca (at] sun.com 443 - Move gtksourceview from SUNWgnome-text-editor to here so that it gets built 444 in gnome-python-desktop. 445 * Sun Jun 11 2006 - laca (at] sun.com 446 - change group from other to bin/sys 447 * Fri Jun 2 2006 - laca (at] sun.com 448 - s/RPM_BUILD_ROOT/PKG_INSTALL_ROOT/ in %postun... eeek! 449 * Thu May 25 2006 - laca (at] sun.com 450 - use post/preun scripts to install schemas into the merged gconf files 451 * Wed May 10 2006 - laca (at] sun.com 452 - merge -share pkg(s) into the base pkg(s) 453 - fix %postun script so that it nukes the scrollkeeper data rather than 454 trying to execute scrollkeeper-update, which doesn't exist after this 455 pkg is uninstalled anyway 456 * Mon Feb 20 2006 - damien.carbery@sun.com 457 - Complete update of Build/Requires after running check-deps.pl script. 458 * Thu Feb 16 2006 - damien.carbery@sun.com 459 - Update Build/Requires after running check-deps.pl script. 460 * Tue Nov 29 2005 - laca@sun.com 461 - remove javahelp stuff 462 * Wed Oct 26 2005 - damien.carbery@sun.com 463 - Delete %{_datadir}/locale when not %build_l10n. Fix %files for same. 464 * Mon Oct 10 2005 - damien.carbery@sun.com 465 - Add dependency on SUNWgnome-component (bonobo-activation reqd by libgnome). 466 * Fri Sep 09 2005 - <laca@sun.com> 467 - remove unpackaged files 468 * Wed Jun 15 2005 - laca@sun.com 469 - Add bonobo-browser to %files 470 * Tue Oct 19 2004 - kazuhiko.maekawa@sun.com 471 - Remove unnecessary sym-links to avoid build err 472 * Sat Oct 02 2004 - laca@sun.com 473 - added %pkgbuild_postprocess 474 * Thu Sep 09 2004 - matt.keenan@sun.com 475 - Added gnome-open.1 manpage 476 * Mon Aug 30 2004 - shirley.woo@sun.com 477 - Bug 5091588 : sman3/4 files should be in a separate devel package 478 * Tue Aug 24 2004 - laca@sun.com 479 - move l10n files to the l10n package 480 * Mon Aug 23 2004 - laca@sun.com 481 - s/SUNWpl5u/SUNWperl584usr/ 482 * Thu Aug 19 2004 shirley.woo@sun.com 483 - Bug 5089621 : removed un-need doc due to duplicat entries 484 * Wed Aug 18 2004 damien.carbery@sun.com 485 - Changed /usr/share/man/sman3/*.3 permission to 0755 for Solaris integration 486 - Changed %{_libdir}/bonobo/servers/*.server perms for Solaris integration. 487 * Mon Aug 16 2004 shirley.woo@sun.com 488 - Changed /usr/share/man/sman1/*.1 permission to 0755 for Solaris integration 489 * Mon Jul 12 2004 - damien.carbery@sun.com 490 - Unset perms for /usr/share/pixmaps. 491 * Sun Jul 11 2004 - damien.carbery@sun.com 492 - Set perms for /usr/share/pixmaps. 493 * Sat Jul 10 2004 - damien.carbery@sun.com 494 - Remove omf/scrollkeeper dir from share package. The writing_omf_files docs 495 are no longer delivered. 496 * Sat Jun 26 2004 shirley.woo@sun.com 497 - Changed install location to /usr/... 498 * Mon Jun 07 2004 - brian.cameron@sun.com 499 - Added libexif-gtk to package. Added SUNWlibexif dependency. 500 * Wed Jun 02 2004 - takao.fujiwara@sun.com 501 - Added locale symbolic links 502 * Thu May 27 2004 - laca@sun.com 503 - added l10n subpkg 504 * Sun May 02 2004 - laca@sun.com 505 - remove unnecessary SUNWgnome-javahelp-convert dependency 506 to avoid circular dep 507 * Sun Apr 04 2004 - laca@sun.com 508 - Added %{_libdir}/gtk-2.0/*/filesystems/libgnome-vfs.so to %files 509 * Wed Mar 24 2004 - brian.cameron@sun.com 510 - Added SGML man page integration 511 * Fri Mar 12 2004 - niall.power@sun.com 512 - added missing stuff in libexecdir and bindir. 513 * Mon Mar 01 2004 - niall.power@sun.com 514 - add missing libglade subdir to files 515 * Sat Feb 28 2004 - laca@sun.com 516 - fix gconf dir permissions (a+rX) 517 * Wed Feb 25 2004 - niall.power@sun.com 518 - add "-R%{_libdir}" to LDFLAGS 519 * Web Feb 25 2004 - laca@sun.com 520 - moved libgnomecanvas into SUNWgnome-base-libs 521 * Web Feb 25 2004 - laca@sun.com 522 - moved libart_lgpl and librsvg into SUNWgnome-base-libs 523 * Mon Feb 23 2004 - niall.power@sun.com 524 - install gconf schemas at the end of the install stage. 525 * Fri Feb 20 2004 - laca@sun.com 526 - Removed gail. It's now in SUNWgnome-base-a11y-libs. 527 * Wed Feb 18 2004 - laca (at] sun.com 528 - Moved librsvg here from SUNWgnome-file-mgr 529 - add libghttp 530 * Mon Feb 16 2004 - niall.power (at] sun.com 531 - Fix up dependencies and files mapping 532