]> git.pld-linux.org Git - packages/actos.git/blob - actos.spec
- pl desc, cleanup
[packages/actos.git] / actos.spec
1 Summary:        ACTOS - Asterisk Configuration Tool Open Source
2 Summary(pl):    ACTOS - Narzêdzie do konfiguracji Asteriska
3 Name:           actos
4 Version:        2.1
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://www.derrier.com/pierre/code/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-dont_use_X_server.patch
10 URL:            http://www.derrier.com/pierre/code/actos.html
11 BuildRequires:  python >= 1:2.3
12 BuildRequires:  python-pygtk-glade >= 2.0
13 BuildRequires:  python-pygtk-gtk >= 2.0
14 BuildRequires:  rpm-pythonprov
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 ACTOS is a GUI tool with an intuitive interface for configuring
19 Asterisk, the Linux Open Source PBX. Asterisk is a very powerful tool,
20 and that means a bit complex... ACTOS helps the user through the
21 choice of the options and generate the text configuration files needed
22 by Asterisk.
23
24 %description -l pl
25 ACTOS to graficzne narzêdzie z intuicyjnym interfejsem do
26 konfigurowania Asteriska - linuksowej centralki telefonicznej (PBX) o
27 otwartych ¼ród³ach. Asterisk jest bardzo potê¿nym narzêdziem, a przy
28 tym do¶æ z³o¿onym... ACTOS pomaga u¿ytkownikowi w wyborze opcji i
29 wygenerowaniu tekstowych plików konfiguracyjnych wymaganych przez
30 Asteriska.
31
32 %prep
33 %setup -q -n %{name}
34 %patch0 -p1
35
36 %build
37 python setup.py clean
38 python setup.py build
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
43
44 python setup.py install \
45         --root $RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc KNOWN_BUGS README TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_datadir}/%{name}
55 %{py_sitescriptdir}/actos_modules
This page took 0.113097 seconds and 3 git commands to generate.