Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > bd8f65bfa1ec2178e6d1852d9fa57f18 > files > 2

xmms-weasel-0.0.1-8mdv2009.0.src.rpm

%define name xmms-weasel
%define version 0.0.1
%define release %mkrel 8

Summary: Hide XMMS window automatically
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Sound
Url: http://xmms-weasel.sourceforge.net
BuildRequires: xmms-devel
Requires: xmms
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: chrpath


%description
XMMS Weasel is a general plugin for XMMS. XMMS Weasel automatically
slides out XMMS from the screen as soon as the mouse pointer is
leaving the XMMS window.  If the mouse pointer hits the edge of the
screen where XMMS was hidden, XMMS slides back in.  XMMS Weasel is
only active if XMMS is docked at the top of the screen.

%prep
%setup -q

%build
%define __libtoolize true
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std
rm -f %buildroot%_libdir/xmms/General/libweasel.la
chrpath -d %buildroot%_libdir/xmms/General/libweasel.so
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS README ChangeLog
%_libdir/xmms/General/libweasel.so



%changelog
* Mon Aug 04 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.0.1-8mdv2009.0
+ Revision: 262614
- rebuild
- rebuild

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

* Mon Dec 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 0.0.1-5mdv2008.1
+ Revision: 130428
- kill re-definition of %%buildroot on Pixel's request


* Fri Aug 25 2006 Götz Waschk <waschk@mandriva.org> 0.0.1-5mdv2007.0
- remove rpath

* Tue Aug 01 2006 Götz Waschk <waschk@mandriva.org> 0.0.1-1mdv2007.0
- Rebuild

* Mon May 15 2006 Götz Waschk <waschk@mandriva.org> 0.0.1-3mdk
- Rebuild
- use mkrel

* Sat May 14 2005 Götz Waschk <waschk@mandriva.org> 0.0.1-2mdk
- rebuild

* Sat Apr 03 2004 Götz Waschk <waschk@linux-mandrake.com> 0.0.1-1mdk
- initial package