Author: hawk Date: Thu Nov 2 23:27:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch to disable nsplugin compilation - release 2
---- Files affected: SPECS: gxmlviewer.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/gxmlviewer.spec diff -u SPECS/gxmlviewer.spec:1.25 SPECS/gxmlviewer.spec:1.26 --- SPECS/gxmlviewer.spec:1.25 Thu Nov 2 23:36:17 2006 +++ SPECS/gxmlviewer.spec Fri Nov 3 00:27:52 2006 @@ -3,12 +3,13 @@ Summary(pl): Przeglądarka plików XML w GTK+ Name: gxmlviewer Version: 1.3.3 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Source0: http://dl.sourceforge.net/gxmlviewer/%{name}-%{version}.tar.gz # Source0-md5: e1f159e003e2ca99482ac7cf8677365e Patch0: %{name}-libxml2.patch +Patch1: %{name}-no-nsplugin.patch URL: http://gxmlviewer.sourceforge.net/ BuildRequires: ORBit-devel BuildRequires: autoconf @@ -43,6 +44,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build rm -f missing @@ -77,6 +79,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2006/11/02 23:27:52 hawk +- added patch to disable nsplugin compilation +- release 2 + Revision 1.25 2006/11/02 22:36:17 hawk - removed mozilla plugin (mozilla is no longer available in PLD) - added missing chunk to libxml2 patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gxmlviewer.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
