/[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.20 by vip-ire, Thu Sep 30 09:48:50 2010 UTC Revision 1.24 by vip-ire, Thu Oct 20 13:35:21 2011 UTC
# Line 1  Line 1 
1  # $Id: smeserver-freepbx.spec,v 1.19 2010/07/15 10:12:03 vip-ire Exp $  # $Id: smeserver-freepbx.spec,v 1.23 2011/10/17 08:11:39 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 28  %define release 32
8  %define name smeserver-freepbx  %define name smeserver-freepbx
9    
10  Summary: Asterisk web GUI  Summary: Asterisk web GUI
# Line 45  Patch26: smeserver-freepbx-0.1-remove_lo Line 45  Patch26: smeserver-freepbx-0.1-remove_lo
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  Patch28: smeserver-freepbx-0.1-create_mysql.patch
47  Patch29: smeserver-freepbx-0.1-template_asterisk_conf.patch  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    Patch34: smeserver-freepbx-0.1-protect_by_location.patch
53    
54  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
55  URL: http://www.freepbx.org/  URL: http://www.freepbx.org/
# Line 74  This package provide the integration of Line 79  This package provide the integration of
79    
80    
81  %changelog  %changelog
82    * Thu Oct 20 2011 Daniel B. <daniel@firewall-services.com> 0.1-32.sme
83    - Protect by locations (so other alias can be defined to protect with LL::NG for example)
84    
85    * Mon Oct 17 2011 Daniel B. <daniel@firewall-services.com> 0.1-31.sme
86    - Add misdn.log to logrotate
87    
88    * Thu Oct 13 2011 Daniel B. <daniel@firewall-services.com> 0.1-30.sme
89    - Change session path [SME: 6661]
90    
91    * Wed Jan 05 2011 Daniel B. <daniel@firewall-services.com> 0.1-29.sme
92    - astdatadir is /var/lib/asterisk
93    - templates for /etc/logrotate.d/asterisk
94    
95  * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme  * Mon Sep 20 2010 Daniel B. <daniel@firewall-services.com> 0.1-28.sme
96  - Create and populate the mysql databases in mysql.init  - Create and populate the mysql databases in mysql.init
97  - Templates for /etc/asterisk/asterisk.conf  - Templates for /etc/asterisk/asterisk.conf
# Line 213  This package provide the integration of Line 231  This package provide the integration of
231  %patch27 -p1  %patch27 -p1
232  %patch28 -p1  %patch28 -p1
233  %patch29 -p1  %patch29 -p1
234    %patch30 -p1
235    %patch31 -p1
236    %patch32 -p1
237    %patch33 -p1
238    %patch34 -p1
239    
240  %build  %build
241  # Build symlinks  # Build symlinks
# Line 221  perl createlinks Line 244  perl createlinks
244    
245  %install  %install
246  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
247    
248    %{__mkdir_p} $RPM_BUILD_ROOT/var/lib/php/fpbx-session
249    
250  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
251  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
252          --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \          --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
# Line 234  rm -rf $RPM_BUILD_ROOT Line 260  rm -rf $RPM_BUILD_ROOT
260          --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \          --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
261          --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)' \
262          --file /etc/logrotate.d/asterisk 'config(noreplace)' \          --file /etc/logrotate.d/asterisk 'config(noreplace)' \
263            --dir /var/lib/php/fpbx-session 'attr(0770,root,asterisk)' \
264           > %{name}-%{version}-%{release}-filelist           > %{name}-%{version}-%{release}-filelist
265    
266  %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