]> git.pld-linux.org Git - packages/amarok-script-wiki_lyrics.git/blame - amarok-script-wiki_lyrics.spec
- converted to UTF-8
[packages/amarok-script-wiki_lyrics.git] / amarok-script-wiki_lyrics.spec
CommitLineData
0d35f347
ER
1# NOTE
2# - could use QtRuby, Ruby/GTK or Ruby/Tk, but as only -tk was available on AC,
3# used that dependency.
4%define scriptname wiki_lyrics
5Summary: A collection of lyrics scripts for amaroK
8a22d870 6Summary(pl.UTF-8): Zestaw skryptów do tekstów utworów dla amaroKa
0d35f347
ER
7Name: amarok-script-wiki_lyrics
8Version: 0.9.1
9Release: 0.1
10License: GPL
11Group: X11/Applications/Multimedia
12Source0: http://kde-apps.org/content/files/35151-%{scriptname}-%{version}.amarokscript.tar.bz2
13# Source0-md5: 36ab13187af3c171b359d0e5756ff611
ef734215 14URL: http://www.lyriki.com/
0d35f347
ER
15BuildRequires: sed >= 4.0
16Requires: amarok >= 1.4
17Requires: ruby-modules >= 1.8
18Requires: ruby-tk
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _scriptdir %{_datadir}/apps/amarok/scripts
23
24%description
25A collection of lyrics scripts to interface with various sites and,
26optionally, submit content to Lyriki.com or LyricWiki.org (wikis for
27lyrics). All of these scripts can query the other ones when they can't
28provide the lyrics for a song.
29
30Supported sites:
31- Lyriki (www.lyriki.com)
32- LyricWiki (www.lyricwiki.org)
33- AZ Lyrics (www.azlyrics.com)
34- Jamendo (www.jamendo.com)
35- Leos Lyrics (www.leoslyrics.com)
36- Lyrc (lyrc.com.ar)
37- Not Popular (www.notpopular.com)
38- Sing365 (www.sing365.com)
39- Terra Letras (letras.terra.com.br)
40
8a22d870
JR
41%description -l pl.UTF-8
42Zestaw współpracujących z różnymi serwisami skryptów do pobierania
43tekstów utworów i opcjonalnie umieszczania treści na Lyriki.com lub
44LyricWiki.org (wiki dla tekstów utworów). Wszystkie te skrypty mogą
45odpytywać inne jeśli nie znajdą tekstu piosenki.
1f65bda4 46
8a22d870 47Obsługiwane serwisy:
1f65bda4
JB
48- Lyriki (www.lyriki.com)
49- LyricWiki (www.lyricwiki.org)
50- AZ Lyrics (www.azlyrics.com)
51- Jamendo (www.jamendo.com)
52- Leos Lyrics (www.leoslyrics.com)
53- Lyrc (lyrc.com.ar)
54- Not Popular (www.notpopular.com)
55- Sing365 (www.sing365.com)
56- Terra Letras (letras.terra.com.br)
57
0d35f347
ER
58%prep
59%setup -q -n %{scriptname}
60rm -f *.bat
61rm -f *.kdev*
62
63%{__sed} -i -e '1s,#!/usr/bin/env ruby,#!%{_bindir}/ruby,' *.rb
64
65mkdir pkg
66mv README *.spec *.rb pkg
67
68%install
69rm -rf $RPM_BUILD_ROOT
70install -d $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
71cp -a pkg/* $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%files
77%defattr(644,root,root,755)
78%doc ChangeLog TODO
79%dir %{_scriptdir}/%{scriptname}
80# README must be here in %files, not in %doc
81%{_scriptdir}/%{scriptname}/README
82%attr(755,root,root) %{_scriptdir}/%{scriptname}/*.rb
83%{_scriptdir}/%{scriptname}/*.spec
This page took 0.05889 seconds and 4 git commands to generate.