opensips/opensips.spec

changeset 707
005bcc1c949b
parent 688
2223e646d8d9
child 757
bb40ee892364
equal deleted inserted replaced
13:7bc78aa4bef0 14:acb461bcfc50
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

mercurial