dockapps/wmusic/wmusic.spec.in
2018-06-24 07:46:56 -07:00

44 lines
1,020 B
RPMSpec

%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 <hadess@hadess.net>
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 <hadess@writeme.com>
- First .spec file