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