Summary: ACTOS - Asterisk Configuration Tool Open Source Summary(pl): ACTOS - Narzędzie do konfiguracji Asteriska Name: actos Version: 2.1 Release: 0.1 License: GPL v2 Group: Applications/Communications Source0: http://www.derrier.com/pierre/code/%{name}-%{version}.tar.gz Patch0: %{name}-dont_use_X_server.patch URL: http://www.derrier.com/pierre/code/actos.html BuildRequires: python >= 1:2.3 BuildRequires: python-pygtk-glade >= 2.0 BuildRequires: python-pygtk-gtk >= 2.0 BuildRequires: rpm-pythonprov BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description ACTOS is a GUI tool with an intuitive interface for configuring Asterisk, the Linux Open Source PBX. Asterisk is a very powerful tool, and that means a bit complex... ACTOS helps the user through the choice of the options and generate the text configuration files needed by Asterisk. %description -l pl ACTOS to graficzne narzędzie z intuicyjnym interfejsem do konfigurowania Asteriska - linuksowej centralki telefonicznej (PBX) o otwartych źródłach. Asterisk jest bardzo potężnym narzędziem, a przy tym dość złożonym... ACTOS pomaga użytkownikowi w wyborze opcji i wygenerowaniu tekstowych plików konfiguracyjnych wymaganych przez Asteriska. %prep %setup -q -n %{name} %patch0 -p1 %build python setup.py clean python setup.py build %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} python setup.py install \ --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc KNOWN_BUGS README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{py_sitescriptdir}/actos_modules