]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
- renamed and updated to centericq 4.9.6
[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.9.6
7 Release:        1
8 License:        GPL
9 Group:          Applications/Communications
10 Source0:        http://konst.org.ua/download/%{name}-%{version}.tar.gz
11 # Source0-md5:  d7708b3de102992ac6757d1e9a699c77
12 Patch0:         %{name}-acfix.patch
13 Patch1:         %{name}-am.patch
14 Patch2:         %{name}-no_libgnutls.patch
15 URL:            http://konst.org.ua/centericq/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  libsigc++1-devel >= 1.0.0
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  libtool
21 BuildRequires:  openssl-devel >= 0.9.7
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 es
41 CenterICQ es un cliente ICQ basado en ncurses para el modo texto.
42
43 %description -l pl
44 CenterICQ to tekstowy, sterowany za pomoc± menu i okien interfejs do
45 protoko³ów IM. Aktualnie obs³uguje protoko³y ICQ2000, Yahoo!, MSN, AIM
46 TOC oraz IRC. Pozwala na wysy³anie, odbiór oraz przesy³anie dalej
47 wiadomo¶ci, adresów i kontaktów, wysy³anie wielu wiadomo¶ci na raz,
48 przegl±danie informacji o innych u¿ytkownikach, rejestracjê nowego
49 UINu oraz uzupe³nianie swoich informacji, informowanie o nadej¶ciu
50 nowej poczty, w³±czanie automatycznego stanu Away po wybranym czasie
51 nieaktywno¶ci (na dowolnej konsoli!), posiadanie w³asnej listy osób
52 ignorowanych. Mo¿e tak¿e powi±zaæ zdarzenia z d¼wiêkami.
53
54 %description -l pt_BR
55 O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
56
57 %prep
58 %setup -q
59 %patch0 -p1
60 %patch1 -p1
61 %patch2 -p1
62
63 %build
64 rm -f missing
65 %{__libtoolize}
66 %{__gettextize}
67 %{__aclocal}
68 %{__autoconf}
69 %{__automake}
70 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 blip-0.1\
71         libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
72         cd $i
73         rm -f missing
74         aclocal
75         %{__autoconf}
76         %{__automake}
77         cd ..
78 done
79 CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
80 %configure \
81         --with-openssl
82 %{__make}
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT
88 %find_lang %{name}
89 rm -f contrib/spanish/Makefile*
90
91 %clean
92 rm -rf $RPM_BUILD_ROOT
93
94 %files -f %{name}.lang
95 %defattr(644,root,root,755)
96 %doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
97 %lang(es) %doc contrib/spanish
98 %attr(755,root,root) %{_bindir}/*
99 %{_datadir}/%{name}/*.wav
100 %{_mandir}/man?/*
This page took 0.083544 seconds and 3 git commands to generate.