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