]> git.pld-linux.org Git - packages/ekg.git/blobdiff - ekg.spec
- kopete requires ekg WITH PTHREAD, turn on by default
[packages/ekg.git] / ekg.spec
index a96748db05d0cbd5d8deb98596edcba4d7251618..6056e4de9f12e1a7512ae2a7c3d49d9f9855ca27 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -3,10 +3,10 @@
 %bcond_without aspell          # without spell checking
 %bcond_without voip            # without VoIP support
 %bcond_without python          # with python support
-%bcond_with            pthread         # build with Posix threads support
+%bcond_without pthread         # build with Posix threads support
 %bcond_with    ioctl_daemon    # with ioctl_daemon (suid root)
 #
-%define                _snap   20050318
+%define                _pre    rc1
 #
 Summary:       A client compatible with Gadu-Gadu
 Summary(de):   Ein Cliente kompatibel mit Gadu-Gadu
@@ -14,15 +14,14 @@ Summary(es):        Un cliente compatible con Gadu-Gadu
 Summary(it):   Un cliente compatibile con Gadu-Gadu
 Summary(pl):   Klient kompatybilny z Gadu-Gadu
 Name:          ekg
-Version:       1.5
-Release:       6.%{_snap}.1
+Version:       1.6
+Release:       0.%{_pre}.1
 Epoch:         4
 License:       GPL v2
 Group:         Applications/Communications
-Source0:       http://dev.null.pl/ekg/%{name}-%{_snap}.tar.gz
-# Source0-md5: a25337b88263f808d2044e3f3b33673c
+Source0:       http://dev.null.pl/ekg/%{name}-1.6%{_pre}.tar.gz
+# Source0-md5: bce21bd6e896b71266afc30004f27402
 Source1:       %{name}.conf
-Patch0:                %{name}-kadu-0_3_6.patch
 URL:           http://dev.null.pl/ekg/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf
@@ -32,13 +31,31 @@ BuildRequires:      libjpeg-devel
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: %{_bindir}/perl
-%{?with_python:BuildRequires:  python-devel}
+%if %{with python}
+BuildRequires: python
+BuildRequires: python-devel
+%endif
 BuildRequires: readline-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A client compatible with Gadu-Gadu.
+EKG ("Eksperymentalny Klient Gadu-Gadu") is an open source gadu-gadu
+client for UNIX systems. Gadu-Gadu is an instant messaging program,
+very popular in Poland.
+
+EKG features include:
+  - irssi-like ncurses interface
+  - sending and receiving files
+  - voice conversations
+  - launching shell commands on certain events
+  - reading input from pipe
+  - python scripting support
+  - speech synthesis (using an external program)
+  - encryption support
+
+Please note that the program is not internationalized and all messages
+are in Polish (although the commands are in English). 
 
 %description -l de
 Ein Cliente kompatibel mit Gadu-Gadu.
@@ -50,7 +67,22 @@ Un cliente compatible con Gadu-Gadu.
 Un cliente compatibile con Gadu-Gadu.
 
 %description -l pl
-Klient kompatybilny z Gadu-Gadu.
+EKG ("Eksperymentalny Klient Gadu-Gadu") jest open source'owym
+klientem gadu-gadu dla systemów uniksowych. Gadu-Gadu to popularny w
+polsce komunikator internetowy.
+
+Mo¿liwo¶ci EKG:
+  - interfejs u¿ytkownika podobny do irssi,
+  - wysy³anie i odbieranie plików,
+  - rozmowy g³osowe,
+  - uruchamianie poleceñ pow³oki w okre¶lonych sytuacjach,
+  - wczytywanie wej¶cia z potoku,
+  - wsparcie dla skryptów w jêzyku Python,
+  - synteza mowy (z u¿yciem zewnêtrznego programu),
+  - wsparcie dla szyfrowania.
+
+Program nie jest umiêdzynarodowiony i wszystkie komunikaty s± po
+polsku (jednak komendy s± w jêzyku angielskim).
 
 %package -n libgadu
 Summary:       libgadu library
@@ -126,8 +158,7 @@ Biblioteca libgadu est
 Statyczna biblioteka libgadu.
 
 %prep
-%setup -q -n %{name}-%{_snap}
-#%patch0 -p1
+%setup -q -n %{name}-%{version}%{_pre}
 
 %build
 rm -f missing
This page took 0.046508 seconds and 4 git commands to generate.