Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37729632
en ru br
ALT Linux repositórios
S:0.2-alt4

Group :: Sistema/Servidores
RPM: mithraen-pbx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009