Sophie

Sophie

distrib > Mandriva > 2009.1 > i586 > by-pkgid > 1637a83c3a7e40d2be8bfc34c2536f8d > files > 2

xmmsd-0.3-8mdv2009.0.src.rpm

%define  name     xmmsd
%define  ver      0.3

Summary: A webcontrol plug-in for XMMS
Name: %name
Version: %ver
Release: %mkrel 8
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
libtoolize --copy --force
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
* Sat Aug 09 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.3-8mdv2009.0
+ Revision: 269803
- rebuild early 2009.0 package (before pixel changes)

* Tue May 13 2008 Götz Waschk <waschk@mandriva.org> 0.3-7mdv2009.0
+ Revision: 206659
- call libtoolize to fix build

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Sat May 12 2007 Götz Waschk <waschk@mandriva.org> 0.3-6mdv2008.0
+ Revision: 26423
- Import xmmsd



* Sat May 12 2007 Götz Waschk <waschk@mandriva.org> 0.3-6mdv2008.0
- rebuild

* Thu May 11 2006 Götz Waschk <waschk@mandriva.org> 0.3-6mdk
- Rebuild

* 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