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