SPECS: amarok-script-wiki_lyrics.spec - 0.12.2, packaged only (not...
glen
glen at pld-linux.org
Tue Sep 11 09:06:50 CEST 2007
Author: glen Date: Tue Sep 11 07:06:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.12.2, packaged only (not tested)
---- Files affected:
SPECS:
amarok-script-wiki_lyrics.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/amarok-script-wiki_lyrics.spec
diff -u SPECS/amarok-script-wiki_lyrics.spec:1.5 SPECS/amarok-script-wiki_lyrics.spec:1.6
--- SPECS/amarok-script-wiki_lyrics.spec:1.5 Mon Feb 12 23:09:09 2007
+++ SPECS/amarok-script-wiki_lyrics.spec Tue Sep 11 09:06:44 2007
@@ -6,13 +6,13 @@
Summary: A collection of lyrics scripts for amaroK
Summary(pl.UTF-8): Zestaw skryptów do tekstów utworów dla amaroKa
Name: amarok-script-wiki_lyrics
-Version: 0.9.1
+Version: 0.12.2
Release: 0.1
-License: GPL
+License: GPL v2
Group: X11/Applications/Multimedia
-Source0: http://kde-apps.org/content/files/35151-%{scriptname}-%{version}.amarokscript.tar.bz2
-# Source0-md5: 36ab13187af3c171b359d0e5756ff611
-URL: http://www.lyriki.com/
+Source0: http://www.kde-apps.org/CONTENT/content-files/35151-wiki_lyrics-%{version}.amarokscript.tar.bz2
+# Source0-md5: c011f68ead2c6b608256174ec7c5b085
+URL: http://www.lyriki.com/Help:Wiki-Lyrics_Script
BuildRequires: sed >= 4.0
Requires: amarok >= 1.4
Requires: ruby-modules >= 1.8
@@ -32,10 +32,15 @@
- Lyriki (www.lyriki.com)
- LyricWiki (www.lyricwiki.org)
- AZ Lyrics (www.azlyrics.com)
+- Baidu MP3 (mp3.baidu.com)
+- Giitaayan (www.giitaayan.com)
- Jamendo (www.jamendo.com)
- Leos Lyrics (www.leoslyrics.com)
- Lyrc (lyrc.com.ar)
+- Lyrics Download (www.lyricsdownload.com)
+- Lyrics Mania (www.lyricsmania.com)
- Not Popular (www.notpopular.com)
+- Seek Lyrics (www.seeklyrics.com)
- Sing365 (www.sing365.com)
- Terra Letras (letras.terra.com.br)
@@ -49,39 +54,65 @@
- Lyriki (www.lyriki.com)
- LyricWiki (www.lyricwiki.org)
- AZ Lyrics (www.azlyrics.com)
+- Baidu MP3 (mp3.baidu.com)
+- Giitaayan (www.giitaayan.com)
- Jamendo (www.jamendo.com)
- Leos Lyrics (www.leoslyrics.com)
- Lyrc (lyrc.com.ar)
+- Lyrics Download (www.lyricsdownload.com)
+- Lyrics Mania (www.lyricsmania.com)
- Not Popular (www.notpopular.com)
+- Seek Lyrics (www.seeklyrics.com)
- Sing365 (www.sing365.com)
- Terra Letras (letras.terra.com.br)
%prep
%setup -q -n %{scriptname}
-rm -f *.bat
-rm -f *.kdev*
+rm *.kdev*
+rm -rf win tests
+rm {docs,amarok}/COPYING # GPL v2
+rm i18n/README # note about when editing files
%{__sed} -i -e '1s,#!/usr/bin/env ruby,#!%{_bindir}/ruby,' *.rb
-mkdir pkg
-mv README *.spec *.rb pkg
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
-cp -a pkg/* $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
+cp -a . $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}
+rm -rf $RPM_BUILD_ROOT%{_scriptdir}/%{scriptname}/docs
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc ChangeLog TODO
+%doc docs/ChangeLog docs/TODO docs/HOWTO.txt docs/README
%dir %{_scriptdir}/%{scriptname}
-# README must be here in %files, not in %doc
-%{_scriptdir}/%{scriptname}/README
+
%attr(755,root,root) %{_scriptdir}/%{scriptname}/*.rb
-%{_scriptdir}/%{scriptname}/*.spec
+
+%dir %{_scriptdir}/%{scriptname}/cli
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/cli/*.rb
+
+%dir %{_scriptdir}/%{scriptname}/gui
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/gui/*.rb
+
+%dir %{_scriptdir}/%{scriptname}/i18n
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/i18n/*.rb
+
+%dir %{_scriptdir}/%{scriptname}/itrans
+
+%dir %{_scriptdir}/%{scriptname}/utils
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/utils/*.rb
+
+%dir %{_scriptdir}/%{scriptname}/itrans
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/itrans/*
+
+%dir %{_scriptdir}/%{scriptname}/amarok
+# README must be here in %files, not in %doc
+%{_scriptdir}/%{scriptname}/amarok/README
+%attr(755,root,root) %{_scriptdir}/%{scriptname}/amarok/*.rb
+%{_scriptdir}/%{scriptname}/amarok/*.spec
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -89,6 +120,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2007/09/11 07:06:44 glen
+- 0.12.2, packaged only (not tested)
+
Revision 1.5 2007/02/12 22:09:09 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amarok-script-wiki_lyrics.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list