Summary: Graphical IRC client Name: xchat Version: 1.6.4 Release: 0.1 Group: Applications/Internet Copyright: GPL Url: http://xchat.org Source: http://xchat.org/files/source/1.6/xchat-%{version}.tar.gz Buildroot: /var/tmp/%{name}-%{version}-%{release}-root BuildRequires: gnome-libs-devel, python, perl, gnome-core-devel BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: gdk-pixbuf-devel >= 0.8.0 %description X-Chat is yet another IRC client for the X Window System, using the Gtk+ toolkit. It is pretty easy to use compared to the other Gtk+ IRC clients and the interface is quite nicely designed. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/%{_prefix} \ --bindir=/%{_bindir} --datadir=/%{_datadir} --disable-textfe make %install if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi mkdir -p $RPM_BUILD_ROOT/%{_prefix} make prefix=$RPM_BUILD_ROOT/%{_prefix} bindir=$RPM_BUILD_ROOT/%{_bindir} \ datadir=$RPM_BUILD_ROOT/%{_datadir} install-strip %clean rm -r $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc README FAQ COPYING ChangeLog doc/*.html %attr(755,root,root) %{_bindir}/xchat %{_datadir}/gnome/apps/Internet/xchat.desktop %{_datadir}/pixmaps/xchat.png %{_datadir}/pixmaps/xchat_wm.png %{_datadir}/locale/*/*/* %changelog * Tue May 29 2001 Gregory Leblanc - Stole this from someplace, and fixed it