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