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