Author: jajcus                       Date: Fri Sep 29 19:39:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

---- Files affected:
SPECS:
   pykaraoke.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pykaraoke.spec
diff -u /dev/null SPECS/pykaraoke.spec:1.1
--- /dev/null   Fri Sep 29 21:39:57 2006
+++ SPECS/pykaraoke.spec        Fri Sep 29 21:39:52 2006
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+Summary:       Python Powered Karaoke
+Summary(pl):   Karaoke w Pythonie
+Name:          pykaraoke
+Version:       0.5
+Release:       0.1
+License:       LGPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/pykaraoke/%{name}-%{version}.zip
+# Source0-md5: 1e05f284c7c6a8fac4024cddf77a5b63
+URL:           http://www.kibosh.org/pykaraoke/
+BuildRequires: SDL-devel
+BuildRequires: python-pygame-devel
+Requires:      python-pygame
+Requires:      python-wxPython
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PyKaraoke is a free karaoke player for Linux, FreeBSD, Windows and
+GP2X.
+
+You can use this program to play your collection of CDG, MIDI and MPEG
+karaoke songs. No songs are provided, you must obtain these from
+elsewhere.
+
+PyKaraoke Features:
+
+    - CDG (MP3+G, OGG+G) playback - Play standard CDG karaoke files
+    - MIDI (.MID/.KAR) playback - Play MIDI format karaoke files
+    - MPEG playback - Play karaoke songs and movies in MPEG format
+    - Playlist - Queue up songs, sit back and enjoy
+    - Searchable song database - Easily find your songs from the main
+      screen
+    - Search inside ZIP files - Play MP3+G/MIDI files wrapped in ZIP files
+    - Cross-platform - Runs on Windows, Linux, FreeBSD and GP2X
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT%{py_sitedir} -name "*.py" | xargs rm
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.txt
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/*
+%{_desktopdir}/*
+%{_datadir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/09/29 19:39:52  jajcus
+- new spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to