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

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

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


Revision 1.4 - (hide annotations) (download)
Thu Mar 12 07:17:23 2009 UTC (15 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-freepbx-0_1-13_el4_sme
Changes since 1.3: +8 -3 lines
replace zaptel dependency with dahdi-tools and dahdi-linux

1 vip-ire 1.4 # $Id: smeserver-freepbx.spec,v 1.3 2009/03/03 12:19:02 vip-ire Exp $
2 slords 1.1 # Authority: vip-ire
3     # Name: Daniel Berteaud
4    
5     #%define fpbxversion 2.5.0
6     %define version 0.1
7 vip-ire 1.4 %define release 13
8 slords 1.1 %define name smeserver-freepbx
9    
10     Summary: Asterisk web GUI
11     Name: %{name}
12     Version: %{version}
13     Release: %{release}%{?dist}
14     License: GPL
15     Group: System/Servers
16     Source: %{name}-%{version}.tar.gz
17     Patch0: smeserver-freepbx-0.1-fop_link.patch
18     Patch1: smeserver-freepbx-0.1-genzaptelconf.patch
19     Patch2: smeserver-freepbx-0.1-logrotate.patch
20     Patch3: smeserver-freepbx-0.1-asterisk_logrotate.patch
21     Patch4: smeserver-freepbx-0.1-userpanels.patch
22     Patch5: smeserver-freepbx-0.1-trunk_alert_mail.patch
23     Patch6: smeserver-freepbx-0.1-trunk_name_in_alert.patch
24     Patch7: smeserver-freepbx-0.1-postupgrade_to_bootstrap.patch
25 vip-ire 1.3 Patch8: smeserver-freepbx-0.1-zap2dahdi.patch
26     Patch9: smeserver-freepbx-0.1-full_dahdi_support.patch
27     Patch10: smeserver-freepbx-0.1-fix_logrotate_event.patch
28    
29 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30     URL: http://www.freepbx.org/
31    
32     BuildRequires: e-smith-devtools
33     BuildRequires: tar
34    
35     Requires: mysql
36     Requires: httpd
37     Requires: php-pear
38     Requires: asterisk
39     Requires: asterisk-addons
40 vip-ire 1.4 Requires: dahdi-tools
41     Requires: dahdi-linux
42 slords 1.1 Requires: speex
43     Requires: sox
44     Requires: mod_auth_tkt
45     Requires: e-smith-base
46     Requires: freepbx-src
47 vip-ire 1.4
48 slords 1.1 Buildarch: noarch
49     AutoReqProv: no
50    
51    
52     %description
53     FreePBX is a Standardised Implementation of Asterisk that gives you a GUI to manage your system. If you have looked into Asterisk, you would know that it does not come with any built in programming. You cannot plug a phone into it and make it work without editing configuration files, writing dialplans, and various messing about. FreePBX simplifies this by giving you a pre-written set of dialplans that allow you to have a fully functional PBX pretty much straight away.
54     This package provide the integration of FreePBX on SME Server.
55    
56    
57     %changelog
58 vip-ire 1.4 * Thu Mar 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-13]
59     - Remove zaptel dependency, replaced with dahdi-tools and dahdi-linux
60    
61 vip-ire 1.3 * Mon Feb 23 2009 Daniel B. <daniel@firewall-services.com> [0.1-12]
62     - Fix logrotate issue (send a sigusr1 signal to httpd-fpbx)
63    
64     * Thu Feb 12 2009 Daniel B. <daniel@firewall-services.com> [0.1-11]
65     - Full support for the new DAHDI driver, droping zaptel
66    
67     * Mon Feb 09 2009 Daniel B. <daniel@firewall-services.com> [0.1-10]
68     - add support for DAHDI channel
69    
70 slords 1.1 * Mon Dec 08 2008 Daniel B. <daniel@firewall-services.com> [0.1-9]
71     - move expand-templates from post-upgrade event to bootstrap-console-save
72    
73     * Thu Nov 27 2008 Daniel B. <daniel@firewall-services.com> [0.1-8]
74     - Add support for trunk name in mail alerts
75    
76     * Wed Nov 26 2008 Daniel B. <daniel@firewall-services.com> [0.1-7]
77     - Add a simple script to alert admin by mail on trunk errors
78    
79     * Thu Nov 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-6]
80     - Use AdminPanels props so access can be configured using
81     smeserver-userpanels contrib. AdminUsers and FopUsers
82     props aren't used anymore
83    
84     * Wed Nov 19 2008 Daniel B. <daniel@firewall-services.com> [0.1-5]
85     - add logrotate default config file for asterisk's logs
86     - spec cleanup
87    
88     * Thu Nov 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-4]
89     - fix logrotate issue
90    
91     * Wed Nov 05 2008 Daniel B. <daniel@firewall-services.com> [0.1-3]
92     - split freepbx sources in a separate package (freepbx-src)
93     - alternative genzaptelconf
94    
95     * Mon Oct 13 2008 Daniel B. <daniel@firewall-services.com> [0.1-2]
96     - Fix fop not being displayed in admin page
97    
98     * Sat Sep 20 2008 Daniel B. <daniel@firewall-services.com> [0.1-1]
99     - updated to 2.5.0 final
100     - spec cleaning
101     - templates cleaning
102     - templates to update mysql informations
103    
104     * Mon Aug 04 2008 daniel B. <daniel@firewall-services.com> [0.1-0]
105     - initial release
106    
107     %prep
108    
109     %setup -q -n %{name}-%{version}
110     %patch0 -p1
111     %patch1 -p1
112     %patch2 -p1
113     %patch3 -p1
114     %patch4 -p1
115     %patch5 -p1
116     %patch6 -p1
117     %patch7 -p1
118 vip-ire 1.3 %patch8 -p1
119     %patch9 -p1
120     %patch10 -p1
121 slords 1.1
122     %build
123     # Build symlinks
124     perl createlinks
125    
126    
127     %install
128     rm -rf $RPM_BUILD_ROOT
129     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
130     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
131     --file /usr/share/freepbx/scripts/uninstall.sh 'attr(0750,root,root)' \
132     --file /usr/share/freepbx/scripts/restore-astdb.php 'attr(0750,root,root)' \
133     --dir /var/service/httpd-fpbx 'attr(01755,root,root)' \
134     --dir /var/service/httpd-fpbx/supervise 'attr(0700,root,root)' \
135     --dir /var/service/httpd-fpbx/log 'attr(0755,root,root)' \
136     --file /var/service/httpd-fpbx/log/run 'attr(0755,root,root)' \
137     --dir /var/service/httpd-fpbx/log/supervise 'attr(0700,root,root)' \
138     --dir /var/log/httpd-fpbx 'attr(0750,smelog,smelog)' \
139     --file /var/lib/asterisk/bin/genzaptelconf 'attr(0750,root,root)' \
140     --file /var/lib/asterisk/agi-bin/trunk_alert_mail.agi 'attr(0750,asterisk,asterisk)' \
141     --file /etc/logrotate.d/asterisk 'config(noreplace)' \
142     > %{name}-%{version}-%{release}-filelist
143    
144     %clean
145     rm -rf $RPM_BUILD_ROOT
146    
147     %files -f %{name}-%{version}-%{release}-filelist
148     %defattr(-,root,root)
149    
150    
151     %post
152    
153     %preun
154     if [ $1 = 0 ] ; then
155     /etc/rc.d/init.d/freepbx stop >& /dev/null || :
156     fi
157    
158     true
159    

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