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