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