]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
bca37548302d439c939c1fd75ac99437947f3cbc
[packages/centericq.git] / centericq.spec
1 Summary:        Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
2 Summary(es):    CenterICQ es un cliente ICQ basado en ncurses para el modo texto
3 Summary(pl):    Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
4 Summary(pt_BR): O centerICQ é um cliente ICQ baseado em ncurses para o modo texto
5 Name:           centericq
6 Version:        4.21.0
7 Release:        2
8 License:        GPL
9 Group:          Applications/Communications
10 Source0:        http://konst.org.ua/download/%{name}-%{version}.tar.bz2
11 # Source0-md5:  82e426f2b4f6f2ab799c28807f36ade6
12 Patch0:         %{name}-no_libgnutls.patch
13 Patch1:         %{name}-icq-short-read.patch
14 Patch2:         %{name}-memory-handling.patch
15 URL:            http://thekonst.net/centericq/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  curl-devel
19 BuildRequires:  gettext-devel
20 BuildRequires:  gnutls-devel >= 1.2.5
21 BuildRequires:  libsigc++1-devel >= 1.0.0
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  libtool
24 BuildRequires:  ncurses-devel
25 BuildRequires:  openssl-devel >= 0.9.7d
26 BuildRequires:  perl-base
27 Obsoletes:      centerICQ
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 centericq is a text mode menu- and window-driven IM interface.
32 Currently ICQ2000, Yahoo!, MSN, AIM TOC and IRC protocols are
33 supported. It allows you to send, receive, and forward messages, URLs
34 and, SMSes, mass message send, search for users (including extended
35 "whitepages search"), view users' details, maintain your contact list
36 directly from the program (including non-icq contacts), view the
37 messages history, register a new UIN and update your details, be
38 informed on receiving email messages, automatically set away after the
39 defined period of inactivity (on any console), and have your own
40 ignore, visible and invisible lists. It can also associate events with
41 sounds, has support for Hebrew and Arabic languages and allows to
42 arrange contacts into groups.
43
44 %description -l pl
45 CenterICQ to tekstowy, sterowany za pomoc± menu i okien interfejs do
46 protoko³ów IM. Aktualnie obs³uguje protoko³y ICQ2000, Yahoo!, MSN, AIM
47 TOC oraz IRC. Pozwala na wysy³anie, odbiór oraz przesy³anie dalej
48 wiadomo¶ci, adresów i kontaktów, wysy³anie wielu wiadomo¶ci naraz,
49 przegl±danie informacji o innych u¿ytkownikach, rejestracjê nowego
50 UINu oraz uzupe³nianie swoich informacji, informowanie o nadej¶ciu
51 nowej poczty, w³±czanie automatycznego stanu Away po wybranym czasie
52 nieaktywno¶ci (na dowolnej konsoli!), posiadanie w³asnej listy osób
53 ignorowanych. Mo¿e tak¿e powi±zaæ zdarzenia z d¼wiêkami.
54
55 %description -l pt_BR
56 O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
57
58 %prep
59 %setup -q
60 %patch0 -p1
61 %patch1 -p1
62 %patch2 -p1
63
64 mv -f po/{zh_TW.Big5,zh_TW}.po
65 %{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
66
67 %build
68 %{__libtoolize}
69 %{__gettextize}
70 %{__aclocal}
71 %{__autoconf}
72 %{__automake}
73 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 \
74         libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1 \
75         libgadu-0.1 libmsn-0.1; do
76         cd $i
77         %{__aclocal}
78         %{__autoconf}
79         %{__automake}
80         cd ..
81 done
82 CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
83 %configure \
84         --with-openssl
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %find_lang %{name}
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %files -f %{name}.lang
99 %defattr(644,root,root,755)
100 %doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
101 %attr(755,root,root) %{_bindir}/*
102 %dir %{_datadir}/%{name}
103 %{_datadir}/%{name}/*.wav
104 %{_mandir}/man?/*
This page took 0.060294 seconds and 2 git commands to generate.