summaryrefslogtreecommitdiff
path: root/moc-tray.spec
blob: 949a9efef55e210a154df5b3c3acb56e6535eb24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Summary:	Control your music on console player via tray icon
Name:		moc-tray
Version:	0.3
Release:	1
License:	GPL v3
Group:		Applications
Source0:	http://moc-tray.googlecode.com/files/%{name}-%{version}.tar.bz2
# Source0-md5:	f668f12fabe5fca41130955590558001
URL:		http://code.google.com/p/moc-tray/
Requires:	moc
Requires:	perl-gtk
BuildArch:	noarch
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Moc-Tray allows quick and easy access to mocp basic functions and
console interface via tray pop-up menu. Written in gtk2-perl.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc CREDITS ChangeLog
%attr(755,root,root) %{_bindir}/moc-tray
%{_desktopdir}/moc-tray.desktop
%{_pixmapsdir}/moc-tray.png