Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > f229613bdff8f2b3581f356bb9b7c827 > files > 4

xmms-status-plugin-0.9-3mdk.src.rpm

%define name xmms-status-plugin
%define version 0.9
%define release 3mdk

Name:          %{name}
Version:       %{version}
Release:       %{release}
Summary:       A docklet for XMMS
Group:         Sound
License:       GPL
BuildRequires: libxmms1-devel
Source:        %name-%{version}.tar.bz2
Source1:       %name-0.9-de.po.bz2
Patch:	       %name-0.9-de.patch.bz2
BuildRoot:     %{_tmppath}/%{name}-%{version}-buildroot
Url: http://www.hellion.org.uk/xmms-status-plugin/index.html

%description
A status docklet for XMMS, docks into the GNOME Status dock. 

Should work with the KDE equivalent.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q
%patch
bzcat %SOURCE1 > po/de.po
%build
autoconf
%configure --disable-more-warnings

%make 

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING CREDITS
%{_libdir}/xmms/General/libstatusdocklet.so
%{_libdir}/xmms/General/libstatusdocklet.la
%dir %{_datadir}/xmms/status_docklet
%{_datadir}/xmms/status_docklet/*

%changelog
* Tue Mar  5 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9-3mdk
- add german translation

* Tue Jan 22 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9-2mdk
- rebuild for missing binary rpm

* Mon Jan 21 2002 Götz Waschk <waschk@linux-mandrake.com> 0.9-1mdk
- 0.9

* Thu Jan 17 2002 Götz Waschk <waschk@linux-mandrake.com> 0.8-1mdk
- fix installation
- added locale files
- updated URL
- 0.8

* Tue Dec 18 2001 Götz Waschk <waschk@linux-mandrake.com> 0.7-1mdk
- disable -Werror to make it build
- 0.7

* Fri Jun 22 2001 etienne Faure <etienne@mandrakesoft.com> 0.6-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com>:
	-0.6

* Thu Mar 01 2001 Lenny Cartier <lenny@mandrakesoft.com> 0.5-3mdk
- fix buildrequires

* Fri Feb 16 2001  Lenny Cartier <lenny@mandrakesoft.com> 0.5-2mdk
- add url

* Mon Nov 20 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.5-1mdk
- updated by Götz Waschk <waschk@linux-mandrake.com> :
	- 0.5

* Tue Nov 07 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.4-1mdk 
- update from Götz Waschk <waschk@linux-mandrake.com> :
	- 0.4

* Mon Sep 25 2000 Lenny Cartier <lenny@mandrakesoft.com> 0.3-1mdk
- used srpm from Götz Waschk :
	Tue Aug 03 2000 Götz Waschk <waschk@linux-mandrake.com> 0.3-1mdk
	- upgraded to 0.3

* Tue Jul 25 2000 Götz Waschk <waschk@linux-mandrake.com> 0.2-1mdk
- initial Mandrake build