]> git.pld-linux.org Git - packages/centerim.git/blame - centerim.spec
- include zh_TW locale
[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
9Version: 4.22.2
0737f3e3 10Release: 2
3212790d 11License: GPL v2+
fe4ab7b6
ER
12Group: Applications/Communications
13Source0: http://www.centerim.org/download/releases/%{name}-%{version}.tar.gz
14# Source0-md5: dcced736e2f261e08e667403c42dc78f
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 \
fe4ab7b6
ER
67 --with-openssl
68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
3212790d 76mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{zh_TW.Big5,zh_TW}
0737f3e3 77
fe4ab7b6
ER
78%find_lang %{name}
79
80%clean
81rm -rf $RPM_BUILD_ROOT
82
83%files -f %{name}.lang
84%defattr(644,root,root,755)
3212790d
JB
85%doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
86%attr(755,root,root) %{_bindir}/centerim
87%attr(755,root,root) %{_bindir}/cimconv
fe4ab7b6
ER
88%dir %{_datadir}/%{name}
89%{_datadir}/%{name}/*.wav
3212790d
JB
90%{_mandir}/man1/centerim.1*
91%{_mandir}/man1/cimconv.1*
This page took 0.085155 seconds and 4 git commands to generate.