]> git.pld-linux.org Git - packages/amarok-script-xulremote.git/blame - amarok-script-xulremote.spec
- pl
[packages/amarok-script-xulremote.git] / amarok-script-xulremote.spec
CommitLineData
cbfcee8f
ER
1%define scriptname xulremote
2Summary: Control amaroK from any Firefox browser on your network
6f4b9c85 3Summary(pl.UTF-8): Sterowanie amaroKiem z dowolnej przeglądarki Firefox w sieci
cbfcee8f
ER
4Name: amarok-script-%{scriptname}
5Version: 1.0
8bc7e730 6Release: 1
cbfcee8f
ER
7License: GPL
8Group: X11/Applications/Multimedia
9Source0: http://dl.sourceforge.net/xul-amarok/xulremote-%{version}.amarokscript.tar.gz
10# Source0-md5: 6f0ceb519bf9e91ce6785610a75680a1
11e96cbf 11URL: http://kde-apps.org/content/show.php?content=23630
cbfcee8f
ER
12BuildRequires: sed >= 4.0
13Requires: amarok > 1.3
14Requires: kdebindings-python-dcop
15Requires: python >= 2.3
16Requires: python-PyQt
8bc7e730 17Suggests: mozilla-firefox >= 1.5
cbfcee8f
ER
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%define _scriptdir %{_datadir}/apps/amarok/scripts
cbfcee8f
ER
22
23%description
24An Firefox extension to use amaroK from your network. You can control
25the player, browse your collection and manage the playlist.
26
27AmaroK XUL Remote is an amaroK script that allows you to control
28amaroK from any Firefox browser on your network.
29
8bc7e730 30To install the Firefox extension, open in Firefox
6f4b9c85
JB
31<http://amarok_host:8888/>, and install the extension.
32
33%description -l pl.UTF-8
34Rozszerzenie Firefoksa do używania amaroKa z sieci. Pozwala sterować
35odtwarzaczem, przeglądać kolekcję muzyki i zarządzać listą
36odtwarzania.
37
38AmaroK XUL Remote to skrypt amaroKa pozwalający na sterowanie
39amaroKiem z dowolnej przeglądarki Firefox w sieci.
40
41Aby zainstalować rozszerzenie Firefoksa, należy otworzyć w Firefoksie
42adres <http://host_z_amarokiem:8888/> i zainstalować rozszerzenie.
8bc7e730 43
cbfcee8f
ER
44%prep
45%setup -q -n %{scriptname}
46%{__sed} -i -e 's,\r$,,' README
47
48%install
49rm -rf $RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT{%{_scriptdir}/%{scriptname},%{_xuldir}}
8bc7e730 51cp -a . $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
cbfcee8f
ER
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%dir %{_scriptdir}/%{scriptname}
59# README must be here in %files, not in %doc
60%{_scriptdir}/%{scriptname}/README
61%{_scriptdir}/%{scriptname}/Changelog
8bc7e730 62
cbfcee8f
ER
63%{_scriptdir}/%{scriptname}/*.spec
64%{_scriptdir}/%{scriptname}/*.ui
8bc7e730
ER
65%{_scriptdir}/%{scriptname}/*.xpi
66%{_scriptdir}/%{scriptname}/Amarok.py
67%{_scriptdir}/%{scriptname}/AmarokHTTPServer.py
68%{_scriptdir}/%{scriptname}/XULremoteConfigDialog.py
69
70# Do not mark any other file executable than the main script as amarok thinks
71# it's a plugin frontend.
72%attr(755,root,root) %{_scriptdir}/%{scriptname}/XulRemote.py
This page took 0.0779 seconds and 4 git commands to generate.