Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37478871
en ru br
Репозитории ALT
S:0.2-alt4
5.1: 0.2-alt3
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: mithraen-pbx

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

#============================================================================
# Please do not edit!
# Created by specgen utility from files in specs/ subdir
#============================================================================
Name: mithraen-pbx
Summary: Asterisk fax support scripts
Version: 0.2
Release: alt4
License: GPL
Group: System/Servers
BuildArch: noarch
Packager: Denis Smirnov <mithraen at altlinux.ru>
Source: %name-%version.tar

%package fax
Summary: Asterisk fax support scripts
Group: System/Servers
BuildArch: noarch
Obsoletes: seiros-pbx-fax
Requires: tcllib
Requires: libtiff-utils
Requires: MTA

%description fax
Asterisk fax support scripts


%package systemtest
Summary: Autotest hardware configuration for using with Asterisk PBX
Group: System/Base
BuildArch: noarch
Obsoletes: seiros-pbx-systemtest
Requires: csed

%description systemtest
Autotest hardware configuration for using with Asterisk PBX

%description
Asterisk fax support scripts


%prep
%setup

%install
install -D -m755 fax-send %buildroot%_bindir/fax-send
mkdir -p %buildroot%_sbindir
mkdir -p %buildroot%_sysconfdir/cron.d
mkdir -p %buildroot%_datadir/mithraen-pbx-systemtest/
install -D -m755 mithraen-pbx-systemtest   %buildroot%_sbindir/mithraen-pbx-systemtest
install -D -m644 crontab %buildroot%_sysconfdir/cron.d/mithraen-pbx-systemtest
for s in sensors/*; do
   install -m755 $s %buildroot%_datadir/mithraen-pbx-systemtest/
done

%post systemtest
if [ -f %_initdir//crond ]; then
 service crond reload
fi
if [ -c /dev/tty11 ]; then
%_sbindir/mithraen-pbx-systemtest > /dev/tty11 2> /dev/null ||:
fi

%files fax
%_bindir/fax-send

%files systemtest
%_sbindir/mithraen-pbx-systemtest
%_sysconfdir/cron.d/mithraen-pbx-systemtest
%dir %_datadir/mithraen-pbx-systemtest
%_datadir/mithraen-pbx-systemtest/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin