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