#
# spec file for package SUNWgnome-libs
#
# includes module(s): rarian, startup-notification, libgtkhtml,
# libgnome, libbonoboui, libgnomeui, libexif-gtk
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
#
%use rarian = rarian.spec
%use libgtkhtml = libgtkhtml.spec
%use libgnome = libgnome.spec
%use libbonoboui = libbonoboui.spec
%use libgnomeui = libgnomeui.spec
%use libexif_gtk = libexif-gtk.spec
SUNW_BaseDir: %{_basedir}
SUNW_BaseDir: /
SUNW_BaseDir: %{_basedir}
%prep
#%gnomekeyring.prep -d %name-%version
export PKG_CONFIG_PATH=../libgnome-%{libgnome.version}/libgnome:../libbonoboui-%{libbonoboui.version}/bonobo:%{_pkg_config_path}
%if %cc_is_gcc
%else
export CXX="${CXX} -norunpath"
export CXXFLAGS="%cxx_optflags"
export RPM_OPT_FLAGS="$CFLAGS"
#%gnomekeyring.build -d %name-%version
#%gnomekeyring.install -d %name-%version
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
%post
( echo 'xmlcatalog --noout --add "rewriteSystem" \' ;
echo '"file://%{_datadir}/xml/scrollkeeper/dtds" %{_sysconfdir}/xml/catalog'
( echo 'xmlcatalog --noout --del \' ;
%{_includedir}/*
%{_sysconfdir}/sound
pkg is uninstalled anyway
* Mon Feb 20 2006 - damien.carbery@sun.com
- Complete update of Build/Requires after running check-deps.pl script.
* Thu Feb 16 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Tue Nov 29 2005 - laca@sun.com
- remove javahelp stuff
* Wed Oct 26 2005 - damien.carbery@sun.com
- Delete %{_datadir}/locale when not %build_l10n. Fix %files for same.
* Mon Oct 10 2005 - damien.carbery@sun.com
- Add dependency on SUNWgnome-component (bonobo-activation reqd by libgnome).
* Fri Sep 09 2005 - <laca@sun.com>
- remove unpackaged files
* Wed Jun 15 2005 - laca@sun.com
- Add bonobo-browser to %files
* Tue Oct 19 2004 - kazuhiko.maekawa@sun.com
- Remove unnecessary sym-links to avoid build err
* Sat Oct 02 2004 - laca@sun.com
- added %pkgbuild_postprocess
* Thu Sep 09 2004 - matt.keenan@sun.com
- Added gnome-open.1 manpage
* Mon Aug 30 2004 - shirley.woo@sun.com
- Bug 5091588 : sman3/4 files should be in a separate devel package
* Tue Aug 24 2004 - laca@sun.com
- move l10n files to the l10n package
* Mon Aug 23 2004 - laca@sun.com
* Thu Aug 19 2004 shirley.woo@sun.com
- Bug 5089621 : removed un-need doc due to duplicat entries
* Wed Aug 18 2004 damien.carbery@sun.com
* Mon Aug 16 2004 shirley.woo@sun.com
* Mon Jul 12 2004 - damien.carbery@sun.com
* Sun Jul 11 2004 - damien.carbery@sun.com
* Sat Jul 10 2004 - damien.carbery@sun.com
- Remove omf/scrollkeeper dir from share package. The writing_omf_files docs
are no longer delivered.
* Sat Jun 26 2004 shirley.woo@sun.com
- Changed install location to /usr/...
* Mon Jun 07 2004 - brian.cameron@sun.com
- Added libexif-gtk to package. Added SUNWlibexif dependency.
* Wed Jun 02 2004 - takao.fujiwara@sun.com
- Added locale symbolic links
* Thu May 27 2004 - laca@sun.com
- added l10n subpkg
* Sun May 02 2004 - laca@sun.com
- remove unnecessary SUNWgnome-javahelp-convert dependency
to avoid circular dep
* Sun Apr 04 2004 - laca@sun.com
- Added %{_libdir}/gtk-2.0/*/filesystems/libgnome-vfs.so to %files
* Wed Mar 24 2004 - brian.cameron@sun.com
- Added SGML man page integration
* Fri Mar 12 2004 - niall.power@sun.com
- added missing stuff in libexecdir and bindir.
* Mon Mar 01 2004 - niall.power@sun.com
- add missing libglade subdir to files
* Sat Feb 28 2004 - laca@sun.com
- fix gconf dir permissions (a+rX)
* Wed Feb 25 2004 - niall.power@sun.com
- add "-R%{_libdir}" to LDFLAGS
* Web Feb 25 2004 - laca@sun.com
- moved libgnomecanvas into SUNWgnome-base-libs
* Web Feb 25 2004 - laca@sun.com
- moved libart_lgpl and librsvg into SUNWgnome-base-libs
* Mon Feb 23 2004 - niall.power@sun.com
- install gconf schemas at the end of the install stage.
* Fri Feb 20 2004 - laca@sun.com