-%define _prefix /opt/freeswitch\r
-%define prefix %{_prefix}\r
-%define sysconfdir /opt/freeswitch/conf\r
-%define _sysconfdir %{sysconfdir}\r
-\r
-Name: freeswitch\r
-Summary: FreeSWITCH open source telephony platform\r
-License: MPL\r
-Group: Productivity/Telephony/Servers\r
-Version: 1.0.4\r
-Release: 1\r
-URL: http://www.freeswitch.org/\r
-Packager: Michal Bielicki\r
-Vendor: http://www.freeswitch.org/\r
-Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2\r
-Source1: http://files.freeswitch.org/downloads/libs/celt-0.5.1.tar.gz\r
-Source2: http://files.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz\r
-Source3: http://files.freeswitch.org/downloads/libs/lame-3.97.tar.gz\r
-Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz\r
-Source5: http://files.freeswitch.org/downloads/libs/mpg123.tar.gz\r
-Source6: http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz\r
-Source7: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz\r
-Source8: http://files.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz\r
-Source9: http://files.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz\r
-Source10: http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.8.tar.gz\r
-Source11: http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz\r
-Source12: http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz\r
-Source13: http://files.freeswitch.org/freeswitch-sounds-music-48000-1.0.8.tar.gz\r
-Source14: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.10.tar.gz\r
-Source15: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.10.tar.gz\r
-Source16: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.10.tar.gz\r
-Source17: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-48000-1.0.10.tar.gz\r
-Source18: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz\r
-Prefix: %{prefix}\r
-\r
-#AutoReqProv: no\r
-\r
-%if 0%{?suse_version} > 100\r
-#BuildRequires: openldap2-devel\r
-BuildRequires: lzo-devel\r
-%else\r
-BuildRequires: openldap-devel\r
-%endif\r
-BuildRequires: autoconf\r
-BuildRequires: automake\r
-BuildRequires: curl-devel\r
-BuildRequires: gcc-c++\r
-BuildRequires: gnutls-devel\r
-BuildRequires: libtool >= 1.5.17\r
-BuildRequires: ncurses-devel\r
-BuildRequires: openssl-devel\r
-BuildRequires: perl\r
-BuildRequires: pkgconfig\r
-BuildRequires: termcap\r
-BuildRequires: unixODBC-devel\r
-BuildRequires: gdbm-devel\r
-BuildRequires: db4-devel\r
-BuildRequires: python-devel\r
-BuildRequires: libogg-devel\r
-BuildRequires: libvorbis-devel\r
-BuildRequires: libtiff-devel\r
-#BuildRequires: mono-devel\r
-BuildRequires: alsa-lib-devel\r
-BuildRequires: which\r
-BuildRequires: zlib-devel\r
-\r
-%if %{?suse_version:1}0\r
-%if 0%{?suse_version} > 910\r
-#BuildRequires: autogen\r
-%endif\r
-%endif\r
-\r
-%if 0%{?suse_version} > 800\r
-#PreReq: /usr/sbin/useradd /usr/sbin/groupadd\r
-PreReq: %insserv_prereq %fillup_prereq\r
-%endif\r
-\r
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)\r
-\r
-%description\r
-FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice \r
-and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a \r
-simple switching engine, a media gateway or a media server to host IVR applications using \r
-simple scripts or XML to control the callflow. \r
-\r
-We support various communication technologies such as SIP, H.323, IAX2 and GoogleTalk making \r
-it easy to interface with other open source PBX systems such as sipX, OpenPBX, Bayonne, YATE or Asterisk.\r
-\r
-We also support both wide and narrow band codecs making it an ideal solution to bridge legacy \r
-devices to the future. The voice channels and the conference bridge module all can operate \r
-at 8, 16 or 32 kilohertz and can bridge channels of different rates.\r
-\r
-FreeSWITCH runs on several operating systems including Windows, Max OS X, Linux, BSD and Solaris \r
-on both 32 and 64 bit platforms.\r
-\r
-Our developers are heavily involved in open source and have donated code and other resources to \r
-other telephony projects including sipXecs, OpenSER, Asterisk, CodeWeaver and OpenPBX.\r
-\r
-%package devel\r
-Summary: Development package for FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description devel\r
-FreeSWITCH development files\r
-\r
-%package codec-passthru-amrwb\r
-Summary: Pass-through AMR WideBand Codec support for FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-Conflicts: codec-amrwb\r
-\r
-%description codec-passthru-amrwb\r
-Pass-through AMR WideBand Codec support for FreeSWITCH open source telephony platform\r
-\r
-\r
-%package codec-passthru-amr\r
-Summary: Pass-through AMR Codec support for FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-Conflicts: codec-amr\r
-\r
-%description codec-passthru-amr\r
-Pass-through AMR Codec support for FreeSWITCH open source telephony platform\r
-\r
-%package codec-passthru-g723_1\r
-Summary: Pass-through g723.1 Codec support for FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-Conflicts: codec-g723_1\r
-\r
-%description codec-passthru-g723_1\r
-Pass-through g723.1 Codec support for FreeSWITCH open source telephony platform\r
-\r
-%package codec-passthru-g729\r
-Summary: Pass-through g729 Codec support for FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-Conflicts: codec-g729\r
-\r
-%description codec-passthru-g729\r
-Pass-through g729 Codec support for FreeSWITCH open source telephony platform\r
-\r
-%package spidermonkey\r
-Summary: JavaScript support for the FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description spidermonkey\r
-\r
-%package lua\r
-Summary: Lua support for the FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description lua\r
-\r
-%package perl\r
-Summary: Perl support for the FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description perl\r
-\r
-%package python\r
-Summary: Python support for the FreeSWITCH open source telephony platform\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description python\r
-\r
-\r
-%package lang-en\r
-Summary: Provides english language dependand modules and speech config for the FreeSwitch Open Source telephone platform.\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description lang-en\r
-English language phrases module and directory structure for say module and voicemail\r
-\r
-%package lang-ru\r
-Summary: Provides russian language dependand modules and speech config for the FreeSwitch Open Source telephone platform.\r
-Group: System/LibrariesRequires: %{name} = %{version}-%{release}\r
-\r
-%description lang-ru\r
-Russian language phrases module and directory structure for say module and voicemail\r
-\r
-%package lang-fr\r
-Summary: Provides french language dependand modules and speech config for the FreeSwitch Open Source telephone platform.\r
-Group: System/LibrariesRequires: %{name} = %{version}-%{release}\r
-\r
-%description lang-fr\r
-French language phrases module and directory structure for say module and voicemail\r
-\r
-%package lang-de\r
-Summary: Provides german language dependand modules and speech config for the FreeSwitch Open Source telephone platform.\r
-Group: System/LibrariesRequires: %{name} = %{version}-%{release}\r
-\r
-%description lang-de\r
-German language phrases module and directory structure for say module and voicemail\r
-\r
-\r
-%package openzap\r
-Summary: Provides a unified interface to hardware TDM cards and ss7 stacks for freeswitch\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description openzap\r
-OpenZAP\r
-\r
-%package moh\r
-Summary: FreeSWITCH Music on hold files\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description moh\r
-8khz music on hold files for freeswitch\r
-\r
-\r
-%package hd-moh\r
-Summary: High Definition FreeSWITCH Music on hold files\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description hd-moh\r
-16khz High Definition FreeSWITCH Music on hold files\r
-\r
-\r
-%package uhd-moh\r
-Summary: Ultra High Definition FreeSWITCH Music on hold files\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description uhd-moh\r
-32khz Ultra High Definition FreeSWITCH Music on hold files\r
-\r
-\r
-%package cd-moh\r
-Summary: CD Quality FreeSWITCH Musci on hold files\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description cd-moh\r
-40khz CD Quality FreeSWITCH Music on hold files\r
-\r
-\r
-%package sounds-en-callie\r
-Summary: English prompts for Freeswitch\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description sounds-en-callie\r
-8khz English prompts for Freeswitch\r
-\r
-\r
-%package hd-sounds-en-callie\r
-Summary: High Density English prompts for Freeswitch\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description hd-sounds-en-callie \r
-16khz High Density English prompts for Freeswitch\r
-\r
-\r
-%package uhd-sounds-en-callie\r
-Summary: Ultra High Density English prompts for Freeswitch\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description uhd-sounds-en-callie\r
-32khz Ultra High Density English prompts for Freeswitch\r
-\r
-\r
-%package cd-sounds-en-callie\r
-Summary: CD Quality English prompts for Freeswitch\r
-Group: System/Libraries\r
-Requires: %{name} = %{version}-%{release}\r
-\r
-%description cd-sounds-en-callie\r
-40khz CD Quality English prompts for Freeswitch\r
-\r
-\r
-%prep\r
-%setup -b0 -q\r
-cp %{SOURCE1} libs/\r
-cp %{SOURCE2} libs/\r
-cp %{SOURCE3} libs/\r
-cp %{SOURCE4} libs/\r
-cp %{SOURCE5} libs/\r
-cp %{SOURCE6} libs/\r
-cp %{SOURCE7} libs/\r
-cp %{SOURCE8} libs/\r
-cp %{SOURCE9} libs/\r
-cp %{SOURCE10} .\r
-cp %{SOURCE11} .\r
-cp %{SOURCE12} .\r
-cp %{SOURCE13} .\r
-cp %{SOURCE14} .\r
-cp %{SOURCE15} .\r
-cp %{SOURCE16} .\r
-cp %{SOURCE17} .\r
-cp %{SOURCE18} libs/\r
-\r
-\r
-%build\r
-%ifos linux\r
-%if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030\r
-export CFLAGS="$CFLAGS -fstack-protector"\r
-%endif\r
-%if 0%{?fedora_version} >= 8\r
-export QA_RPATHS=$[ 0x0001|0x0002 ]\r
-%endif\r
-%endif\r
-\r
-PASSTHRU_CODEC_MODULES="codecs/mod_g729 codecs/mod_g723_1 codecs/mod_amr codecs/mod_amrwb"\r
-SPIDERMONKEY_MODULES="languages/mod_spidermonkey languages/mod_spidermonkey_curl languages/mod_spidermonkey_core_db languages/mod_spidermonkey_odbc languages/mod_spidermonkey_socket languages/mod_spidermonkey_teletone"\r
-APPLICATIONS_MODULES="applications/mod_commands applications/mod_conference applications/mod_dptools applications/mod_enum applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_limit applications/mod_rss applications/mod_voicemail applications/mod_fsv applications/mod_lcr applications/mod_easyroute applications/mod_stress applications/mod_http applications/mod_vmd applications/mod_limit applications/mod_soundtouch applications/mod_fax"\r
-CODECS_MODULES="codecs/mod_ilbc codecs/mod_h26x codecs/mod_voipcodecs codecs/mod_speex codecs/mod_celt codecs/mod_siren"\r
-DIALPLANS_MODULES="dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_directory dialplans/mod_dialplan_xml"\r
-DIRECTORIES_MODULES=""\r
-ENDPOINTS_MODULES="endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia ../../libs/openzap/mod_openzap endpoints/mod_loopback"\r
-ASR_TTS_MODULES="asr_tts/mod_pocketsphinx asr_tts/mod_flite asr_tts/mod_unimrcp"\r
-EVENT_HANDLERS_MODULES="event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv"\r
-FORMATS_MODULES="formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout"\r
-LANGUAGES_MODULES="languages/mod_perl languages/mod_lua languages/mod_python languages/mod_yaml"\r
-LOGGERS_MODULES="loggers/mod_console loggers/mod_logfile loggers/mod_syslog"\r
-SAY_MODULES="say/mod_say_en say/mod_say_de say/mod_say_fr"\r
-TIMERS_MODULES=\r
-DISABLED_MODULES="applications/mod_soundtouch languages/mod_spidermonkey_skel ast_tts/mod_cepstral asr_tts/mod_lumenvox event_handlers/mod_event_test event_handlers/mod_radius_cdr event_handlers/mod_zeroconf languages/mod_managed languages/mod_java say/mod_say_it say/mod_say_es say/mod_say_nl"\r
-XML_INT_MODULES="xml_int/mod_xml_rpc xml_int/mod_xml_curl xml_int/mod_xml_cdr "\r
-MYMODULES="$PASSTHRU_CODEC_MODULES $SPIDERMONKEY_MODULES $APPLICATIONS_MODULES $CODECS_MODULES $DIALPLANS_MODULES $DIRECTORIES_MODULES $ENDPOINTS_MODULES $ASR_TTS_MODULES $EVENT_HANDLERS_MODULES $FORMATS_MODULES $LANGUAGES_MODULES $LOGGERS_MODULES $SAY_MODULES $TIMERS_MODULES $XML_INT_MODULES"\r
-\r
-export MODULES=$MYMODULES\r
-test ! -f modules.conf || rm -f modules.conf\r
-touch modules.conf\r
-for i in $MODULES; do echo $i >> modules.conf; done\r
-export VERBOSE=yes\r
-export DESTDIR=$RPM_BUILD_ROOT/\r
-export PKG_CONFIG_PATH=/usr/bin/pkg-config:$PKG_CONFIG_PATH\r
-export ACLOCAL_FLAGS="-I /usr/share/aclocal"\r
-\r
-if test ! -f Makefile.in \r
-then \r
- ./bootstrap.sh\r
-fi\r
-\r
-\r
- %configure -C \\r
- --prefix=%{prefix} \\r
- --infodir=%{_infodir} \\r
- --mandir=%{_mandir} \\r
- --sysconfdir=%{sysconfdir} \\r
- --libdir=%{prefix}/lib \\r
- --enable-core-libedit-support \\r
- --enable-core-odbc-support \\r
-%ifos linux\r
-%if 0%{?fedora_version} >= 8\r
-%else\r
- --with-libcurl \\r
-%endif\r
-%endif\r
- --with-openssl \\r
- %{?configure_options}\r
-\r
-#Create the version header file here\r
-cat src/include/switch_version.h.in | sed "s/@SVN_VERSION@/%{version}/g" > src/include/switch_version.h\r
-touch .noversion\r
-\r
-%{__make}\r
-\r
-%install\r
-# delete unsupported langugages for now\r
-#rm -rf conf/lang/de\r
-#rm -rf conf/lang/fr\r
-#rm -rf $RPM_BUILD_ROOT%{prefix}/conf/lang/de\r
-#rm -rf $RPM_BUILD_ROOT%{prefix}/conf/lang/fr\r
-\r
-%{__make} DESTDIR=$RPM_BUILD_ROOT install\r
-\r
-# Install Sound Files\r
-%{__make} DESTDIR=$RPM_BUILD_ROOT cd-sounds-install\r
-%{__make} DESTDIR=$RPM_BUILD_ROOT cd-moh-install\r
-\r
-# Create a log dir\r
-%{__mkdir} -p $RPM_BUILD_ROOT%{prefix}/log\r
-\r
-%ifos linux\r
-# Install init files\r
-# On SuSE:\r
-%if 0%{?suse_version} > 100\r
-%{__install} -D -m 744 build/freeswitch.init.suse $RPM_BUILD_ROOT/etc/init.d/freeswitch\r
-%else\r
-# On RedHat like\r
-%{__install} -D -m 0755 build/freeswitch.init.redhat $RPM_BUILD_ROOT/etc/init.d/freeswitch\r
-%endif\r
-# On SuSE make /usr/sbin/rcfreeswitch a link to /etc/init.d/freeswitch\r
-%if 0%{?suse_version} > 100\r
-%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin\r
-%{__ln_s} -f /etc/init.d/freeswitch $RPM_BUILD_ROOT/usr/sbin/rcfreeswitch\r
-%endif\r
-# Add the sysconfiguration file\r
-%{__install} -D -m 744 build/freeswitch.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/freeswitch\r
-# Add monit file\r
-%{__install} -D -m 644 build/freeswitch.monitrc $RPM_BUILD_ROOT/etc/monit.d/freeswitch.monitrc\r
-%endif\r
-\r
-\r
-# Add a freeswitch user with group daemon\r
-%pre\r
-%ifos linux\r
-/usr/sbin/useradd -r -g daemon -s /bin/false -c "The FreeSWITCH Open Source Voice Platform" -d %{prefix} freeswitch 2> /dev/null || :\r
-%endif\r
-\r
-%post\r
-%{?run_ldconfig:%run_ldconfig}\r
-# Make FHS2.0 happy\r
-%{__mkdir} -p /etc/opt\r
-%{__ln_s} -f %{prefix}/conf /etc%{prefix}\r
-\r
-chkconfig --add freeswitch\r
-\r
-%postun\r
-%{?run_ldconfig:%run_ldconfig}\r
-userdel freeswitch\r
-\r
-%clean\r
-%{__rm} -rf $RPM_BUILD_ROOT\r
-\r
-%files\r
-%defattr(-,freeswitch,daemon)\r
-%ifos linux\r
-%dir %attr(0750, root, root) /etc/monit.d\r
-%endif\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/db\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/log\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/log/xml_cdr\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/htdocs\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/scripts\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory/default\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/mrcp_profiles\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan/default\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan/public\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles/internal\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles/external\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/jingle_profiles\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model/communicator\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model/wsj1\r
-%ifos linux\r
-%config(noreplace) %attr(0644, freeswitch, daemon) /etc/monit.d/freeswitch.monitrc\r
-%endif\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/mime.types\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.tpl\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.ttml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/m3ua.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/extensions.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/acl.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cidlookup.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/alsa.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/conference.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/console.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/dialplan_directory.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/dingaling.conf.xml \r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/enum.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/event_multicast.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/event_socket.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cdr_csv.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fax.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fifo.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/shout.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/timezones.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/iax.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/ivr.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/java.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/limit.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/local_stream.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/logfile.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/modules.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/pocketsphinx.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/portaudio.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/post_load_modules.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/rss.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/sofia.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/switch.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/syslog.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/voicemail.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_cdr.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_curl.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_rpc.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/zeroconf.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/easyroute.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/lcr.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/opal.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/unicall.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/memcache.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/nibblebill.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/unimrcp.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/default/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/public/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/default/*\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/internal/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/external/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/jingle_profiles/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/mrcp_profiles/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/default.dic\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/model/communicator/*\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/model/wsj1/*\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/htdocs/*\r
-%ifos linux\r
-#/etc/ld.so.conf.d/*\r
-/etc/init.d/freeswitch\r
-/etc/sysconfig/freeswitch\r
-%if 0%{?suse_version} > 100\r
-/usr/sbin/rcfreeswitch\r
-%endif\r
-%endif\r
-%attr(0755, freeswitch, daemon) %{prefix}/bin/*\r
-%{prefix}/lib/libfreeswitch*.so*\r
-%{prefix}/mod/mod_console.so*\r
-%{prefix}/mod/mod_logfile.so*\r
-%{prefix}/mod/mod_syslog.so*\r
-%{prefix}/mod/mod_commands.so*\r
-%{prefix}/mod/mod_conference.so*\r
-%{prefix}/mod/mod_dptools.so*\r
-%{prefix}/mod/mod_enum.so*\r
-%{prefix}/mod/mod_esf.so*\r
-%{prefix}/mod/mod_expr.so*\r
-%{prefix}/mod/mod_fifo.so*\r
-%{prefix}/mod/mod_limit.so*\r
-%{prefix}/mod/mod_rss.so*\r
-%{prefix}/mod/mod_voicemail.so*\r
-%{prefix}/mod/mod_pocketsphinx.so*\r
-%{prefix}/mod/mod_flite.so*\r
-%{prefix}/mod/mod_ilbc.so* \r
-%{prefix}/mod/mod_h26x.so*\r
-%{prefix}/mod/mod_voipcodecs.so* \r
-%{prefix}/mod/mod_speex.so* \r
-%{prefix}/mod/mod_dialplan_directory.so* \r
-%{prefix}/mod/mod_dialplan_xml.so* \r
-%{prefix}/mod/mod_dialplan_asterisk.so* \r
-%{prefix}/mod/mod_dingaling.so* \r
-%{prefix}/mod/mod_iax.so* \r
-%{prefix}/mod/mod_portaudio.so* \r
-%{prefix}/mod/mod_sofia.so* \r
-%{prefix}/mod/mod_cdr_csv.so*\r
-%{prefix}/mod/mod_event_multicast.so* \r
-%{prefix}/mod/mod_event_socket.so* \r
-%{prefix}/mod/mod_native_file.so* \r
-%{prefix}/mod/mod_sndfile.so* \r
-%{prefix}/mod/mod_local_stream.so* \r
-%{prefix}/mod/mod_xml_rpc.so* \r
-%{prefix}/mod/mod_xml_curl.so* \r
-%{prefix}/mod/mod_xml_cdr.so* \r
-%{prefix}/mod/mod_fsv.so\r
-%{prefix}/mod/mod_tone_stream.so\r
-%{prefix}/mod/mod_amrwb.so\r
-%{prefix}/mod/mod_celt.so\r
-%{prefix}/mod/mod_easyroute.so\r
-%{prefix}/mod/mod_http.so\r
-%{prefix}/mod/mod_lcr.so\r
-%{prefix}/mod/mod_loopback.so\r
-%{prefix}/mod/mod_siren.so\r
-%{prefix}/mod/mod_stress.so\r
-%{prefix}/mod/mod_yaml.so\r
-%{prefix}/mod/mod_shout.so\r
-%{prefix}/mod/mod_fax.so\r
-%{prefix}/mod/mod_soundtouch.so\r
-%{prefix}/mod/mod_vmd.so\r
-%{prefix}/mod/mod_unimrcp.so\r
-\r
-%files openzap\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/tones.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/openzap.conf.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/pika.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/openzap.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/wanpipe.conf\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/zt.conf\r
-%{prefix}/lib/libopenzap.so*\r
-%{prefix}/mod/mod_openzap.so*\r
-%{prefix}/mod/ozmod_analog.so*\r
-%{prefix}/mod/ozmod_analog_em.so*\r
-%{prefix}/mod/ozmod_isdn.so*\r
-%{prefix}/mod/ozmod_skel.*\r
-%{prefix}/mod/ozmod_ss7_boost.so*\r
-%{prefix}/mod/ozmod_wanpipe.so*\r
-%{prefix}/mod/ozmod_zt.so*\r
-\r
-%files codec-passthru-amrwb\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_amrwb.so*\r
-\r
-%files codec-passthru-amr\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_amr.so*\r
-\r
-%files codec-passthru-g723_1\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_g723_1.so*\r
-\r
-%files codec-passthru-g729\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_g729.so*\r
-\r
-%files spidermonkey\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_spidermonkey*.so*\r
-%{prefix}/lib/libjs.so*\r
-%{prefix}/lib/libnspr4.so\r
-%{prefix}/lib/libplds4.so\r
-%{prefix}/lib/libplc4.so\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/spidermonkey.conf.xml\r
-\r
-%files lua\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_lua*.so*\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/lua.conf.xml\r
-\r
-%files perl\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_perl*.so*\r
-%{prefix}/perl/*\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/perl.conf.xml\r
-\r
-%files python\r
-%defattr(-,freeswitch,daemon)\r
-%{prefix}/mod/mod_python*.so*\r
-%attr(0644, root, bin) /usr/lib/python2.4/site-packages/freeswitch.py*\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml\r
-\r
-%files devel\r
-%defattr(-, freeswitch, daemon)\r
-%{prefix}/lib/*.a\r
-%{prefix}/lib/*.la\r
-%{prefix}/lib/pkgconfig/*\r
-%{prefix}/mod/*.a\r
-%{prefix}/mod/*.la\r
-%{prefix}/include/*.h\r
-%{prefix}/include/spandsp/*\r
-\r
-%files lang-en\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en/demo\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en/vm\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/demo/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/vm/*.xml\r
-%{prefix}/mod/mod_say_en.so*\r
-\r
-%files lang-de\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de/demo\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de/vm\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/demo/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/vm/*.xml\r
-%{prefix}/mod/mod_say_de.so*\r
-\r
-%files lang-fr\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr/demo\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr/vm\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/demo/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/vm/*.xml\r
-%{prefix}/mod/mod_say_fr.so*\r
-\r
-%files lang-ru\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru/demo\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru/vm\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/demo/*.xml\r
-%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/vm/*.xml\r
-\r
-%files moh\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/8000\r
-%{prefix}/sounds/music/8000/*\r
-\r
-%files hd-moh\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/16000\r
-%{prefix}/sounds/music/16000/*\r
-\r
-%files uhd-moh\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/32000\r
-%{prefix}/sounds/music/32000/*\r
-\r
-%files cd-moh\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/48000\r
-%{prefix}/sounds/music/48000/*\r
-\r
-%files sounds-en-callie\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/8000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/8000\r
-%{prefix}/sounds/en/us/callie/ascii/8000/*\r
-%{prefix}/sounds/en/us/callie/base256/8000/*\r
-%{prefix}/sounds/en/us/callie/conference/8000/*\r
-%{prefix}/sounds/en/us/callie/currency/8000/*\r
-%{prefix}/sounds/en/us/callie/digits/8000/*\r
-%{prefix}/sounds/en/us/callie/ivr/8000/*\r
-%{prefix}/sounds/en/us/callie/misc/8000/*\r
-%{prefix}/sounds/en/us/callie/phonetic-ascii/8000/*\r
-%{prefix}/sounds/en/us/callie/time/8000/*\r
-%{prefix}/sounds/en/us/callie/voicemail/8000/*\r
-%{prefix}/sounds/en/us/callie/zrtp/8000/*\r
-\r
-%files hd-sounds-en-callie\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/16000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/16000\r
-%{prefix}/sounds/en/us/callie/ascii/16000/*\r
-%{prefix}/sounds/en/us/callie/base256/16000/*\r
-%{prefix}/sounds/en/us/callie/conference/16000/*\r
-%{prefix}/sounds/en/us/callie/currency/16000/*\r
-%{prefix}/sounds/en/us/callie/digits/16000/*\r
-%{prefix}/sounds/en/us/callie/ivr/16000/*\r
-%{prefix}/sounds/en/us/callie/misc/16000/*\r
-%{prefix}/sounds/en/us/callie/phonetic-ascii/16000/*\r
-%{prefix}/sounds/en/us/callie/time/16000/*\r
-%{prefix}/sounds/en/us/callie/voicemail/16000/*\r
-%{prefix}/sounds/en/us/callie/zrtp/16000/*\r
-\r
-\r
-%files uhd-sounds-en-callie\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/32000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/32000\r
-%{prefix}/sounds/en/us/callie/ascii/32000/*\r
-%{prefix}/sounds/en/us/callie/base256/32000/*\r
-%{prefix}/sounds/en/us/callie/conference/32000/*\r
-%{prefix}/sounds/en/us/callie/currency/32000/*\r
-%{prefix}/sounds/en/us/callie/digits/32000/*\r
-%{prefix}/sounds/en/us/callie/ivr/32000/*\r
-%{prefix}/sounds/en/us/callie/misc/32000/*\r
-%{prefix}/sounds/en/us/callie/phonetic-ascii/32000/*\r
-%{prefix}/sounds/en/us/callie/time/32000/*\r
-%{prefix}/sounds/en/us/callie/voicemail/32000/*\r
-%{prefix}/sounds/en/us/callie/zrtp/32000/*\r
-\r
-\r
-%files cd-sounds-en-callie\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/48000\r
-%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/48000\r
-%{prefix}/sounds/en/us/callie/ascii/48000/*\r
-%{prefix}/sounds/en/us/callie/base256/48000/*\r
-%{prefix}/sounds/en/us/callie/conference/48000/*\r
-%{prefix}/sounds/en/us/callie/currency/48000/*\r
-%{prefix}/sounds/en/us/callie/digits/48000/*\r
-%{prefix}/sounds/en/us/callie/ivr/48000/*\r
-%{prefix}/sounds/en/us/callie/misc/48000/*\r
-%{prefix}/sounds/en/us/callie/phonetic-ascii/48000/*\r
-%{prefix}/sounds/en/us/callie/time/48000/*\r
-%{prefix}/sounds/en/us/callie/voicemail/48000/*\r
-%{prefix}/sounds/en/us/callie/zrtp/48000/*\r
-\r
-\r
-%changelog\r
-* Tue Jun 23 2009 - raulfragoso@gmail.com\r
-- Adjusted for the latest SVN trunk (13912)\r
-- Included new config and mod files to catch up with latest SVN\r
-- Included new sound files for base256 and zrtp\r
-- mod_unimrcp must be built after mod_sofia\r
-* Mon Feb 17 2009 - michal.bielicki@halokwadrat.de\r
-- added mod_python\r
-- added mod_fax\r
-- added mod_amrwb.so\r
-- added mod_celt.so\r
-- added mod_easyroute.so\r
-- added mod_http.so\r
-- added mod_lcr.so\r
-- added mod_loopback.so\r
-- added mod_siren.so\r
-- added mod/mod_stress.so\r
-- added mod_yaml.so\r
-- added mod_shout.so\r
-- added rpms or all sounds\r
-- openzap is now its own rpm\r
-- added french\r
-- added german\r
-- added missing dependencies\r
-- added soundfiles with separate rpms\r
-- added definition of all sourcefiles and added them to the SRPM\r
-- fixes to monit file\r
-- changes to redhat init file\r
-* Thu May 22 2008 - michal.bielicki@voiceworks.pl\r
-- disabled beta class language stuff\r
-- bumped revision up to rc6\r
-- added mod_lua\r
-- added mod_perl\r
-- Only bootstrap if no Makfile.in exists\r
-* Mon Feb 04 2008 - michal.bielicki@voiceworks.pl\r
-- More fixes to specfile\r
-- First go at SFE files\r
-* Sun Feb 03 2008 - michal.bielicki@voiceworks.pl\r
-- abstraction of prefix\r
-- more wrong stuff deleted\r
-- abstraction of mkdir, mv, rm, install etc into macros\r
-* Fri Jan 18 2008 - michal.bielicki@voiceworks.pl\r
-- fixes, fixes and more fixes in preparation for rc1\r
-* Thu Dec 5 2007 - michal.bielicki@voiceworks.pl\r
-- put in detail configfiles in to split of spidermonkey configs\r
-- created link from /opt/freesxwitch/conf to /etc%{prefix}\r
-* Thu Nov 29 2007 - michal.bielicki@voiceworks.pl\r
-- Added ifdefs for susealities\r
-- Added specifics for centos/redhat\r
-- Added specifics for fedora\r
-- Preparing to use it for adding it to SFE packaging for solaris\r
-- Added odbc stuff back in\r
-- made curl default\r
-- Separate package for mod_spidermonkey\r
-- got rid of modules.conf and stuffed everything in MODULES env var\r
-- got rid of handmade Cflags peter added ;)\r
-- fixed bin and libpaths\r
-- fixed locationof nspr and js libs\r
-- fixed odbc requirements\r
-- added all buildable modules\r
-- added redhat style init file\r
-- splitted off language dependant stuff into separate language files\r
-- disable non complete language modules\r
-* Tue Apr 24 2007 - peter+rpmspam@suntel.com.tr\r
-- Added a debug package\r
-- Split the passthrough codecs into separate packages\r
-* Fri Mar 16 2007 - peter+rpmspam@suntel.com.tr\r
-- Added devel package\r
-* Thu Mar 15 2007 - peter+rpmspam@suntel.com.tr\r
-- Initial RPM release\r
+%define _prefix /opt/freeswitch
+%define prefix %{_prefix}
+%define sysconfdir /opt/freeswitch/conf
+%define _sysconfdir %{sysconfdir}
+
+Name: freeswitch
+Summary: FreeSWITCH open source telephony platform
+License: MPL
+Group: Productivity/Telephony/Servers
+Version: 1.0.4
+Release: 1
+URL: http://www.freeswitch.org/
+Packager: Michal Bielicki
+Vendor: http://www.freeswitch.org/
+Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2
+Source1: http://files.freeswitch.org/downloads/libs/celt-0.5.1.tar.gz
+Source2: http://files.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz
+Source3: http://files.freeswitch.org/downloads/libs/lame-3.97.tar.gz
+Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
+Source5: http://files.freeswitch.org/downloads/libs/mpg123.tar.gz
+Source6: http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
+Source7: http://files.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz
+Source8: http://files.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz
+Source9: http://files.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz
+Source10: http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.8.tar.gz
+Source11: http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz
+Source12: http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz
+Source13: http://files.freeswitch.org/freeswitch-sounds-music-48000-1.0.8.tar.gz
+Source14: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.10.tar.gz
+Source15: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.10.tar.gz
+Source16: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.10.tar.gz
+Source17: http://files.freeswitch.org/freeswitch-sounds-en-us-callie-48000-1.0.10.tar.gz
+Source18: http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
+Prefix: %{prefix}
+
+#AutoReqProv: no
+
+%if 0%{?suse_version} > 100
+#BuildRequires: openldap2-devel
+BuildRequires: lzo-devel
+%else
+BuildRequires: openldap-devel
+%endif
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: curl-devel
+BuildRequires: gcc-c++
+BuildRequires: gnutls-devel
+BuildRequires: libtool >= 1.5.17
+BuildRequires: ncurses-devel
+BuildRequires: openssl-devel
+BuildRequires: perl
+BuildRequires: pkgconfig
+BuildRequires: termcap
+BuildRequires: unixODBC-devel
+BuildRequires: gdbm-devel
+BuildRequires: db4-devel
+BuildRequires: python-devel
+BuildRequires: libogg-devel
+BuildRequires: libvorbis-devel
+BuildRequires: libtiff-devel
+#BuildRequires: mono-devel
+BuildRequires: alsa-lib-devel
+BuildRequires: which
+BuildRequires: zlib-devel
+
+%if %{?suse_version:1}0
+%if 0%{?suse_version} > 910
+#BuildRequires: autogen
+%endif
+%endif
+
+%if 0%{?suse_version} > 800
+#PreReq: /usr/sbin/useradd /usr/sbin/groupadd
+PreReq: %insserv_prereq %fillup_prereq
+%endif
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice
+and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a
+simple switching engine, a media gateway or a media server to host IVR applications using
+simple scripts or XML to control the callflow.
+
+We support various communication technologies such as SIP, H.323, IAX2 and GoogleTalk making
+it easy to interface with other open source PBX systems such as sipX, OpenPBX, Bayonne, YATE or Asterisk.
+
+We also support both wide and narrow band codecs making it an ideal solution to bridge legacy
+devices to the future. The voice channels and the conference bridge module all can operate
+at 8, 16 or 32 kilohertz and can bridge channels of different rates.
+
+FreeSWITCH runs on several operating systems including Windows, Max OS X, Linux, BSD and Solaris
+on both 32 and 64 bit platforms.
+
+Our developers are heavily involved in open source and have donated code and other resources to
+other telephony projects including sipXecs, OpenSER, Asterisk, CodeWeaver and OpenPBX.
+
+%package devel
+Summary: Development package for FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+FreeSWITCH development files
+
+%package codec-passthru-amrwb
+Summary: Pass-through AMR WideBand Codec support for FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+Conflicts: codec-amrwb
+
+%description codec-passthru-amrwb
+Pass-through AMR WideBand Codec support for FreeSWITCH open source telephony platform
+
+
+%package codec-passthru-amr
+Summary: Pass-through AMR Codec support for FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+Conflicts: codec-amr
+
+%description codec-passthru-amr
+Pass-through AMR Codec support for FreeSWITCH open source telephony platform
+
+%package codec-passthru-g723_1
+Summary: Pass-through g723.1 Codec support for FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+Conflicts: codec-g723_1
+
+%description codec-passthru-g723_1
+Pass-through g723.1 Codec support for FreeSWITCH open source telephony platform
+
+%package codec-passthru-g729
+Summary: Pass-through g729 Codec support for FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+Conflicts: codec-g729
+
+%description codec-passthru-g729
+Pass-through g729 Codec support for FreeSWITCH open source telephony platform
+
+%package spidermonkey
+Summary: JavaScript support for the FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description spidermonkey
+
+%package lua
+Summary: Lua support for the FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description lua
+
+%package perl
+Summary: Perl support for the FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description perl
+
+%package python
+Summary: Python support for the FreeSWITCH open source telephony platform
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description python
+
+
+%package lang-en
+Summary: Provides english language dependand modules and speech config for the FreeSwitch Open Source telephone platform.
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description lang-en
+English language phrases module and directory structure for say module and voicemail
+
+%package lang-ru
+Summary: Provides russian language dependand modules and speech config for the FreeSwitch Open Source telephone platform.
+Group: System/LibrariesRequires: %{name} = %{version}-%{release}
+
+%description lang-ru
+Russian language phrases module and directory structure for say module and voicemail
+
+%package lang-fr
+Summary: Provides french language dependand modules and speech config for the FreeSwitch Open Source telephone platform.
+Group: System/LibrariesRequires: %{name} = %{version}-%{release}
+
+%description lang-fr
+French language phrases module and directory structure for say module and voicemail
+
+%package lang-de
+Summary: Provides german language dependand modules and speech config for the FreeSwitch Open Source telephone platform.
+Group: System/LibrariesRequires: %{name} = %{version}-%{release}
+
+%description lang-de
+German language phrases module and directory structure for say module and voicemail
+
+
+%package openzap
+Summary: Provides a unified interface to hardware TDM cards and ss7 stacks for freeswitch
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description openzap
+OpenZAP
+
+%package moh
+Summary: FreeSWITCH Music on hold files
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description moh
+8khz music on hold files for freeswitch
+
+
+%package hd-moh
+Summary: High Definition FreeSWITCH Music on hold files
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description hd-moh
+16khz High Definition FreeSWITCH Music on hold files
+
+
+%package uhd-moh
+Summary: Ultra High Definition FreeSWITCH Music on hold files
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description uhd-moh
+32khz Ultra High Definition FreeSWITCH Music on hold files
+
+
+%package cd-moh
+Summary: CD Quality FreeSWITCH Musci on hold files
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description cd-moh
+40khz CD Quality FreeSWITCH Music on hold files
+
+
+%package sounds-en-callie
+Summary: English prompts for Freeswitch
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description sounds-en-callie
+8khz English prompts for Freeswitch
+
+
+%package hd-sounds-en-callie
+Summary: High Density English prompts for Freeswitch
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description hd-sounds-en-callie
+16khz High Density English prompts for Freeswitch
+
+
+%package uhd-sounds-en-callie
+Summary: Ultra High Density English prompts for Freeswitch
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description uhd-sounds-en-callie
+32khz Ultra High Density English prompts for Freeswitch
+
+
+%package cd-sounds-en-callie
+Summary: CD Quality English prompts for Freeswitch
+Group: System/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description cd-sounds-en-callie
+40khz CD Quality English prompts for Freeswitch
+
+
+%prep
+%setup -b0 -q
+cp %{SOURCE1} libs/
+cp %{SOURCE2} libs/
+cp %{SOURCE3} libs/
+cp %{SOURCE4} libs/
+cp %{SOURCE5} libs/
+cp %{SOURCE6} libs/
+cp %{SOURCE7} libs/
+cp %{SOURCE8} libs/
+cp %{SOURCE9} libs/
+cp %{SOURCE10} .
+cp %{SOURCE11} .
+cp %{SOURCE12} .
+cp %{SOURCE13} .
+cp %{SOURCE14} .
+cp %{SOURCE15} .
+cp %{SOURCE16} .
+cp %{SOURCE17} .
+cp %{SOURCE18} libs/
+
+
+%build
+%ifos linux
+%if 0%{?suse_version} > 1000 && 0%{?suse_version} < 1030
+export CFLAGS="$CFLAGS -fstack-protector"
+%endif
+%if 0%{?fedora_version} >= 8
+export QA_RPATHS=$[ 0x0001|0x0002 ]
+%endif
+%endif
+
+PASSTHRU_CODEC_MODULES="codecs/mod_g729 codecs/mod_g723_1 codecs/mod_amr codecs/mod_amrwb"
+SPIDERMONKEY_MODULES="languages/mod_spidermonkey languages/mod_spidermonkey_curl languages/mod_spidermonkey_core_db languages/mod_spidermonkey_odbc languages/mod_spidermonkey_socket languages/mod_spidermonkey_teletone"
+APPLICATIONS_MODULES="applications/mod_commands applications/mod_conference applications/mod_dptools applications/mod_enum applications/mod_esf applications/mod_expr applications/mod_fifo applications/mod_limit applications/mod_rss applications/mod_voicemail applications/mod_fsv applications/mod_lcr applications/mod_easyroute applications/mod_stress applications/mod_http applications/mod_vmd applications/mod_limit applications/mod_soundtouch applications/mod_fax"
+CODECS_MODULES="codecs/mod_ilbc codecs/mod_h26x codecs/mod_voipcodecs codecs/mod_speex codecs/mod_celt codecs/mod_siren"
+DIALPLANS_MODULES="dialplans/mod_dialplan_asterisk dialplans/mod_dialplan_directory dialplans/mod_dialplan_xml"
+DIRECTORIES_MODULES=""
+ENDPOINTS_MODULES="endpoints/mod_dingaling endpoints/mod_iax endpoints/mod_portaudio endpoints/mod_sofia ../../libs/openzap/mod_openzap endpoints/mod_loopback"
+ASR_TTS_MODULES="asr_tts/mod_pocketsphinx asr_tts/mod_flite asr_tts/mod_unimrcp"
+EVENT_HANDLERS_MODULES="event_handlers/mod_event_multicast event_handlers/mod_event_socket event_handlers/mod_cdr_csv"
+FORMATS_MODULES="formats/mod_local_stream formats/mod_native_file formats/mod_sndfile formats/mod_tone_stream formats/mod_shout"
+LANGUAGES_MODULES="languages/mod_perl languages/mod_lua languages/mod_python languages/mod_yaml"
+LOGGERS_MODULES="loggers/mod_console loggers/mod_logfile loggers/mod_syslog"
+SAY_MODULES="say/mod_say_en say/mod_say_de say/mod_say_fr"
+TIMERS_MODULES=
+DISABLED_MODULES="applications/mod_soundtouch languages/mod_spidermonkey_skel ast_tts/mod_cepstral asr_tts/mod_lumenvox event_handlers/mod_event_test event_handlers/mod_radius_cdr event_handlers/mod_zeroconf languages/mod_managed languages/mod_java say/mod_say_it say/mod_say_es say/mod_say_nl"
+XML_INT_MODULES="xml_int/mod_xml_rpc xml_int/mod_xml_curl xml_int/mod_xml_cdr "
+MYMODULES="$PASSTHRU_CODEC_MODULES $SPIDERMONKEY_MODULES $APPLICATIONS_MODULES $CODECS_MODULES $DIALPLANS_MODULES $DIRECTORIES_MODULES $ENDPOINTS_MODULES $ASR_TTS_MODULES $EVENT_HANDLERS_MODULES $FORMATS_MODULES $LANGUAGES_MODULES $LOGGERS_MODULES $SAY_MODULES $TIMERS_MODULES $XML_INT_MODULES"
+
+export MODULES=$MYMODULES
+test ! -f modules.conf || rm -f modules.conf
+touch modules.conf
+for i in $MODULES; do echo $i >> modules.conf; done
+export VERBOSE=yes
+export DESTDIR=$RPM_BUILD_ROOT/
+export PKG_CONFIG_PATH=/usr/bin/pkg-config:$PKG_CONFIG_PATH
+export ACLOCAL_FLAGS="-I /usr/share/aclocal"
+
+if test ! -f Makefile.in
+then
+ ./bootstrap.sh
+fi
+
+
+ %configure -C \
+ --prefix=%{prefix} \
+ --infodir=%{_infodir} \
+ --mandir=%{_mandir} \
+ --sysconfdir=%{sysconfdir} \
+ --libdir=%{prefix}/lib \
+ --enable-core-libedit-support \
+ --enable-core-odbc-support \
+%ifos linux
+%if 0%{?fedora_version} >= 8
+%else
+ --with-libcurl \
+%endif
+%endif
+ --with-openssl \
+ %{?configure_options}
+
+#Create the version header file here
+cat src/include/switch_version.h.in | sed "s/@SVN_VERSION@/%{version}/g" > src/include/switch_version.h
+touch .noversion
+
+%{__make}
+
+%install
+# delete unsupported langugages for now
+#rm -rf conf/lang/de
+#rm -rf conf/lang/fr
+#rm -rf $RPM_BUILD_ROOT%{prefix}/conf/lang/de
+#rm -rf $RPM_BUILD_ROOT%{prefix}/conf/lang/fr
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+# Install Sound Files
+%{__make} DESTDIR=$RPM_BUILD_ROOT cd-sounds-install
+%{__make} DESTDIR=$RPM_BUILD_ROOT cd-moh-install
+
+# Create a log dir
+%{__mkdir} -p $RPM_BUILD_ROOT%{prefix}/log
+
+%ifos linux
+# Install init files
+# On SuSE:
+%if 0%{?suse_version} > 100
+%{__install} -D -m 744 build/freeswitch.init.suse $RPM_BUILD_ROOT/etc/init.d/freeswitch
+%else
+# On RedHat like
+%{__install} -D -m 0755 build/freeswitch.init.redhat $RPM_BUILD_ROOT/etc/init.d/freeswitch
+%endif
+# On SuSE make /usr/sbin/rcfreeswitch a link to /etc/init.d/freeswitch
+%if 0%{?suse_version} > 100
+%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
+%{__ln_s} -f /etc/init.d/freeswitch $RPM_BUILD_ROOT/usr/sbin/rcfreeswitch
+%endif
+# Add the sysconfiguration file
+%{__install} -D -m 744 build/freeswitch.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/freeswitch
+# Add monit file
+%{__install} -D -m 644 build/freeswitch.monitrc $RPM_BUILD_ROOT/etc/monit.d/freeswitch.monitrc
+%endif
+
+
+# Add a freeswitch user with group daemon
+%pre
+%ifos linux
+/usr/sbin/useradd -r -g daemon -s /bin/false -c "The FreeSWITCH Open Source Voice Platform" -d %{prefix} freeswitch 2> /dev/null || :
+%endif
+
+%post
+%{?run_ldconfig:%run_ldconfig}
+# Make FHS2.0 happy
+%{__mkdir} -p /etc/opt
+%{__ln_s} -f %{prefix}/conf /etc%{prefix}
+
+chkconfig --add freeswitch
+
+%postun
+%{?run_ldconfig:%run_ldconfig}
+userdel freeswitch
+
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,freeswitch,daemon)
+%ifos linux
+%dir %attr(0750, root, root) /etc/monit.d
+%endif
+%dir %attr(0750, freeswitch, daemon) %{prefix}/db
+%dir %attr(0750, freeswitch, daemon) %{prefix}/log
+%dir %attr(0750, freeswitch, daemon) %{prefix}/log/xml_cdr
+%dir %attr(0750, freeswitch, daemon) %{prefix}/htdocs
+%dir %attr(0750, freeswitch, daemon) %{prefix}/scripts
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/directory/default
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/mrcp_profiles
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan/default
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/dialplan/public
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles/internal
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/sip_profiles/external
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/jingle_profiles
+%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar
+%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model
+%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model/communicator
+%dir %attr(0750, freeswitch, daemon) %{prefix}/grammar/model/wsj1
+%ifos linux
+%config(noreplace) %attr(0644, freeswitch, daemon) /etc/monit.d/freeswitch.monitrc
+%endif
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/mime.types
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.tpl
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.ttml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/m3ua.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/extensions.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/acl.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cidlookup.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/alsa.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/conference.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/console.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/dialplan_directory.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/dingaling.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/enum.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/event_multicast.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/event_socket.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/cdr_csv.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fax.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/fifo.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/shout.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/timezones.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/iax.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/ivr.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/java.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/limit.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/local_stream.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/logfile.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/modules.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/pocketsphinx.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/portaudio.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/post_load_modules.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/rss.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/sofia.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/switch.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/syslog.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/voicemail.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_cdr.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_curl.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_rpc.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/zeroconf.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/easyroute.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/lcr.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/opal.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/unicall.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/memcache.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/nibblebill.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/unimrcp.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/default/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/public/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/default/*
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/internal/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/sip_profiles/external/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/jingle_profiles/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/mrcp_profiles/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/default.dic
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/model/communicator/*
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/grammar/model/wsj1/*
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/htdocs/*
+%ifos linux
+#/etc/ld.so.conf.d/*
+/etc/init.d/freeswitch
+/etc/sysconfig/freeswitch
+%if 0%{?suse_version} > 100
+/usr/sbin/rcfreeswitch
+%endif
+%endif
+%attr(0755, freeswitch, daemon) %{prefix}/bin/*
+%{prefix}/lib/libfreeswitch*.so*
+%{prefix}/mod/mod_console.so*
+%{prefix}/mod/mod_logfile.so*
+%{prefix}/mod/mod_syslog.so*
+%{prefix}/mod/mod_commands.so*
+%{prefix}/mod/mod_conference.so*
+%{prefix}/mod/mod_dptools.so*
+%{prefix}/mod/mod_enum.so*
+%{prefix}/mod/mod_esf.so*
+%{prefix}/mod/mod_expr.so*
+%{prefix}/mod/mod_fifo.so*
+%{prefix}/mod/mod_limit.so*
+%{prefix}/mod/mod_rss.so*
+%{prefix}/mod/mod_voicemail.so*
+%{prefix}/mod/mod_pocketsphinx.so*
+%{prefix}/mod/mod_flite.so*
+%{prefix}/mod/mod_ilbc.so*
+%{prefix}/mod/mod_h26x.so*
+%{prefix}/mod/mod_voipcodecs.so*
+%{prefix}/mod/mod_speex.so*
+%{prefix}/mod/mod_dialplan_directory.so*
+%{prefix}/mod/mod_dialplan_xml.so*
+%{prefix}/mod/mod_dialplan_asterisk.so*
+%{prefix}/mod/mod_dingaling.so*
+%{prefix}/mod/mod_iax.so*
+%{prefix}/mod/mod_portaudio.so*
+%{prefix}/mod/mod_sofia.so*
+%{prefix}/mod/mod_cdr_csv.so*
+%{prefix}/mod/mod_event_multicast.so*
+%{prefix}/mod/mod_event_socket.so*
+%{prefix}/mod/mod_native_file.so*
+%{prefix}/mod/mod_sndfile.so*
+%{prefix}/mod/mod_local_stream.so*
+%{prefix}/mod/mod_xml_rpc.so*
+%{prefix}/mod/mod_xml_curl.so*
+%{prefix}/mod/mod_xml_cdr.so*
+%{prefix}/mod/mod_fsv.so
+%{prefix}/mod/mod_tone_stream.so
+%{prefix}/mod/mod_amrwb.so
+%{prefix}/mod/mod_celt.so
+%{prefix}/mod/mod_easyroute.so
+%{prefix}/mod/mod_http.so
+%{prefix}/mod/mod_lcr.so
+%{prefix}/mod/mod_loopback.so
+%{prefix}/mod/mod_siren.so
+%{prefix}/mod/mod_stress.so
+%{prefix}/mod/mod_yaml.so
+%{prefix}/mod/mod_shout.so
+%{prefix}/mod/mod_fax.so
+%{prefix}/mod/mod_soundtouch.so
+%{prefix}/mod/mod_vmd.so
+%{prefix}/mod/mod_unimrcp.so
+
+%files openzap
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/tones.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/openzap.conf.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/pika.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/openzap.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/wanpipe.conf
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/zt.conf
+%{prefix}/lib/libopenzap.so*
+%{prefix}/mod/mod_openzap.so*
+%{prefix}/mod/ozmod_analog.so*
+%{prefix}/mod/ozmod_analog_em.so*
+%{prefix}/mod/ozmod_isdn.so*
+%{prefix}/mod/ozmod_skel.*
+%{prefix}/mod/ozmod_ss7_boost.so*
+%{prefix}/mod/ozmod_wanpipe.so*
+%{prefix}/mod/ozmod_zt.so*
+
+%files codec-passthru-amrwb
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_amrwb.so*
+
+%files codec-passthru-amr
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_amr.so*
+
+%files codec-passthru-g723_1
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_g723_1.so*
+
+%files codec-passthru-g729
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_g729.so*
+
+%files spidermonkey
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_spidermonkey*.so*
+%{prefix}/lib/libjs.so*
+%{prefix}/lib/libnspr4.so
+%{prefix}/lib/libplds4.so
+%{prefix}/lib/libplc4.so
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/spidermonkey.conf.xml
+
+%files lua
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_lua*.so*
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/lua.conf.xml
+
+%files perl
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_perl*.so*
+%{prefix}/perl/*
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/perl.conf.xml
+
+%files python
+%defattr(-,freeswitch,daemon)
+%{prefix}/mod/mod_python*.so*
+%attr(0644, root, bin) /usr/lib/python2.4/site-packages/freeswitch.py*
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/autoload_configs
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/python.conf.xml
+
+%files devel
+%defattr(-, freeswitch, daemon)
+%{prefix}/lib/*.a
+%{prefix}/lib/*.la
+%{prefix}/lib/pkgconfig/*
+%{prefix}/mod/*.a
+%{prefix}/mod/*.la
+%{prefix}/include/*.h
+%{prefix}/include/spandsp/*
+
+%files lang-en
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en/demo
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/en/vm
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/demo/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/en/vm/*.xml
+%{prefix}/mod/mod_say_en.so*
+
+%files lang-de
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de/demo
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/de/vm
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/demo/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/de/vm/*.xml
+%{prefix}/mod/mod_say_de.so*
+
+%files lang-fr
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr/demo
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/fr/vm
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/demo/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/fr/vm/*.xml
+%{prefix}/mod/mod_say_fr.so*
+
+%files lang-ru
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru/demo
+%dir %attr(0750, freeswitch, daemon) %{prefix}/conf/lang/ru/vm
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/demo/*.xml
+%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/lang/ru/vm/*.xml
+
+%files moh
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/8000
+%{prefix}/sounds/music/8000/*
+
+%files hd-moh
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/16000
+%{prefix}/sounds/music/16000/*
+
+%files uhd-moh
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/32000
+%{prefix}/sounds/music/32000/*
+
+%files cd-moh
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/music/48000
+%{prefix}/sounds/music/48000/*
+
+%files sounds-en-callie
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/8000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/8000
+%{prefix}/sounds/en/us/callie/ascii/8000/*
+%{prefix}/sounds/en/us/callie/base256/8000/*
+%{prefix}/sounds/en/us/callie/conference/8000/*
+%{prefix}/sounds/en/us/callie/currency/8000/*
+%{prefix}/sounds/en/us/callie/digits/8000/*
+%{prefix}/sounds/en/us/callie/ivr/8000/*
+%{prefix}/sounds/en/us/callie/misc/8000/*
+%{prefix}/sounds/en/us/callie/phonetic-ascii/8000/*
+%{prefix}/sounds/en/us/callie/time/8000/*
+%{prefix}/sounds/en/us/callie/voicemail/8000/*
+%{prefix}/sounds/en/us/callie/zrtp/8000/*
+
+%files hd-sounds-en-callie
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/16000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/16000
+%{prefix}/sounds/en/us/callie/ascii/16000/*
+%{prefix}/sounds/en/us/callie/base256/16000/*
+%{prefix}/sounds/en/us/callie/conference/16000/*
+%{prefix}/sounds/en/us/callie/currency/16000/*
+%{prefix}/sounds/en/us/callie/digits/16000/*
+%{prefix}/sounds/en/us/callie/ivr/16000/*
+%{prefix}/sounds/en/us/callie/misc/16000/*
+%{prefix}/sounds/en/us/callie/phonetic-ascii/16000/*
+%{prefix}/sounds/en/us/callie/time/16000/*
+%{prefix}/sounds/en/us/callie/voicemail/16000/*
+%{prefix}/sounds/en/us/callie/zrtp/16000/*
+
+
+%files uhd-sounds-en-callie
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/32000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/32000
+%{prefix}/sounds/en/us/callie/ascii/32000/*
+%{prefix}/sounds/en/us/callie/base256/32000/*
+%{prefix}/sounds/en/us/callie/conference/32000/*
+%{prefix}/sounds/en/us/callie/currency/32000/*
+%{prefix}/sounds/en/us/callie/digits/32000/*
+%{prefix}/sounds/en/us/callie/ivr/32000/*
+%{prefix}/sounds/en/us/callie/misc/32000/*
+%{prefix}/sounds/en/us/callie/phonetic-ascii/32000/*
+%{prefix}/sounds/en/us/callie/time/32000/*
+%{prefix}/sounds/en/us/callie/voicemail/32000/*
+%{prefix}/sounds/en/us/callie/zrtp/32000/*
+
+
+%files cd-sounds-en-callie
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ascii/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/base256/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/conference/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/currency/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/digits/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/ivr/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/misc/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/phonetic-ascii/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/time/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/voicemail/48000
+%dir %attr(0750, freeswitch, daemon) %{prefix}/sounds/en/us/callie/zrtp/48000
+%{prefix}/sounds/en/us/callie/ascii/48000/*
+%{prefix}/sounds/en/us/callie/base256/48000/*
+%{prefix}/sounds/en/us/callie/conference/48000/*
+%{prefix}/sounds/en/us/callie/currency/48000/*
+%{prefix}/sounds/en/us/callie/digits/48000/*
+%{prefix}/sounds/en/us/callie/ivr/48000/*
+%{prefix}/sounds/en/us/callie/misc/48000/*
+%{prefix}/sounds/en/us/callie/phonetic-ascii/48000/*
+%{prefix}/sounds/en/us/callie/time/48000/*
+%{prefix}/sounds/en/us/callie/voicemail/48000/*
+%{prefix}/sounds/en/us/callie/zrtp/48000/*
+
+
+%changelog
+* Tue Jun 23 2009 - raulfragoso@gmail.com
+- Adjusted for the latest SVN trunk (13912)
+- Included new config and mod files to catch up with latest SVN
+- Included new sound files for base256 and zrtp
+- mod_unimrcp must be built after mod_sofia
+* Mon Feb 17 2009 - michal.bielicki@halokwadrat.de
+- added mod_python
+- added mod_fax
+- added mod_amrwb.so
+- added mod_celt.so
+- added mod_easyroute.so
+- added mod_http.so
+- added mod_lcr.so
+- added mod_loopback.so
+- added mod_siren.so
+- added mod/mod_stress.so
+- added mod_yaml.so
+- added mod_shout.so
+- added rpms or all sounds
+- openzap is now its own rpm
+- added french
+- added german
+- added missing dependencies
+- added soundfiles with separate rpms
+- added definition of all sourcefiles and added them to the SRPM
+- fixes to monit file
+- changes to redhat init file
+* Thu May 22 2008 - michal.bielicki@voiceworks.pl
+- disabled beta class language stuff
+- bumped revision up to rc6
+- added mod_lua
+- added mod_perl
+- Only bootstrap if no Makfile.in exists
+* Mon Feb 04 2008 - michal.bielicki@voiceworks.pl
+- More fixes to specfile
+- First go at SFE files
+* Sun Feb 03 2008 - michal.bielicki@voiceworks.pl
+- abstraction of prefix
+- more wrong stuff deleted
+- abstraction of mkdir, mv, rm, install etc into macros
+* Fri Jan 18 2008 - michal.bielicki@voiceworks.pl
+- fixes, fixes and more fixes in preparation for rc1
+* Thu Dec 5 2007 - michal.bielicki@voiceworks.pl
+- put in detail configfiles in to split of spidermonkey configs
+- created link from /opt/freesxwitch/conf to /etc%{prefix}
+* Thu Nov 29 2007 - michal.bielicki@voiceworks.pl
+- Added ifdefs for susealities
+- Added specifics for centos/redhat
+- Added specifics for fedora
+- Preparing to use it for adding it to SFE packaging for solaris
+- Added odbc stuff back in
+- made curl default
+- Separate package for mod_spidermonkey
+- got rid of modules.conf and stuffed everything in MODULES env var
+- got rid of handmade Cflags peter added ;)
+- fixed bin and libpaths
+- fixed locationof nspr and js libs
+- fixed odbc requirements
+- added all buildable modules
+- added redhat style init file
+- splitted off language dependant stuff into separate language files
+- disable non complete language modules
+* Tue Apr 24 2007 - peter+rpmspam@suntel.com.tr
+- Added a debug package
+- Split the passthrough codecs into separate packages
+* Fri Mar 16 2007 - peter+rpmspam@suntel.com.tr
+- Added devel package
+* Thu Mar 15 2007 - peter+rpmspam@suntel.com.tr
+- Initial RPM release