]> git.pld-linux.org Git - SPECS.git/blob - xmmsfind.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / xmmsfind.spec
1 Summary:        Playlist "jump to file" plugin for XMMS
2 Summary(pl.UTF-8):      Wtyczka do XMMS-a umożliwiająca skok do konkretnego pliku
3 Name:           xmmsfind
4 Version:        0.5.2
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/xmmsfind/%{name}-%{version}.tar.gz
9 # Source0-md5:  4b7de525ee8ac255a326ea729ae83cb4
10 URL:            http://xmmsfind.sourceforge.net/
11 BuildRequires:  rpmbuild(macros) >= 1.125
12 BuildRequires:  xmms-devel
13 Requires:       xmms
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A small plugin for the X Multimedia System (xmms) that allows the user
18 to quickly search for and play a song in the current playlist! It can
19 be launched externally from the prompt or from a windowmanager
20 shortcut.
21
22 %description -l pl.UTF-8
23 Mała wtyczka do programu X Multimedia system (xmms), która umożliwia
24 użytkownikowi szybkie wyszukiwanie i odtwarzanie utworu z bieżącej
25 listy. Może być wywoływana zewnętrznie z powłoki lub ze skrótu
26 zarządcy okien.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{xmms_general_plugindir},%{_bindir}}
37
38 install libxmmsfind.so $RPM_BUILD_ROOT%{xmms_general_plugindir}
39 install remote/xmmsfind_remote $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc BUGS README TODO VERSION
47 %attr(755,root,root) %{xmms_general_plugindir}/*
48 %attr(755,root,root) %{_bindir}/*
This page took 0.034102 seconds and 3 git commands to generate.