Просмотр исходного кода

speclint police: use correct macro name

Ralf S. Engelschall 23 лет назад
Родитель
Сommit
ba4b12e910
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      icewm/icewm.spec

+ 2 - 2
icewm/icewm.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
 Group:        X11
 License:      GPL
 Version:      1.2.9
-Release:      20030717
+Release:      20030722
 
 #   package options
 %option       with_iconv   no
@@ -49,7 +49,7 @@ Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20030103, X11, imlib, gcc, make
 PreReq:       OpenPKG, openpkg >= 20030103, X11, imlib
-%if "%{with_libiconv}" == "yes"
+%if "%{with_iconv}" == "yes"
 BuildPreReq:  libiconv
 PreReq:       libiconv
 %endif