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