10139N/A#
10139N/A# spec file for package SUNWgnome-dialog
10139N/A#
10139N/A# includes module(s): zenity
10139N/A#
20904N/A# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A%define owner migi
10139N/A#
10139N/A%include Solaris.inc
10139N/A
10139N/A%use zenity = zenity.spec
10139N/A
10139N/AName: SUNWgnome-dialog
18688N/AIPS_package_name: gnome/zenity
18688N/AMeta(info.classification): %{classification_prefix}:Development/GNOME and GTK+
10139N/ASummary: GNOME graphical dialog box generator
19013N/AVersion: %{zenity.version}
10139N/ASource: %{name}-manpages-0.1.tar.gz
10139N/ASUNW_BaseDir: %{_basedir}
12877N/ASUNW_Copyright: %{name}.copyright
19140N/ALicense: %{zenity.license}
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A
10139N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
16401N/ARequires: SUNWlibglade
20857N/ABuildRequires: runtime/perl-512
10363N/ARequires: SUNWgnome-panel
16401N/ABuildRequires: SUNWlibglade-devel
10139N/ABuildRequires: SUNWgnome-doc-utils
10676N/ABuildRequires: SUNWgnome-panel-devel
10139N/A
10139N/A%package l10n
10139N/ASummary: %{summary} - l10n files
10139N/ARequires: %{name}
10139N/A
10139N/A%prep
10139N/Arm -rf %name-%version
10139N/Amkdir %name-%version
10139N/A%zenity.prep -d %name-%version
10139N/Acd %{_builddir}/%name-%version
10139N/Agzcat %SOURCE0 | tar xf -
10139N/A
10139N/A%build
10139N/Aexport PKG_CONFIG_PATH=%{_pkg_config_path}
10139N/Aexport PERL=/usr/perl5/bin/perl
10139N/Aexport CFLAGS="%optflags -I%{_includedir}"
10139N/Aexport RPM_OPT_FLAGS="$CFLAGS"
13470N/Aexport LDFLAGS="%_ldflags -lX11"
10139N/A%zenity.build -d %name-%version
10139N/A
10139N/A%install
10139N/A%zenity.install -d %name-%version
10139N/Arm -rf $RPM_BUILD_ROOT%{_localstatedir}
10139N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
10139N/Acd %{_builddir}/%name-%version/sun-manpages
10139N/Amake install DESTDIR=$RPM_BUILD_ROOT
10139N/A
10139N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
14257N/A%doc -d zenity-%{zenity.version} README AUTHORS COPYING THANKS
14257N/A%doc(bzip2) -d zenity-%{zenity.version} ChangeLog help/ChangeLog po/ChangeLog NEWS
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_bindir}
10139N/A%{_bindir}/*
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
14432N/A%dir %attr (0755, root, other) %{_datadir}/doc
10139N/A%{_datadir}/gnome/help/zenity/C
10139N/A%{_datadir}/zenity
10139N/A%dir %attr(0755, root, bin) %{_mandir}
10139N/A%dir %attr(0755, root, bin) %{_mandir}/*
10139N/A%{_mandir}/*/*
10139N/A
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/gnome
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A%{_datadir}/gnome/help/zenity/[a-z]*
10139N/A
10139N/A%changelog
20904N/A* Fri May 11 2012 - brian.cameron@oracle.com
20904N/A- Fix packaging after updating to 3.4.0.
16307N/A* Fri Apr 3 2009 - laca@sun.com
16307N/A- stop using postrun
14432N/A* Fri Sep 19 2008 - christian.kelly@sun.com
14432N/A- Set permissions on /usr/share/doc.
14257N/A* Wed Sep 10 2008 - Michal.Pryc@Sun.Com
14257N/A- Add %doc to %files for new copyright
13470N/A* Tue Jun 24 2008 - damien.carbery@sun.com
13470N/A- Remove "-lgailutil" from LDFLAGS. Root cause found in gtk+: bugzilla 536430.
13339N/A* Thu Jun 05 2008 - damien.carbery@sun.com
13339N/A- Add "-lgailutil" to LDFLAGS so that libgailutil is linked in when
13339N/A libgnomecanvas is linked. libgnomecanvas.so includes some gail functions.
11379N/A* Wed Oct 10 2007 - damien.carbery@sun.com
11379N/A- Remove 'Requires: SUNWgnome-doc-utils' as it is only used during building;
11379N/A change SUNWgnome-doc-utils-devel to SUNWgnome-doc-utils to match change in
11379N/A SUNWgnome-doc-utils.spec.
11314N/A* Fri Sep 28 2007 - laca@sun.com
11314N/A- delete Nevada X dep
10676N/A* Mon May 21 2007 - laca@sun.com
10676N/A- change SUNWgnome-panel-devel dep from Requires to BuildRequires
10139N/A* Fri Sep 01 2006 - Matt.Keenan@sun.com
10139N/A- New Manpage tarball
10139N/A* Sat Aug 12 2006 - laca@sun.com
10139N/A- delete some unnecessary env variables
10139N/A* Fri Jul 14 2006 - laca@sun.com
10139N/A- update %post/%postun/etc scripts to support diskless client setup,
10139N/A part of 6448317
10139N/A* Thu Jun 29 2006 - laca@sun.com
10139N/A- update postrun scripts
10139N/A* Sun Jun 11 2006 - laca@sun.com
10139N/A- change group from other to bin/sys
10139N/A* Wed May 10 2006 - laca@sun.com
10139N/A- merge -share pkg(s) into the base pkg(s)
10139N/A* Tue May 09 2006 - damien.carbery@sun.com
10139N/A- Change BuildRequires to SUNWgnome-doc-utils as the -share package has been
10139N/A merged into the base package.
10139N/A* Sun Feb 18 2006 - damien.carbery@sun.com
10139N/A- Update Build/Requires after running check-deps.pl script.
10139N/A* Thu Jan 05 2006 - damien.carbery@sun.com
10139N/A- Remove empty /var/lib/scrollkeeper dir structure.
10139N/A* Fri Dec 02 2005 - damien.carbery@sun.com
10139N/A- Add Build/Requires SUNWgnome-doc-utils/-share for gnome-doc-utils.make.
10139N/A* Tue Nov 29 2005 - laca@sun.com
10139N/A- remove javahelp stuff
10139N/A* Tue Sep 13 2005 - laca@sun.com
10139N/A- add unpackaged files
10139N/A* Tue Aug 30 2005 - damien.carbery@sun.com
10139N/A- Remove some help files from %files.
10139N/A* Tue May 24 2005 - brian.cameron@sun.com
10139N/A- Bump to 2.10.
10139N/A* Thu Oct 28 2004 - kazuhiko.maekawa@sun.com
10139N/A- Updated l10n help tarball and added pt_BR
10139N/A* Wed Oct 06 2004 - matt.keenan@sun.com
10139N/A- added l10n help files section
10139N/A* Sat Oct 02 2004 - laca@sun.com
10139N/A- added %pkgbuild_postprocess
10139N/A* Mon Aug 23 2004 - laca@sun.com
10139N/A- s/SUNWpl5u/SUNWperl584usr/
10139N/A* Sat Jun 26 2004 shirley.woo@sun.com
10139N/A- Changed install location to /usr/...
10139N/A* Wed Jun 2 2004 - takao.fujiwara@sun.com
10139N/A- Added %{_datadir}/locale to install l10n messages
10139N/A* Wed Mar 24 2004 - brian.cameron@sun.com
10139N/A- Added SGML man page integration
10139N/A* Mon Mar 01 2004 - <laca@sun.com>
10139N/A- define PERL5LIB.
16401N/A