]> git.pld-linux.org Git - packages/Komodo-Edit.git/commitdiff
- avoid satisfying xulrunner deps master
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Oct 2007 23:38:45 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Komodo-Edit.spec -> 1.4

Komodo-Edit.spec

index 3133c743fd739b1791294370f9244f332817190c..5a1757321703bdca2a2bcc97cef5cda9c1d5670b 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Editor for dynamic languages including Perl, PHP, Python, Ruby and Tcl
 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
@@ -18,6 +18,14 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # 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
This page took 0.041908 seconds and 4 git commands to generate.