]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/centericq.git] / centericq.spec
index 111b8dd339e79f726ec3a2af45b69e5403c6385b..9e157fc3378d9e6804630be767dda721daddd7ce 100644 (file)
@@ -4,20 +4,21 @@ 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.9.10
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.gz
 # Source0-md5: b461d4e39fa304d177f2990f27573ee8
 Patch0:                %{name}-no_libgnutls.patch
+Patch1:                %{name}-rabackport.patch
 URL:           http://konst.org.ua/centericq/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: libsigc++1-devel >= 1.0.0
+BuildRequires: libsigc++-devel >= 1.0.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7c
+BuildRequires: openssl-devel >= 0.9.6c
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     centerICQ
@@ -56,9 +57,12 @@ O centerICQ 
 %prep
 %setup -q
 %patch0 -p1
+%patch1
+
+mv -f po/{zh_TW.Big5,zh_TW}.po
+%{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__gettextize}
 %{__aclocal}
@@ -67,7 +71,6 @@ rm -f missing
 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 \
        libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
        cd $i
-       rm -f missing
        %{__aclocal}
        %{__autoconf}
        %{__automake}
This page took 0.144782 seconds and 4 git commands to generate.