1.1 --- a/opensips/opensips.spec Fri Oct 07 16:40:25 2011 +0200 1.2 +++ b/opensips/opensips.spec Tue Nov 29 18:44:37 2011 +0100 1.3 @@ -37,7 +37,7 @@ 1.4 Group: VoIP 1.5 License: GPL 1.6 Version: %{V_major}.%{V_minor} 1.7 -Release: 20110200 1.8 +Release: 20111128 1.9 1.10 # package options 1.11 %option with_cons yes 1.12 @@ -205,7 +205,7 @@ 1.13 -e 's;\(-DF_MALLOC\);#\1;' \ 1.14 -e 's;#\(-DDBG_QM_MALLOC\);\1;' \ 1.15 %endif 1.16 - -e 's;\(#define PKG_MEM_POOL_SIZE\) \(1024\*1024\);\1 8*\2;' \ 1.17 + -e 's;\(#define PKG_MEM_POOL_SIZE\) \(1024\*1024\);\1 4*\2;' \ 1.18 Makefile.defs \ 1.19 config.h 1.20 %{l_shtool} subst \ 1.21 @@ -257,7 +257,6 @@ 1.22 scripts/osipsconsolerc \ 1.23 scripts/opensipsctlrc 1.24 %{l_shtool} subst \ 1.25 - -e 's;=/var/run/\(opensips.pid\);=%{l_prefix}/var/opensips/\1;g' \ 1.26 -e 's;/var/run/\(opensips.pid\);%{l_prefix}/var/opensips/\1;g' \ 1.27 -e 's;\(my \$fifo_reply_path\) = "/tmp/";\1 = "%{l_prefix}/var/opensips/";' \ 1.28 -e 's;\(my \$HISTORY_FILE\) = "/tmp/osipsconsole_history";\1 = "%{l_prefix}/var/opensips/osipsconsole_history";' \