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