]> git.pld-linux.org Git - packages/centericq.git/blame - centericq.spec
- tabs in preamble
[packages/centericq.git] / centericq.spec
CommitLineData
032005a3 1Summary: Console ncurses based IM (ICQ, Yahoo!, MSN, AIM, IRC) client
c0bcfb7d
ER
2Summary(es.UTF-8): CenterICQ es un cliente ICQ basado en ncurses para el modo texto
3Summary(pl.UTF-8): Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
4Summary(pt_BR.UTF-8): O centerICQ é um cliente ICQ baseado em ncurses para o modo texto
cd822e0c 5Name: centericq
92ddd980 6Version: 4.21.0
79a3b00f 7Release: 2
cd822e0c
AM
8License: GPL
9Group: Applications/Communications
b730abf0 10Source0: http://konst.org.ua/download/%{name}-%{version}.tar.bz2
92ddd980 11# Source0-md5: 82e426f2b4f6f2ab799c28807f36ade6
2516bdc9 12Patch0: %{name}-no_libgnutls.patch
79a3b00f
ER
13Patch1: %{name}-icq-short-read.patch
14Patch2: %{name}-memory-handling.patch
1018a64c 15URL: http://thekonst.net/centericq/
cd822e0c
AM
16BuildRequires: autoconf
17BuildRequires: automake
6903194a 18BuildRequires: curl-devel
636607d4 19BuildRequires: gettext-devel
fea07d9a 20BuildRequires: gnutls-devel >= 1.2.5
a0a5817f 21BuildRequires: libsigc++1-devel >= 1.0.0
f0429807 22BuildRequires: libstdc++-devel
f7e28f7a 23BuildRequires: libtool
24BuildRequires: ncurses-devel
d8abd777 25BuildRequires: openssl-devel >= 0.9.7d
f2310039 26BuildRequires: perl-base
f7e28f7a 27Obsoletes: centerICQ
f2310039 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cd822e0c
AM
29
30%description
032005a3
ŁJM
31centericq 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.
cd822e0c 43
d367cfca
JR
44%description -l pl.UTF-8
45CenterICQ to tekstowy, sterowany za pomocą menu i okien interfejs do
46protokołów IM. Aktualnie obsługuje protokoły ICQ2000, Yahoo!, MSN, AIM
47TOC oraz IRC. Pozwala na wysyłanie, odbiór oraz przesyłanie dalej
48wiadomości, adresów i kontaktów, wysyłanie wielu wiadomości naraz,
49przeglądanie informacji o innych użytkownikach, rejestrację nowego
50UINu oraz uzupełnianie swoich informacji, informowanie o nadejściu
51nowej poczty, włączanie automatycznego stanu Away po wybranym czasie
52nieaktywności (na dowolnej konsoli!), posiadanie własnej listy osób
53ignorowanych. Może także powiązać zdarzenia z dźwiękami.
cd822e0c 54
d367cfca
JR
55%description -l pt_BR.UTF-8
56O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
3ff8d06e 57
cd822e0c
AM
58%prep
59%setup -q
2516bdc9 60%patch0 -p1
79a3b00f
ER
61%patch1 -p1
62%patch2 -p1
cd822e0c 63
b2ff2199
JB
64mv -f po/{zh_TW.Big5,zh_TW}.po
65%{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in
66
cd822e0c 67%build
3ff8d06e 68%{__libtoolize}
f1a27bcc 69%{__gettextize}
32984609 70%{__aclocal}
20594d0f 71%{__autoconf}
72%{__automake}
0a33e1ff 73for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 \
b730abf0 74 libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1 \
1018a64c 75 libgadu-0.1 libmsn-0.1; do
f7e28f7a 76 cd $i
636607d4 77 %{__aclocal}
3ff8d06e 78 %{__autoconf}
79 %{__automake}
f7e28f7a 80 cd ..
81done
636607d4 82CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}"
57255b20
JK
83%configure \
84 --with-openssl
cd822e0c
AM
85%{__make}
86
87%install
88rm -rf $RPM_BUILD_ROOT
636607d4 89
cd822e0c 90%{__make} install \
9f40e84b 91 DESTDIR=$RPM_BUILD_ROOT
636607d4 92
636607d4
JB
93%find_lang %{name}
94
cd822e0c
AM
95%clean
96rm -rf $RPM_BUILD_ROOT
97
98%files -f %{name}.lang
99%defattr(644,root,root,755)
b9abb598 100%doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
cd822e0c 101%attr(755,root,root) %{_bindir}/*
636607d4 102%dir %{_datadir}/%{name}
032005a3 103%{_datadir}/%{name}/*.wav
cd822e0c 104%{_mandir}/man?/*
This page took 0.066783 seconds and 4 git commands to generate.