]> git.pld-linux.org Git - packages/actos.git/blame - actos.spec
- tabs in preamble
[packages/actos.git] / actos.spec
CommitLineData
ea805d0d 1Summary: ACTOS - Asterisk Configuration Tool Open Source
227344b3 2Summary(pl.UTF-8): ACTOS - Narzędzie do konfiguracji Asteriska
ea805d0d 3Name: actos
a1149ec8 4Version: 2.25
ea805d0d 5Release: 0.1
f4ec69a0 6License: GPL v2
ea805d0d
JB
7Group: Applications/Communications
8Source0: http://www.derrier.com/pierre/code/%{name}-%{version}.tar.gz
a1149ec8 9# Source0-md5: c449a769bc527210f7dae98cef5b1666
f4ec69a0
JB
10URL: http://www.derrier.com/pierre/code/actos.html
11BuildRequires: python >= 1:2.3
12BuildRequires: python-pygtk-glade >= 2.0
13BuildRequires: python-pygtk-gtk >= 2.0
14BuildRequires: rpm-pythonprov
a1149ec8 15%pyrequires_eq python
ea805d0d
JB
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19ACTOS is a GUI tool with an intuitive interface for configuring
20Asterisk, the Linux Open Source PBX. Asterisk is a very powerful tool,
21and that means a bit complex... ACTOS helps the user through the
22choice of the options and generate the text configuration files needed
23by Asterisk.
24
365429fd
JR
25%description -l pl.UTF-8
26ACTOS to graficzne narzędzie z intuicyjnym interfejsem do
f4ec69a0 27konfigurowania Asteriska - linuksowej centralki telefonicznej (PBX) o
365429fd
JR
28otwartych źródłach. Asterisk jest bardzo potężnym narzędziem, a przy
29tym dość złożonym... ACTOS pomaga użytkownikowi w wyborze opcji i
30wygenerowaniu tekstowych plików konfiguracyjnych wymaganych przez
f4ec69a0
JB
31Asteriska.
32
ea805d0d
JB
33%prep
34%setup -q -n %{name}
ea805d0d
JB
35
36%build
ea805d0d
JB
37python setup.py build
38
39%install
40rm -rf $RPM_BUILD_ROOT
f4ec69a0 41
ea805d0d
JB
42python setup.py install \
43 --root $RPM_BUILD_ROOT
44
a1149ec8
JB
45%py_postclean
46
47mv -f $RPM_BUILD_ROOT%{_bindir}/{actos.py,actos}
48rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{AUTHORS,CHANGELOG,COPYING,INSTALL,KNOWN_BUGS,README,TODO}
49
ea805d0d
JB
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
a1149ec8
JB
55%doc AUTHORS CHANGELOG KNOWN_BUGS README TODO
56%attr(755,root,root) %{_bindir}/actos
57%dir %{_datadir}/%{name}
58%{_datadir}/%{name}/*.def
59%{_datadir}/%{name}/actos.conf
60%{_datadir}/%{name}/scripts
61%{_datadir}/%{name}/en.help
62%lang(fr) %{_datadir}/%{name}/fr.help
63%dir %{_datadir}/%{name}/glade
64%{_datadir}/%{name}/glade/actos_en.glade
65%lang(fr) %{_datadir}/%{name}/glade/actos_fr.glade
f4ec69a0 66%{py_sitescriptdir}/actos_modules
This page took 0.121471 seconds and 4 git commands to generate.