Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > ee55a0cfad34859cb5287981e162725c > files > 2

gaim-rhythmbox-1.5.0.1-1mdk.src.rpm

%define	version	1.5.0.1
%define release	%mkrel 1

%define gaim_version 1:1.0.0

Summary:	Update Gaim user info with music info playing in Rhythmbox
Name:		gaim-rhythmbox
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Networking/Instant messaging
URL:		http://gaim-rhythmbox.sf.net/
Source:		%{name}-%{version}.tar.bz2
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gaim-devel >= %{gaim_version}
BuildRequires:	rhythmbox
BuildRequires:	libbonobo2_x-devel
Requires:	gaim >= %{gaim_version}

%description
The Gaim-Rhythmbox plugin will automatically update your Gaim user
info and/or away message with the currently playing music in Rhythmbox.

If the artist and title are known, it will also attempt to create
a link to the song's lyrics by using Google's "I'm Feeling Lucky"
feature.

Gaim-Rhythmbox will replace %%rb in your user info and/or away message
with the song information. As of version 1.5.0.1, only oscar protocol
(i.e. AIM/ICQ) is supported, though it is expected to support every
protocol in 2.0.

%prep
%setup -q

%build
%configure2_5x
%make

%install
rm -rf %{buildroot}
%makeinstall_std

# remove unneeded files
rm -f %{buildroot}%{_libdir}/gaim/*.la

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README
%{_libdir}/gaim/*.so

%changelog
* Fri Nov 18 2005 Abel Cheung <deaddog@mandriva.org> 1.5.0.1-1mdk
- New version

* Mon Nov 22 2004 Abel Cheung <deaddog@mandrake.org> 1.0.0.1-1mdk
- First Mandrake package