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