Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 45f772bd135c3bfcc72752f0b02f9d95 > files > 2

xchat-systray-integration-2.4.5-1mdk.src.rpm

%define version 2.4.5
%define release 1mdk

Summary: 	Systray (Notification Area) Plugin for XChat
Name:		xchat-systray-integration
Version:	%{version}
Release:	%{release}
Source0:	http://prdownloads.sourceforge.net/xchat2-plugins/xchat-systray-integration-%{version}-src.tar.bz2
License:	GPL
Group:		Networking/IRC
Url:		http://blight.altervista.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
Requires:	xchat >= 2.0.4
BuildRequires:	gtk2-devel
Obsoletes:	xchat-systray-plugin
Provides:	xchat-systray-plugin

%description
Allows you to minimize and maximize XChat to the systray,
to mark/unmark you away and use your away nick,
and alerts you when somebody is trying to talk to you.

%prep
%setup -q

%build
%make CFLAGS="%optflags -Wall"

%install
rm -rf %{buildroot}
make install prefix=%{buildroot}%{_prefix}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Docs/*
%{_libdir}/xchat/plugins/*

%changelog
* Fri Dec 03 2004 Abel Cheung <deaddog@mandrake.org> 2.4.5-1mdk
- New version
- Software changed name long time ago
- rpmbuildupdate aware URL

* Mon Jan 26 2004 Abel Cheung <deaddog@deaddog.org> 2.4.0-1mdk
- New version
- Use MDK CFLAGS
- (Should this package change name?)

* Mon Sep 08 2003 Olivier Blin <oliv.blin@laposte.net> 2.3.1-1mdk
- Initial release