]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
- BR: perl-base
[packages/centericq.git] / centericq.spec
index 1be4c36872e9d7ead8f1dc79651ead226fde7dc1..bca37548302d439c939c1fd75ac99437947f3cbc 100644 (file)
@@ -3,26 +3,29 @@ Summary(es):  CenterICQ es un cliente ICQ basado en ncurses para el modo texto
 Summary(pl):   Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
 Summary(pt_BR):        O centerICQ é um cliente ICQ baseado em ncurses para o modo texto
 Name:          centericq
-Version:       4.20.0
-Release:       1
+Version:       4.21.0
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.bz2
-# Source0-md5: bbb81f87b4ecb703dec31a8092303914
+# Source0-md5: 82e426f2b4f6f2ab799c28807f36ade6
 Patch0:                %{name}-no_libgnutls.patch
+Patch1:                %{name}-icq-short-read.patch
+Patch2:                %{name}-memory-handling.patch
 URL:           http://thekonst.net/centericq/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: curl-devel
 BuildRequires: gettext-devel
-BuildRequires: gnutls-devel
+BuildRequires: gnutls-devel >= 1.2.5
 BuildRequires: libsigc++1-devel >= 1.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRequires: perl-base
 Obsoletes:     centerICQ
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 centericq is a text mode menu- and window-driven IM interface.
@@ -55,6 +58,8 @@ O centerICQ 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 mv -f po/{zh_TW.Big5,zh_TW}.po
 %{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
This page took 0.030114 seconds and 4 git commands to generate.