--- rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec 2009/04/28 14:04:54 1.11 +++ rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec 2010/09/30 09:48:50 1.20 @@ -1,10 +1,10 @@ -# $Id: smeserver-freepbx.spec,v 1.10 2009/04/16 07:48:24 vip-ire Exp $ +# $Id: smeserver-freepbx.spec,v 1.19 2010/07/15 10:12:03 vip-ire Exp $ # Authority: vip-ire # Name: Daniel Berteaud #%define fpbxversion 2.5.0 %define version 0.1 -%define release 20 +%define release 28 %define name smeserver-freepbx Summary: Asterisk web GUI @@ -38,6 +38,13 @@ Patch19: smeserver-freepbx-0.1-crontab_s Patch20: smeserver-freepbx-0.1-http_cleanup.patch Patch21: smeserver-freepbx-0.1-cdr_passwd.patch Patch22: smeserver-freepbx-0.1-fop_separate_service.patch +Patch23: smeserver-freepbx-0.1-check_referer.patch +Patch24: smeserver-freepbx-0.1-dump_astdb_include_functions.patch +Patch25: smeserver-freepbx-0.1-disable_dynamic_hints.patch +Patch26: smeserver-freepbx-0.1-remove_logrotate_conf.patch +Patch27: smeserver-freepbx-0.1-ari_password_from_db.patch +Patch28: smeserver-freepbx-0.1-create_mysql.patch +Patch29: smeserver-freepbx-0.1-template_asterisk_conf.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot URL: http://www.freepbx.org/ @@ -48,8 +55,8 @@ BuildRequires: tar Requires: mysql Requires: httpd Requires: php-pear -Requires: asterisk -Requires: asterisk-addons +Requires: /usr/sbin/asterisk +Requires: %{_libdir}/asterisk/modules/app_addon_sql_mysql.so Requires: dahdi-tools Requires: dahdi-linux Requires: sox @@ -67,6 +74,35 @@ This package provide the integration of %changelog +* Mon Sep 20 2010 Daniel B. 0.1-28.sme +- Create and populate the mysql databases in mysql.init +- Templates for /etc/asterisk/asterisk.conf + +* Thu Jul 15 2010 Daniel B. [0.1-27] +- Read ARI password from the DB (and initialize a random one) + +* Mon Feb 22 2010 Daniel B. [0.1-26] +- Remove hard-coded dependencies on asterisk and asterisk-addons14 + Depends now on asterisk binary and app_addon_sql_mysql.so files + (so it can work with asterisk or asterisk14) + +* Mon Feb 15 2010 Daniel B. [0.1-25] +- Remove /etc/logrotate.d/asterisk which is now included in asterisk14 + +* Tue Feb 09 2010 Daniel B. [0.1-24] +- Depends now on asterisk14 and asterisk-addons14 + +* Wed Jan 06 2010 Daniel B. [0.1-23] +- disable dynamic hints + +* Tue Oct 06 2009 Daniel B. [0.1-22] +- include /opt/freepbx/admin/functions.inc.php in freepbx-dump-astdb + action script for FreePBX 2.6 compatibility + +* Tue May 19 2009 Daniel B. [0.1-21] +- Add CHECKREFERER=FALSE in amportal.conf to repvent error message in some + modules (due to the ProxyPass configuration) + * Tue Apr 28 2009 Daniel B. [0.1-20] - Fix CDR db password in cdr_mysql.conf template - Use a separate service in SME db for FOP @@ -170,6 +206,13 @@ This package provide the integration of %patch20 -p1 %patch21 -p1 %patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 %build # Build symlinks