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