/[smecontribs]/rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec
ViewVC logotype

Diff of /rpms/smeserver-freepbx/contribs7/smeserver-freepbx.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.19 by vip-ire, Thu Jul 15 10:12:03 2010 UTC Revision 1.23 by vip-ire, Mon Oct 17 08:11:39 2011 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.18 2010/02/22 16:44:41 vip-ire Exp $  # $Id: smeserver-freepbx.spec,v 1.22 2011/10/13 16:09:43 vip-ire Exp $
2  # Authority: vip-ire  # Authority: vip-ire
3  # Name: Daniel Berteaud  # Name: Daniel Berteaud
4    
5  #%define fpbxversion 2.5.0  #%define fpbxversion 2.5.0
6  %define version 0.1  %define version 0.1
7  %define release 27  %define release 31
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 43  Patch24: smeserver-freepbx-0.1-dump_astd Line 43  Patch24: smeserver-freepbx-0.1-dump_astd
43  Patch25: smeserver-freepbx-0.1-disable_dynamic_hints.patch  Patch25: smeserver-freepbx-0.1-disable_dynamic_hints.patch
44  Patch26: smeserver-freepbx-0.1-remove_logrotate_conf.patch  Patch26: smeserver-freepbx-0.1-remove_logrotate_conf.patch
45  Patch27: smeserver-freepbx-0.1-ari_password_from_db.patch  Patch27: smeserver-freepbx-0.1-ari_password_from_db.patch
46    Patch28: smeserver-freepbx-0.1-create_mysql.patch
47    Patch29: smeserver-freepbx-0.1-template_asterisk_conf.patch
48    Patch30: smeserver-freepbx-0.1-datadir_in_var_lib.patch
49    Patch31: smeserver-freepbx-0.1-templates_logrotate.patch
50    Patch32: smeserver-freepbx-0.1-session_path.patch
51    Patch33: smeserver-freepbx-0.1-logrotate_misdn.patch
52    
53  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
54  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
# Line 72  This package provide the integration of Line 78  This package provide the integration of
78    
79    
80  %changelog  %changelog
81    * Mon Oct 17 2011 Daniel B. <daniel@firewall-services.com> 0.1-31.sme
82    - Add misdn.log to logrotate
83    
84    * Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> 0.1-30.sme
85    - Change session path [SME: 6661]
86    
87    * Wed Jan 05 2011 Daniel B. <daniel@firewall-services.com> 0.1-29.sme
88    - astdatadir is /var/lib/asterisk
89    - templates for /etc/logrotate.d/asterisk
90    
91    * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme
92    - Create and populate the mysql databases in mysql.init
93    - Templates for /etc/asterisk/asterisk.conf
94    
95  * Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27]  * Thu Jul 15 2010 Daniel B. <daniel@firewall-services.com> [0.1-27]
96  - Read ARI password from the DB (and initialize a random one)  - Read ARI password from the DB (and initialize a random one)
97    
# Line 205  This package provide the integration of Line 225  This package provide the integration of
225  %patch25 -p1  %patch25 -p1
226  %patch26 -p1  %patch26 -p1
227  %patch27 -p1  %patch27 -p1
228    %patch28 -p1
229    %patch29 -p1
230    %patch30 -p1
231    %patch31 -p1
232    %patch32 -p1
233    %patch33 -p1
234    
235  %build  %build
236  # Build symlinks  # Build symlinks
# Line 213  perl createlinks Line 239  perl createlinks
239    
240  %install  %install
241  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
242    
243    %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/fpbx-session
244    
245  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
246  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
247          --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \          --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
# Line 226  rm -rf $RPM_BUILD_ROOT Line 255  rm -rf $RPM_BUILD_ROOT
255          --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \          --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
256          --file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \          --file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \
257          --file /etc/logrotate.d/asterisk 'config(noreplace)' \          --file /etc/logrotate.d/asterisk 'config(noreplace)' \
258            --dir /var/lib/php/fpbx-session 'attr(0770,root,asterisk)' \
259           > %{name}-%{version}-%{release}-filelist           > %{name}-%{version}-%{release}-filelist
260    
261  %clean  %clean


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed