build: added freeswitch-config-rayo package and script to build it
This commit is contained in:
parent
72aea1f53f
commit
d9a8dd0bb6
|
@ -0,0 +1,179 @@
|
|||
######################################################################################################################
|
||||
#
|
||||
# freeswitch-config-rayo for FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
|
||||
# Copyright (C) 2013, Grasshopper
|
||||
#
|
||||
# Version: MPL 1.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is freeswitch-config-rayo for FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
|
||||
#
|
||||
# The Initial Developer of the Original Code is Grasshopper
|
||||
# Portions created by the Initial Developer are Copyright (C)
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris Rienzo <crienzo@grasshopper.com>
|
||||
#
|
||||
# freeswitch-rayo-config -- RPM packaging for Rayo Server configuration
|
||||
#
|
||||
######################################################################################################################
|
||||
|
||||
%define version %{VERSION_NUMBER}
|
||||
%define release %{BUILD_NUMBER}
|
||||
|
||||
%define fsname freeswitch
|
||||
|
||||
%define PREFIX %{_prefix}
|
||||
%define EXECPREFIX %{_exec_prefix}
|
||||
%define BINDIR %{_bindir}
|
||||
%define SBINDIR %{_sbindir}
|
||||
%define LIBEXECDIR %{_libexecdir}/%fsname
|
||||
%define SYSCONFDIR %{_sysconfdir}/%fsname
|
||||
%define SHARESTATEDIR %{_sharedstatedir}/%fsname
|
||||
%define LOCALSTATEDIR %{_localstatedir}/lib/%fsname
|
||||
%define LIBDIR %{_libdir}
|
||||
%define INCLUDEDIR %{_includedir}
|
||||
%define _datarootdir %{_prefix}/share
|
||||
%define DATAROOTDIR %{_datarootdir}
|
||||
%define DATADIR %{_datadir}
|
||||
%define INFODIR %{_infodir}
|
||||
%define LOCALEDIR %{_datarootdir}/locale
|
||||
%define MANDIR %{_mandir}
|
||||
%define DOCDIR %{_defaultdocdir}/%fsname
|
||||
%define HTMLDIR %{_defaultdocdir}/%fsname/html
|
||||
%define DVIDIR %{_defaultdocdir}/%fsname/dvi
|
||||
%define PDFDIR %{_defaultdocdir}/%fsname/pdf
|
||||
%define PSDIR %{_defaultdocdir}/%fsname/ps
|
||||
%define LOGFILEDIR /var/log/%fsname
|
||||
%define MODINSTDIR %{_libdir}/%fsname/mod
|
||||
%define RUNDIR %{_localstatedir}/run/%fsname
|
||||
%define DBDIR %{LOCALSTATEDIR}/db
|
||||
%define HTDOCSDIR %{_datarootdir}/%fsname/htdocs
|
||||
%define SOUNDSDIR %{_datarootdir}/%fsname/sounds
|
||||
%define GRAMMARDIR %{_datarootdir}/%fsname/grammar
|
||||
%define SCRIPTDIR %{_datarootdir}/%fsname/scripts
|
||||
%define RECORDINGSDIR %{LOCALSTATEDIR}/recordings
|
||||
%define PKGCONFIGDIR %{_datarootdir}/%fsname/pkgconfig
|
||||
%define HOMEDIR %{LOCALSTATEDIR}
|
||||
|
||||
Name: freeswitch-config-rayo
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: MPL1.1
|
||||
Summary: Rayo configuration for the FreeSWITCH Open Source telephone platform.
|
||||
Group: System/Libraries
|
||||
Packager: Chris Rienzo
|
||||
URL: http://www.freeswitch.org/
|
||||
Source0: freeswitch-%{version}.tar.bz2
|
||||
Requires: freeswitch = %{version}
|
||||
Requires: freeswitch-application-conference
|
||||
Requires: freeswitch-application-esf
|
||||
Requires: freeswitch-application-expr
|
||||
Requires: freeswitch-application-fsv
|
||||
Requires: freeswitch-application-http-cache
|
||||
Requires: freeswitch-asrtts-flite
|
||||
Requires: freeswitch-asrtts-pocketsphinx
|
||||
Requires: freeswitch-codec-celt
|
||||
Requires: freeswitch-codec-h26x
|
||||
Requires: freeswitch-codec-ilbc
|
||||
Requires: freeswitch-codec-opus
|
||||
Requires: freeswitch-codec-speex
|
||||
Requires: freeswitch-codec-vp8
|
||||
Requires: freeswitch-event-rayo
|
||||
Requires: freeswitch-format-local-stream
|
||||
Requires: freeswitch-format-mod-shout
|
||||
Requires: freeswitch-format-shell-stream
|
||||
Requires: freeswitch-format-ssml
|
||||
Requires: freeswitch-sounds-music-8000
|
||||
Requires: freeswitch-sounds-music-16000
|
||||
Requires: freeswitch-sounds-music-32000
|
||||
Requires: freeswitch-sounds-music-48000
|
||||
Requires: freeswitch-lang-en
|
||||
Requires: freeswitch-sounds-en-us-callie-8000
|
||||
Requires: freeswitch-sounds-en-us-callie-16000
|
||||
Requires: freeswitch-sounds-en-us-callie-32000
|
||||
Requires: freeswitch-sounds-en-us-callie-48000
|
||||
BuildRequires: bash
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
FreeSWITCH rayo server implementation.
|
||||
|
||||
%prep
|
||||
%setup -b0 -q -n freeswitch-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__install} -d -m 0750 %{buildroot}/%{SYSCONFDIR}
|
||||
%{__install} -d -m 0750 %{buildroot}/%{SYSCONFDIR}/autoload_configs
|
||||
%{__install} -d -m 0750 %{buildroot}/%{SYSCONFDIR}/dialplan
|
||||
%{__install} -d -m 0750 %{buildroot}/%{SYSCONFDIR}/sip_profiles
|
||||
%{__install} -d -m 0750 %{buildroot}/%{SYSCONFDIR}/directory
|
||||
%{__cp} -prv ./conf/rayo/*.{xml,types,pem} %{buildroot}/%{SYSCONFDIR}/
|
||||
%{__cp} -prv ./conf/rayo/{autoload_configs,dialplan} %{buildroot}/%{SYSCONFDIR}/
|
||||
%{__cp} -prv ./conf/rayo/sip_profiles/external.xml %{buildroot}/%{SYSCONFDIR}/sip_profiles
|
||||
%{__cp} -prv ./conf/rayo/sip_profiles/external %{buildroot}/%{SYSCONFDIR}/sip_profiles
|
||||
%{__cp} -prv ./conf/rayo/directory %{buildroot}/%{SYSCONFDIR}/
|
||||
|
||||
%postun
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,freeswitch,daemon)
|
||||
%dir %attr(0750, freeswitch, daemon) %{SYSCONFDIR}
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/cacert.pem
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/*.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/mime.types
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/acl.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/cdr_csv.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/conference.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/console.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/event_socket.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/http_cache.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/local_stream.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/logfile.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/modules.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/pocketsphinx.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/post_load_modules.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/presence_map.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/rayo.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/shout.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/sofia.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/spandsp.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/ssml.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/switch.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/autoload_configs/timezones.conf.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/dialplan/public.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/directory/default.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/directory/default/*.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/sip_profiles/*.xml
|
||||
%config(noreplace) %attr(0640, freeswitch, daemon) %{SYSCONFDIR}/sip_profiles/external/*.xml
|
||||
|
||||
### END OF config-rayo
|
||||
|
||||
######################################################################################################################
|
||||
#
|
||||
# Changelog
|
||||
#
|
||||
######################################################################################################################
|
||||
%changelog
|
||||
* Mon Jun 03 2013 - crienzo@grasshopper.com
|
||||
- Added users and internal profile for softphone testing
|
||||
* Wed May 08 2013 - crienzo@grasshopper.com
|
||||
- Initial revision
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
#!/bin/sh
|
||||
##### -*- mode:shell-script; indent-tabs-mode:nil; sh-basic-offset:2 -*-
|
||||
|
||||
src_repo="$(pwd)"
|
||||
|
||||
if [ ! -d .git ]; then
|
||||
echo "error: must be run from within the top level of a FreeSWITCH git tree." 1>&2
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
rpmbuild --define "VERSION_NUMBER $1" \
|
||||
--define "BUILD_NUMBER $2" \
|
||||
--define "_topdir %(pwd)/rpmbuild" \
|
||||
--define "_rpmdir %{_topdir}" \
|
||||
--define "_srcrpmdir %{_topdir}" \
|
||||
-ba freeswitch-config-rayo.spec
|
||||
|
||||
mkdir $src_repo/RPMS
|
||||
mv $src_repo/rpmbuild/*/*.rpm $src_repo/RPMS/.
|
||||
|
||||
cat 1>&2 <<EOF
|
||||
----------------------------------------------------------------------
|
||||
The Rayo configuration RPMs have been rolled
|
||||
----------------------------------------------------------------------
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue