ソースを参照

there is no more with_v3 option

Ralf S. Engelschall 20 年 前
コミット
cb8938cf43
1 ファイル変更3 行追加3 行削除
  1. 3 3
      perl-dbi/perl-dbi.spec

+ 3 - 3
perl-dbi/perl-dbi.spec

@@ -48,7 +48,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20050903
+Release:      20050927
 
 #   package options
 %option       with_dbd_sqlite  no
@@ -81,8 +81,8 @@ PreReq:       OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
 BuildPreReq:  perl-util, perl-net, perl-locale
 PreReq:       perl-util, perl-net, perl-locale
 %if "%{with_dbd_sqlite}" == "yes"
-BuildPreReq:  sqlite, sqlite::with_v3 = yes
-PreReq:       sqlite, sqlite::with_v3 = yes
+BuildPreReq:  sqlite
+PreReq:       sqlite
 %endif
 %if "%{with_dbd_mysql}" == "yes"
 BuildPreReq:  mysql