Author: glen Date: Fri Mar 7 08:33:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add extra keys (q: quit, enter: play)
---- Files affected: SPECS: amaroc.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/amaroc.spec diff -u SPECS/amaroc.spec:1.14 SPECS/amaroc.spec:1.15 --- SPECS/amaroc.spec:1.14 Sun Mar 2 13:40:04 2008 +++ SPECS/amaroc.spec Fri Mar 7 09:33:12 2008 @@ -4,12 +4,13 @@ Summary(pl.UTF-8): amaroc - frontend ncurses dla Amaroka Name: amaroc Version: 0.3 -Release: 2 +Release: 3 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/amaroc/%{name}-%{version}.tar.bz2 # Source0-md5: 38308e04b2bd0f7df94d19f2455b70df Patch0: %{name}-curses.patch +Patch1: %{name}-keys.patch URL: http://sourceforge.net/projects/amaroc/ BuildRequires: sed >= 4.0 Requires: amarok @@ -33,6 +34,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p0 %{__sed} -i -e '1s,^#!.*python,#!%{__python},' amaroc.py %install @@ -54,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008-03-07 08:33:12 glen +- add extra keys (q: quit, enter: play) + Revision 1.14 2008-03-02 12:40:04 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amaroc.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
