Author: teodor Date: Sun May 28 22:34:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch wich fixing error with not loading plugins after py_comp
---- Files affected: SPECS: griffith.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/griffith.spec diff -u SPECS/griffith.spec:1.18 SPECS/griffith.spec:1.19 --- SPECS/griffith.spec:1.18 Mon May 22 19:40:38 2006 +++ SPECS/griffith.spec Mon May 29 00:34:06 2006 @@ -7,7 +7,7 @@ Summary(pl): griffith - program katalogujÄ…cy filmy Name: griffith Version: 0.6.1 -Release: 3 +Release: 4 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://download.berlios.de/griffith/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ Source2: %{name}.desktop Patch0: %{name}-Makefile.patch Patch1: %{name}-env_python.patch +Patch2: %{name}-plugin.patch URL: http://griffith.vasconunes.net/ BuildRequires: gtk+2-devel >= 2:2.6.0 BuildRequires: intltool @@ -62,6 +63,7 @@ %setup -q -a1 %patch0 -p1 %patch1 -p1 +%patch2 -p1 mv griffith-extra-artwork-0.6/images/*.png images/ @@ -143,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/05/28 22:34:06 teodor +- added patch wich fixing error with not loading plugins after py_comp + Revision 1.18 2006/05/22 17:40:38 glen - compile all python files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/griffith.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
