|
|
@@ -89,14 +89,14 @@ AutoReqProv: no
|
|
|
- DBD::AnyData (%{V_dbd_anydata})
|
|
|
- DBD::Sprite (%{V_dbd_csv})
|
|
|
- DBD::SQLite (%{V_dbd_sqlite})
|
|
|
- - DBD::mysql (%{V_dbd_mysql}) [with_dbd_mysql=%{V_with_dbd_mysql}]
|
|
|
- - DBD::Pg (%{V_dbd_pg}) [with_dbd_pg=%{V_with_dbd_pg}]
|
|
|
- - DBD::Oracle (%{V_dbd_oracle}) [with_dbd_oracle=%{V_with_dbd_oracle}]
|
|
|
+ - DBD::mysql (%{V_dbd_mysql}) [%{with_dbd_mysql}]
|
|
|
+ - DBD::Pg (%{V_dbd_pg}) [%{with_dbd_pg}]
|
|
|
+ - DBD::Oracle (%{V_dbd_oracle}) [%{V_with_dbd_oracle}]
|
|
|
|
|
|
Options:
|
|
|
- --define 'with_dbd_mysql %{with_dbd_mysql}' \
|
|
|
- --define 'with_dbd_pg %{with_dbd_pg}' \
|
|
|
- --define 'with_dbd_oracle %{with_dbd_oracle}'
|
|
|
+ --define 'with_dbd_mysql %{with_dbd_mysql}'
|
|
|
+ --define 'with_dbd_pg %{with_dbd_pg}'
|
|
|
+ --define 'with_dbd_oracle %{with_dbd_oracle}'
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c -n %{name}-%{version}
|