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