wmusic: Add version 1.5.0 to repository
[dockapps.git] / wmusic / wmusic.spec.in
blob4bae7205c79fcd238fd710218a7b0abbaa6e01fe
1 %define name @PACKAGE@
2 %define version @VERSION@
3 %define release 1
4 %define prefix /usr
6 Summary: a remote-control DockApp for xmms
7 Name: %{name}
8 Version: %{version}
9 Release: %{release}
10 Copyright: GPL
11 Source: http://hadess.net/files/wmusic-%{version}.tar.gz
12 Group: Applications/Multimedia
13 BuildRoot: /var/tmp/%{name}-%{version}-root
14 Packager: Hadess <hadess@hadess.net>
15 Requires: xmms >= 1.0.0
17 %description
18 wmusic is a dockapp that remote-controls xmms. Here is a list of the features:
20 - VCR style controls including fast rewind and fast forward
21 - Time and Playlist position display
22 - Super stylee rotating arrow
23 - Hiding of the xmms windows (on startup and through middle-click)
24 - Multi-threaded
26 %prep
27 %setup -q -n %{name}-%{version}
28 %build
29 ./configure --prefix=%{prefix}
31 %install
32 make PREFIX=$RPM_BUILD_ROOT/%{prefix} install
34 %clean
35 rm -rf $RPM_BUILD_ROOT
37 %files
38 %attr(0755,root,root) /%{prefix}/bin/wmusic
39 %doc COPYING README
41 %changelog
42 * Mon Jan 31 2000 Hadess <hadess@writeme.com>
43 - First .spec file