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