Author: qboosh Date: Thu May 18 20:46:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, some cleanups
---- Files affected: SPECS: op_panel.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/op_panel.spec diff -u SPECS/op_panel.spec:1.1 SPECS/op_panel.spec:1.2 --- SPECS/op_panel.spec:1.1 Sat May 13 15:27:17 2006 +++ SPECS/op_panel.spec Thu May 18 22:46:30 2006 @@ -1,6 +1,6 @@ # $Revision$, $Date$ -Summary: Flash Operator Panel - a switchboard application for the Asterisk PBX. -Summary(pl): Flash Operator Panel - +Summary: Flash Operator Panel - a switchboard application for the Asterisk PBX +Summary(pl): Flash Operator Panel - pulpit kontrolny dla centralki Asterisk PBX Name: op_panel Version: 0.26 Release: 0.1 @@ -13,35 +13,43 @@ URL: http://www.asternic.org/ BuildRequires: rpmbuild(macros) >= 1.228 Requires(post,preun): /sbin/chkconfig -#Requires: Asterisk >= 1.2 -Requires: php-program -Requires: php-pear-DB -Requires: php-pcre -#Requires: httpd -#Requires: Apache2 +#Requires: apache >= 2 +#Requires: asterisk >= 1.2 #Requires: mysql-client #Requires: mysql -Requires: php-mysql -Requires: php-gettext -Requires: php-posix -Requires: perl Requires: perl-CPAN -Requires: perl-Net-Telnet Requires: perl-IPC-Signal +Requires: perl-Net-Telnet +Requires: php-gettext +Requires: php-mysql +Requires: php-pcre +Requires: php-pear-DB +Requires: php-posix +Requires: php-program BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Flash Operator Panel is a switchboard type application for the -Asterisk PBX. It runs on a web browser with the flash plugin. It is +Asterisk PBX. It runs on a web browser with the Flash plugin. It is able to display information about your PBX activity in real time. The layout is configurable (button sizes and colors, icons, etc). You can -have more than 100 buttons active per screen.It also supports +have more than 100 buttons active per screen. It also supports contexts: you can have one server running and many different client displays (for hosted PBX, different departments, etc). It can integrate with CRM software, by poping up a web page (and passing the CLID) when a specified button is ringing. %description -l pl +Flash Operator Panel to aplikacja w stylu pulpitu kontrolnego dla +centralki Asterisk PBX. Działa z poziomu przeglądarki WWW z wtyczką +Flash. Może wyświetlać informacje o aktywności centralki w czasie +rzeczywistym. Wygląd jest konfigurowalny (rozmiary przycisków i +kolory, ikony itp.). Można mieć na ekranie ponad 100 aktywnych +przycisków. Obsługuje także konteksty: można mieć jeden działający +serwer i wiele różnych ekranów klienckich (dla hostowanych PBX-ów, +różnych wydziałów itp.). Potrafi integrować się z oprogramowaniem CRM +poprzez wywoływanie strony WWW (i przekazywanie CLID) po uaktywnieniu +określonego przycisku. %prep %setup -q @@ -51,20 +59,16 @@ %install rm -rf $RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{dhtml,flash,} -install -d $RPM_BUILD_ROOT%{_sysconfdir}/{rc.d/init.d,asterisk/%{name}} +install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/{dhtml,flash} +install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir}/asterisk/%{name}} install -d $RPM_BUILD_ROOT%{_bindir} cp -R dhtml/* $RPM_BUILD_ROOT%{_datadir}/%{name}/dhtml cp -R flash/* $RPM_BUILD_ROOT%{_datadir}/%{name}/flash -install init/op_panel_redhat.sh $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name} +install init/op_panel_redhat.sh $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} install op_server.pl $RPM_BUILD_ROOT%{_bindir} install *.cfg $RPM_BUILD_ROOT%{_sysconfdir}/asterisk/%{name} - - %clean rm -rf $RPM_BUILD_ROOT @@ -94,8 +98,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/05/18 20:46:30 qboosh +- pl, some cleanups + Revision 1.1 2006/05/13 13:27:17 wolvverine - init, draft, NFY - - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/op_panel.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
