SUNWxchat.spec revision 19775
10139N/A#
10139N/A# spec file for package SUNWxchat
10139N/A#
10139N/A# includes module(s): xchat
10139N/A#
18636N/A# Copyright 2009 Sun Microsystems, Inc.
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 laca
10139N/A#
10139N/A%include Solaris.inc
15395N/A%use xchat = xchat.spec
10139N/A
17176N/AName: SUNWxchat
17176N/AIPS_package_name: desktop/irc/xchat
10139N/AMeta(info.classification): %{classification_prefix}:Applications/Internet
10139N/ASummary: XChat IRC Client
10139N/AVersion: %{xchat.version}
10164N/ASUNW_BaseDir: %{_basedir}
10164N/ASUNW_Copyright: %{name}.copyright
18636N/ALicense: %{xchat.license}
18636N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
18615N/ABuildRequires: SUNWgtk2-devel
10139N/ABuildRequires: SUNWgnome-libs-devel
18221N/ABuildRequires: SUNWPython26
10139N/ARequires: SUNWgtk2
10139N/ARequires: SUNWPython26
10139N/ARequires: SUNWperl584core
10139N/ARequires: SUNWopenssl-libraries
10139N/ABuildRequires: SUNWopenssl-include
10139N/ARequires: SUNWlibsexy
10139N/ABuildRequires: SUNWlibsexy-devel
10139N/ARequires: SUNWgnome-spell
10139N/ARequires: SUNWgnome-libs
10139N/ARequires: SUNWdbus
10139N/ARequires: SUNWdesktop-cache
10139N/ARequires: %name-root
10139N/ABuildRequires: SUNWdbus-devel
10159N/A
10139N/A%package root
10139N/ASummary: %{summary} - / filesystem
10139N/ASUNW_BaseDir: /
10139N/A%include default-depend.inc
15395N/A%include gnome-consolidation.inc
10139N/A
10139N/A%if %build_l10n
10139N/A%package l10n
10139N/AIPS_package_name: desktop/irc/xchat/l10n
10139N/ASummary: %{summary} - l10n files
10139N/ASUNW_BaseDir(relocate_from:%{_prefix}): %{_dto_il10n_basedir}
10139N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
10139N/ARequires: %{name}
10139N/A%endif
10139N/A
10139N/A%prep
10139N/Amkdir -p %name-%version
10139N/A%xchat.prep -d %name-%version
18636N/A
18636N/A%build
18221N/A%xchat.build -d %name-%version
18221N/A
17037N/A%install
17037N/A%xchat.install -d %name-%version
15395N/A
15395N/A%clean
15361N/Arm -rf $RPM_BUILD_ROOT
15361N/A
10159N/A%post
10159N/A%restart_fmri gconf-cache desktop-mime-cache
10139N/A
10139N/A%files
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_bindir}
10139N/A%{_bindir}/*
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%{_libdir}/*
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/applications
10139N/A%{_datadir}/applications/*
10139N/A%dir %attr (0755, root, other) %{_datadir}/pixmaps
%{_datadir}/pixmaps/*
%{_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