浏览代码

allow DBD::ODBC to use either unixODBC or iODBC

Ralf S. Engelschall 19 年之前
父节点
当前提交
314c6f43eb
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      perl-dbi/perl-dbi.spec

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

@@ -52,7 +52,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20060228
+Release:      20060303
 
 #   package options
 %option       with_dbd_sqlite  yes
@@ -109,8 +109,8 @@ BuildPreReq:  freetds, libiconv
 PreReq:       freetds, libiconv
 %endif
 %if "%{with_dbd_odbc}" == "yes"
-BuildPreReq:  unixodbc
-PreReq:       unixodbc
+BuildPreReq:  ODBC
+PreReq:       ODBC
 %endif
 AutoReq:      no
 AutoReqProv:  no