1 |
Name: centerim |
2 |
Summary: Console ncurses based multi-protocol instant messenger |
3 |
Version: 5.0.1 |
4 |
Release: %mkrel 7 |
5 |
License: GPLv2+ and LGPLv2+ |
6 |
Group: Networking/Instant messaging |
7 |
URL: https://www.centerim.org/ |
8 |
Source0: https://www.centerim.org/download/cim5/%{name}5-%{version}.tar.gz |
9 |
BuildRequires: pkgconfig(libgadu) |
10 |
BuildRequires: pkgconfig(ncurses) |
11 |
BuildRequires: pkgconfig(ncursesw) |
12 |
BuildRequires: pkgconfig(openssl) |
13 |
BuildRequires: pkgconfig(libcurl) |
14 |
BuildRequires: pkgconfig(libjpeg) |
15 |
BuildRequires: pkgconfig(libnm) |
16 |
BuildRequires: pkgconfig(libnsl) |
17 |
BuildRequires: pkgconfig(purple) |
18 |
BuildRequires: pkgconfig(sigc++-2.0) |
19 |
BuildRequires: gettext-devel |
20 |
BuildRequires: gpgme-devel |
21 |
Obsoletes: centericq |
22 |
Provides: centericq |
23 |
|
24 |
%description |
25 |
CenterIM is a text mode menu- and window-driven instant messenger. ICQ, |
26 |
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently |
27 |
supported. There is also an internal RSS reader and a LiveJournal client. |
28 |
|
29 |
CenterIM is a fork of the CenterICQ project. |
30 |
|
31 |
%prep |
32 |
%setup -q -n %{name}5-%{version} |
33 |
%autopatch -p1 |
34 |
|
35 |
%build |
36 |
autoreconf -fi |
37 |
%configure |
38 |
%make_build |
39 |
|
40 |
%install |
41 |
%make_install |
42 |
|
43 |
%find_lang %{name}5 |
44 |
|
45 |
%files -f %{name}5.lang |
46 |
%doc README TODO AUTHORS |
47 |
%{_bindir}/centerim5 |
48 |
%{_mandir}/man1/centerim5.1* |
49 |
%{_libdir}/libcppconsui* |
50 |
%{_libdir}/%{name}5 |