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