]> git.pld-linux.org Git - packages/actos.git/commitdiff
- pl desc, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Dec 2006 20:49:23 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    actos.spec -> 1.2

actos.spec

index 267f04115c2f99ec4d79e0a8c6c208ff82366313..e0f2e29b95f9f60c67007cd71d78fa9a3ef49096 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       ACTOS - Asterisk Configuration Tool Open Source
-Summary(pl):   ACTOS - Narzêdzie do konfiguracji Asterisk'a
+Summary(pl):   ACTOS - Narzêdzie do konfiguracji Asteriska
 Name:          actos
 Version:       2.1
 Release:       0.1
-License:       GPLv2
+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/
-BuildRequires: python >= 2.3
-BuildRequires: gtk+
-BuildRequires: libglade >= 2.0
-BuildRequires: glib
+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
@@ -21,6 +21,14 @@ 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
@@ -31,8 +39,8 @@ 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
 
@@ -44,4 +52,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc KNOWN_BUGS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
-/usr/share/python2.4/site-packages/actos_modules
+%{py_sitescriptdir}/actos_modules
This page took 0.242505 seconds and 4 git commands to generate.