Author: glen Date: Tue Oct 23 23:38:51 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - avoid satisfying xulrunner deps
---- Files affected: SPECS: Komodo-Edit.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/Komodo-Edit.spec diff -u SPECS/Komodo-Edit.spec:1.3 SPECS/Komodo-Edit.spec:1.4 --- SPECS/Komodo-Edit.spec:1.3 Wed May 16 19:19:26 2007 +++ SPECS/Komodo-Edit.spec Wed Oct 24 01:38:45 2007 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Edytor dla języków dynamicznych takich jak Perl, PHP, Python, Ruby czy Tcl Name: Komodo-Edit Version: 4.0.3 -Release: 0.1 +Release: 0.2 License: custom Group: X11/Applications/Editors Source0: http://downloads.activestate.com/Komodo/Linux/4.0/%{name}-%{version}-%{buildrev}-linux-libcpp6-x86.tar.gz @@ -19,6 +19,14 @@ # it says and fails: BFD: kotcllint: warning: Empty loadable segment detected, is this intentional ? %define _noautostrip .*/kotcllint +# firefox/thunderbird/seamonkey/komodo-edit provide their own versions +%define _noautoreqdep libxpcom_compat.so libxpcom_core.so +%define _noautoprovfiles %{_libdir}/%{name}/components +# we don't want these to satisfy xulrunner-devel +%define _noautoprov libmozjs.so libxpcom.so libxul.so +# and as we don't provide them, don't require either +%define _noautoreq libmozjs.so libxpcom.so libxul.so + %description Award-winning editing for dynamic languages including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including @@ -66,6 +74,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2007/10/23 23:38:45 glen +- avoid satisfying xulrunner deps + Revision 1.3 2007/05/16 17:19:26 glen - fix for strip ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Komodo-Edit.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
