ソースを参照

upgrading package: fsl 0.1.12 -> 0.9.0

Ralf S. Engelschall 23 年 前
コミット
6a23d2f26d
1 ファイル変更9 行追加9 行削除
  1. 9 9
      fsl/fsl.spec

+ 9 - 9
fsl/fsl.spec

@@ -32,12 +32,12 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Group:        System
 License:      MIT-style
-Version:      0.1.12
-Release:      20020730
+Version:      0.9.0
+Release:      20020801
 
 #   package options
-%ifndef       with_debug
-%define       with_debug     no
+%ifndef       with_fsl_debug
+%define       with_fsl_debug   no
 %endif
 
 #   list of sources
@@ -63,7 +63,7 @@ AutoReqProv:  no
     of the program.
 
     Options
-    with_debug=%{with_debug}
+    with_fsl_debug=%{with_fsl_debug}
 
 %prep
     %setup -q
@@ -74,10 +74,10 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --with-cfgdir=%{l_prefix}/etc/fsl \
-%if "%{with_debug}" == "yes"
-        --with-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\", timezone=local) \
-                      -> { trace:   file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=432); \
-                           (debug): file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=432) }" \
+%if "%{with_fsl_debug}" == "yes"
+        --with-fsl-debug="prefix(prefix=\\\"%%b %%d %%H:%%M:%%S <%%L> [%%P]: \\\", timezone=local) \
+                          -> { trace:   file(path=\\\"%{l_prefix}/var/fsl/trace.log\\\",append=1,perm=0644); \
+                               (debug): file(path=\\\"%{l_prefix}/var/fsl/debug.log\\\",append=0,perm=0644) }" \
 %endif
         --disable-shared
     %{l_make} %{l_mflags}