From 8d2f6d463cf5c10e223600d85f34094bb837083c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 14:33:17 +0000 Subject: auto-import changelog data from xchat-1.4.2-6.src.rpm Sat Aug 19 2000 Havoc Pennington - Don't use /bin/sh to interpret URLs from the net Fri Aug 11 2000 Jonathan Blandford - Updated Epoch Thu Jul 13 2000 Prospector - automatic rebuild Mon Jun 19 2000 Havoc Pennington - Install HTML docs Fri Jun 16 2000 Preston Brown - fix desktop entry Fri May 19 2000 Havoc Pennington - rebuild for the Winston tree, update to 1.4.2 --- diff --git a/.cvsignore b/.cvsignore index e69de29..d0ae21b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xchat-1.4.2.tar.gz diff --git a/sources b/sources index e69de29..599139d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3d31659f6f409382c140284358fcfe55 xchat-1.4.2.tar.gz diff --git a/xchat.spec b/xchat.spec new file mode 100644 index 0000000..7229fdb --- /dev/null +++ b/xchat.spec @@ -0,0 +1,69 @@ +%define name xchat +%define prefix /usr + +Summary: A GTK+ IRC (chat) client. + +Name: %{name} +Version: 1.4.2 +Release: 6 +Epoch: 1 +Group: Applications/Internet +Copyright: GPL + +Url: http://xchat.org + +Source: http://xchat.org/files/source/1.4/xchat-%{version}.tar.gz +Patch: xchat-1.4.2-fixed.patch +Patch1: xchat-1.4.2-nourltoshell.patch +Buildroot: /var/tmp/%{name}-%{version}-%{release}-root + +%description +X-Chat is yet another IRC client for the X Window System and +GTK+. X-Chat is fairly easy to use, compared to other GTK+ IRC +clients, and the interface is quite nicely designed. + +Install xchat if you need an IRC client for X. + +%prep +%setup -q +# fix desktop entry +%patch -p1 -b .fixed +%patch1 -p1 -b .nourltoshell + +%build +%configure --disable-panel --disable-textfe +make + +%install +if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi +%makeinstall + +%files +%defattr(-,root,root) +%doc README ChangeLog doc/xchat.sgml doc/*.html +%attr(755,root,root) %{prefix}/bin/xchat +%{prefix}/share/gnome/apps/Internet/xchat.desktop +%{prefix}/share/pixmaps/xchat.png +%{prefix}/share/locale/*/*/* + +%clean +rm -r $RPM_BUILD_ROOT + +%changelog +* Sat Aug 19 2000 Havoc Pennington +- Don't use /bin/sh to interpret URLs from the net + +* Fri Aug 11 2000 Jonathan Blandford +- Updated Epoch + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Havoc Pennington +- Install HTML docs + +* Fri Jun 16 2000 Preston Brown +- fix desktop entry + +* Fri May 19 2000 Havoc Pennington +- rebuild for the Winston tree, update to 1.4.2