Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 827a11dc123ef529b1d01cfc1d3928b8 > files > 2

xmmsd-0.3-5mdk.src.rpm

%define  name     xmmsd
%define  ver      0.3
%define rel      5mdk

Summary: A webcontrol plug-in for XMMS
Name: %name
Version: %ver
Release: %rel
Group: Sound
License: GPL
URL: http://xmmsd.sourceforge.net/
BuildRequires: xmms-devel
Requires: xmms
Source: %name-%{ver}.tar.bz2
BuildRoot: %_tmppath/%{name}-build-root

%description
A plug-in for XMMS that enables you to control XMMS directly from a
webbrowser. It also features a low-cost back-end interface that can be used
by a third party front-end.

There are also a stand-alone version of the plugin that is run from
ommand line.


%prep
%setup -q
rm -f configure
aclocal
autoconf

%build
%configure2_5x --disable-dependency-tracking
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -rf %buildroot%_libdir/xmms/General/libxmmsd*a

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%{_bindir}/xmmsd
%doc AUTHORS ChangeLog README TODO THANKS
%{_libdir}/xmms/General/libxmmsd.so

%changelog
* Tue May 10 2005 Götz Waschk <waschk@mandriva.org> 0.3-5mdk
- fix build with x86_64

* Fri Feb  4 2005 Götz Waschk <waschk@linux-mandrake.com> 0.3-4mdk
- rebuild

* Fri Jan  2 2004 Götz Waschk <waschk@linux-mandrake.com> 0.3-3mdk
- fix buildrequires

* Fri Dec 20 2002 Götz Waschk <waschk@linux-mandrake.com> 0.3-2mdk
- rebuild for new libc

* Fri Dec 20 2002 Götz Waschk <waschk@linux-mandrake.com> 0.3-1mdk
- Mandrake adaptions

* Sat Aug 10 2002 Fredrik Rambris <boost@users.sourceforge.net> 0.3
- Changed the group from Applications/MultiMedia to Applications/Multimedia

* Mon Jul 22 2002 Fredrik Rambris <boost@users.sourceforge.net> 0.0.8
- Added gtk+ dependency