%define name @PACKAGE@ %define version @VERSION@ %define release 1 %define prefix /usr Summary: a remote-control DockApp for xmms Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Source: http://hadess.net/files/wmusic-%{version}.tar.gz Group: Applications/Multimedia BuildRoot: /var/tmp/%{name}-%{version}-root Packager: Hadess Requires: xmms >= 1.0.0 %description wmusic is a dockapp that remote-controls xmms. Here is a list of the features: - VCR style controls including fast rewind and fast forward - Time and Playlist position display - Super stylee rotating arrow - Hiding of the xmms windows (on startup and through middle-click) - Multi-threaded %prep %setup -q -n %{name}-%{version} %build ./configure --prefix=%{prefix} %install make PREFIX=$RPM_BUILD_ROOT/%{prefix} install %clean rm -rf $RPM_BUILD_ROOT %files %attr(0755,root,root) /%{prefix}/bin/wmusic %doc COPYING README %changelog * Mon Jan 31 2000 Hadess - First .spec file