117 BuildPreReq: db |
117 BuildPreReq: db |
118 PreReq: db |
118 PreReq: db |
119 %endif |
119 %endif |
120 %if "%{with_mysql}" == "yes" |
120 %if "%{with_mysql}" == "yes" |
121 BuildPreReq: mysql |
121 BuildPreReq: mysql |
122 PreReq: mysql |
122 PreReq: mysql, perl-dbi::with_mysql |
123 %endif |
123 %endif |
124 %if "%{with_pgsql}" == "yes" |
124 %if "%{with_pgsql}" == "yes" |
125 BuildPreReq: postgresql |
125 BuildPreReq: postgresql |
126 PreReq: postgresql |
126 PreReq: postgresql, perl-dbi::with_pgsql |
127 %endif |
127 %endif |
128 %if "%{with_odbc}" == "yes" |
128 %if "%{with_odbc}" == "yes" |
129 BuildPreReq: unixodbc |
129 BuildPreReq: unixodbc |
130 PreReq: unixodbc |
130 PreReq: unixodbc, perl-dbi::with_odbc |
131 %endif |
131 %endif |
132 %if "%{with_geoip}" == "yes" |
132 %if "%{with_geoip}" == "yes" |
133 BuildPreReq: geoip |
133 BuildPreReq: geoip |
134 PreReq: geoip |
134 PreReq: geoip |
135 %endif |
135 %endif |