SPECS: actos.spec (NEW) - new, from Krystian T <tomczyk at op.onet...
qboosh
qboosh at pld-linux.org
Sat Dec 23 21:44:27 CET 2006
Author: qboosh Date: Sat Dec 23 20:44:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, from Krystian T <tomczyk at op.onet.pl>
---- Files affected:
SPECS:
actos.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/actos.spec
diff -u /dev/null SPECS/actos.spec:1.1
--- /dev/null Sat Dec 23 21:44:27 2006
+++ SPECS/actos.spec Sat Dec 23 21:44:22 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: ACTOS - Asterisk Configuration Tool Open Source
+Summary(pl): ACTOS - Narzędzie do konfiguracji Asterisk'a
+Name: actos
+Version: 2.1
+Release: 0.1
+License: GPLv2
+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
+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.
+
+%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}
+/usr/share/python2.4/site-packages/actos_modules
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1 2006/12/23 20:44:22 qboosh
+- new, from Krystian T <tomczyk at op.onet.pl>
================================================================
More information about the pld-cvs-commit
mailing list