]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
- removed obsolete acfix.patch and am.patch
[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.7
7 Release:        1
8 License:        GPL
9 Group:          Applications/Communications
10 Source0:        http://konst.org.ua/download/%{name}-%{version}.tar.gz
11 # Source0-md5:  09c1672c0c2e5ef7e8a94052a71c58cc
12 Patch0:         %{name}-no_libgnutls.patch
13 URL:            http://konst.org.ua/centericq/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libsigc++1-devel >= 1.0.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool
19 BuildRequires:  openssl-devel >= 0.9.7c
20 BuildRequires:  ncurses-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22 Obsoletes:      centerICQ
23
24 %description
25 centericq is a text mode menu- and window-driven IM interface.
26 Currently ICQ2000, Yahoo!, MSN, AIM TOC and IRC protocols are
27 supported. It allows you to send, receive, and forward messages, URLs
28 and, SMSes, mass message send, search for users (including extended
29 "whitepages search"), view users' details, maintain your contact list
30 directly from the program (including non-icq contacts), view the
31 messages history, register a new UIN and update your details, be
32 informed on receiving email messages, automatically set away after the
33 defined period of inactivity (on any console), and have your own
34 ignore, visible and invisible lists. It can also associate events with
35 sounds, has support for Hebrew and Arabic languages and allows to
36 arrange contacts into groups.
37
38 %description -l es
39 CenterICQ es un cliente ICQ basado en ncurses para el modo texto.
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 na raz,
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 %build
60 rm -f missing
61 %{__libtoolize}
62 %{__gettextize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__automake}
66 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 blip-0.1\
67         libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
68         cd $i
69         rm -f missing
70         aclocal
71         %{__autoconf}
72         %{__automake}
73         cd ..
74 done
75 CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
76 %configure \
77         --with-openssl
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82 %{__make} install \
83         DESTDIR=$RPM_BUILD_ROOT
84 %find_lang %{name}
85 rm -f contrib/spanish/Makefile*
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
93 %lang(es) %doc contrib/spanish
94 %attr(755,root,root) %{_bindir}/*
95 %{_datadir}/%{name}/*.wav
96 %{_mandir}/man?/*
This page took 0.124518 seconds and 4 git commands to generate.