SUNWxchat.spec revision 19140
7082N/A#
7082N/A# spec file for package SUNWxchat
7117N/A#
7117N/A# includes module(s): xchat
7117N/A#
7117N/A# Copyright 2009 Sun Microsystems, Inc.
7117N/A# This file and all modifications and additions to the pristine
7117N/A# package are under the same license as the package itself.
7117N/A#
7117N/A%define owner laca
7117N/A#
7117N/A%include Solaris.inc
7117N/A%use xchat = xchat.spec
7117N/A
7117N/AName: SUNWxchat
7117N/AIPS_package_name: desktop/irc/xchat
7117N/AMeta(info.classification): %{classification_prefix}:Applications/Internet
7117N/ASummary: XChat IRC Client
7117N/AVersion: %{xchat.version}
7117N/ASUNW_BaseDir: %{_basedir}
7117N/ASUNW_Copyright: %{name}.copyright
7117N/ALicense: %{xchat.license}
7117N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
7117N/A%include default-depend.inc
7082N/ABuildRequires: SUNWgtk2-devel
7082N/ABuildRequires: SUNWgnome-libs-devel
7117N/ABuildRequires: SUNWPython26
7082N/ARequires: SUNWgtk2
7082N/ARequires: SUNWPython26
7082N/ARequires: SUNWperl584core
7082N/ARequires: SUNWopenssl-libraries
7082N/ABuildRequires: SUNWopenssl-include
7082N/ARequires: SUNWlibsexy
7082N/ABuildRequires: SUNWlibsexy-devel
7082N/ARequires: SUNWgnome-spell
7082N/ARequires: SUNWgnome-libs
7082N/ARequires: SUNWdbus
7082N/ARequires: SUNWdesktop-cache
7082N/ARequires: %name-root
7082N/ABuildRequires: SUNWdbus-devel
7082N/A
7082N/A%package root
7082N/ASummary: %{summary} - / filesystem
7082N/ASUNW_BaseDir: /
7082N/A%include default-depend.inc
7082N/A
7117N/A%if %build_l10n
7117N/A%package l10n
7082N/AIPS_package_name: desktop/irc/xchat/l10n
7082N/ASummary: %{summary} - l10n files
7082N/ASUNW_BaseDir(relocate_from:%{_prefix}): %{_dto_il10n_basedir}
7082N/A%include default-depend.inc
7117N/ARequires: %{name}
7082N/A%endif
7082N/A
7082N/A%prep
7082N/Amkdir -p %name-%version
7082N/A%xchat.prep -d %name-%version
7082N/A
7117N/A%build
7117N/A%xchat.build -d %name-%version
7082N/A
7082N/A%install
7082N/A%xchat.install -d %name-%version
7082N/A
7082N/A%clean
7082N/Arm -rf $RPM_BUILD_ROOT
7117N/A
7082N/A%post
7117N/A%restart_fmri gconf-cache desktop-mime-cache
7117N/A
7117N/A%files
7117N/A%defattr (-, root, bin)
7117N/A%dir %attr (0755, root, bin) %{_bindir}
7117N/A%{_bindir}/*
7117N/A%dir %attr (0755, root, bin) %{_libdir}
7117N/A%{_libdir}/*
7082N/A%dir %attr (0755, root, sys) %{_datadir}
7082N/A%dir %attr (0755, root, other) %{_datadir}/applications
7082N/A%{_datadir}/applications/*
7082N/A%dir %attr (0755, root, other) %{_datadir}/pixmaps
7082N/A%{_datadir}/pixmaps/*
7082N/A%{_datadir}/dbus-1/services/org.xchat.*
%files root
%defattr (-, root, sys)
%attr (0755, root, sys) %dir %{_sysconfdir}
%{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas
%if %build_l10n
%files l10n
%defattr (-, root, bin)
%dir %attr (0755, root, sys) %{_datadir}
%attr (-, root, other) %{_datadir}/locale
%endif
%changelog
* Fri Apr 3 2009 - laca@sun.com
- use desktop-cache instead of postrun
* Fri Jul 25 2008 - damien.carbery@sun.com
- Add Build/Requires SUNWgnome-base-libs/-devel.
* Fri Jul 25 2008 - laca@sun.com
- add missing deps
* Thu Jul 24 2008 - laca@sun.com
- create SUNWxchat.spec from SFExchat.spec and move to spec-files-other
* Thu Jun 12 2008 - brian.cameron@sun.com
- Bump to 2.8.6.
* Mon Oct 22 2007 - brian.cameron@sun.com
- Remove patch xchat-03-dbus-LDADD.diff since it is not longer needed.
* Wed Oct 17 2007 - laca@sun.com
- add /usr/gnu to CFLAGS/LDFLAGS
* Thu Aug 02 2007 - Brian Cameron <brian.cameron@sun.com>
- Bump to 2.8.4.
* Tue May 29 2007 - Thomas Wagner
- bump to 2.8.2
- /usr/bin/msgfmt errors, use /opt/sfw/bin/msgfmt
- reworked patch for 2.8.2
* Sun Jan 7 2007 - laca@sun.com
- bump to 2.8.0, merge patches, update %files
* Mon Jul 31 2006 - glynn.foster@sun.com
- bump to 2.6.6
* Mon Jun 12 2006 - laca@sun.com
- bump to 2.6.4
- rename to SFExchat
- add -l10n pkg
- change to root:bin to follow other JDS pkgs.
- add patch that fixes the proxy in 2.6.4
* Fri Jun 2 2006 - laca@sun.com
- use post/postun scripts to install schemas into the merged gconf files
- merge -share pkg into base
* Thu Apr 20 2006 - damien.carbery@sun.com
- Bump to 2.6.2.
* Mon Mar 20 2006 - brian.cameron@sun.com
- Remove unneeded intltoolize call.
* Thu Jan 26 2006 - brian.cameron@sun.com
- Update to 2.6.1
* Wed Dec 07 2005 - brian.cameron@sun.com
- Update to 2.6.0
* Wed Oct 12 2005 - laca@sun.com
- update to 2.4.5; fix
* Thu Jan 06 2004 - Brian.Cameron@sun.com
- created