]> git.pld-linux.org Git - packages/centerim.git/blob - centerim.spec
- release 3
[packages/centerim.git] / centerim.spec
1 # TODO
2 # - use system libgadu (then remove libjpeg BR)
3 # - WARNING: No GPG support in Jabber, since GPGME library not found or its setup not ok
4 Summary:        Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
5 Summary(es.UTF-8):      CenterIM es un cliente ICQ basado en ncurses para el modo texto
6 Summary(pl.UTF-8):      Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
7 Summary(pt_BR.UTF-8):   O centerIM é um cliente ICQ baseado em ncurses para o modo texto
8 Name:           centerim
9 Version:        4.22.9
10 Release:        3
11 License:        GPL v2+
12 Group:          Applications/Communications
13 Source0:        http://www.centerim.org/download/releases/%{name}-%{version}.tar.gz
14 # Source0-md5:  c43911508205e0277529230c8316a298
15 Patch0:         ncurses-tinfo.patch
16 URL:            http://www.centerim.org/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 BuildRequires:  curl-devel >= 4.12.0
20 BuildRequires:  fribidi-devel
21 BuildRequires:  gettext-devel
22 # tested, but HAVE_GPGME never defined because of test->text typo
23 #BuildRequires: gpgme-devel >= 0.4.2
24 BuildRequires:  libjpeg-devel
25 # not enabled
26 #BuildRequires: libotr-devel
27 BuildRequires:  libstdc++-devel
28 BuildRequires:  ncurses-devel
29 BuildRequires:  openssl-devel >= 0.9.7d
30 BuildRequires:  pkgconfig
31 BuildRequires:  rpm-pythonprov
32 Obsoletes:      centerICQ
33 Obsoletes:      centericq < 4.22.0
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 CenterIM is a text mode menu- and window-driven IM interface.
38 Currently ICQ2000, Yahoo!, MSN, AIM TOC and IRC protocols are
39 supported. It allows you to send, receive, and forward messages, URLs
40 and, SMSes, mass message send, search for users (including extended
41 "whitepages search"), view users' details, maintain your contact list
42 directly from the program (including non-icq contacts), view the
43 messages history, register a new UIN and update your details, be
44 informed on receiving email messages, automatically set away after the
45 defined period of inactivity (on any console), and have your own
46 ignore, visible and invisible lists. It can also associate events with
47 sounds, has support for Hebrew and Arabic languages and allows to
48 arrange contacts into groups.
49
50 %description -l pl.UTF-8
51 CenterIM to tekstowy, sterowany za pomocą menu i okien interfejs do
52 protokołów IM. Aktualnie obsługuje protokoły ICQ2000, Yahoo!, MSN, AIM
53 TOC oraz IRC. Pozwala na wysyłanie, odbiór oraz przesyłanie dalej
54 wiadomości, adresów i kontaktów, wysyłanie wielu wiadomości naraz,
55 przeglądanie informacji o innych użytkownikach, rejestrację nowego
56 UINu oraz uzupełnianie swoich informacji, informowanie o nadejściu
57 nowej poczty, włączanie automatycznego stanu Away po wybranym czasie
58 nieaktywności (na dowolnej konsoli!), posiadanie własnej listy osób
59 ignorowanych. Może także powiązać zdarzenia z dźwiękami.
60
61 %description -l pt_BR.UTF-8
62 O CenterIM é um cliente ICQ baseado em ncurses para o modo texto.
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
70 %configure \
71         ac_cv_lib_nsl_gethostbyname=no \
72         --with-openssl
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 mv $RPM_BUILD_ROOT%{_bindir}/CenterIMLog2HTML{.py,}
82
83 %find_lang %{name}
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
91 %attr(755,root,root) %{_bindir}/centerim
92 %attr(755,root,root) %{_bindir}/cimconv
93 %attr(755,root,root) %{_bindir}/CenterIMLog2HTML
94 %dir %{_datadir}/%{name}
95 %{_datadir}/%{name}/*.wav
96 %{_mandir}/man1/centerim.1*
97 %{_mandir}/man1/cimconv.1*
This page took 0.088457 seconds and 3 git commands to generate.