Parcourir la source

the file object is enabled by default now

Ralf S. Engelschall il y a 19 ans
Parent
commit
77214d1d27
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      js/js.spec

+ 3 - 3
js/js.spec

@@ -44,9 +44,9 @@ Version:      %{V_js}
 Release:      20060729
 
 #   package options
+%option       with_file        yes
 %option       with_perl        no
 %option       with_editline    no
-%option       with_file        no
 
 #   list of sources
 Source0:      ftp://ftp.ossp.org/pkg/lib/js/js-%{V_js}.tar.gz
@@ -141,8 +141,8 @@ AutoReqProv:  no
 %if "%{with_editline}" == "yes"
           --with-editline=%{l_prefix} \
 %endif
-%if "%{with_file}" == "yes"
-          --with-file \
+%if "%{with_file}" != "yes"
+          --without-file \
 %endif
           --disable-shared
       %{l_make} %{l_mflags}