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