Updated Changelog
[centerim/davrieb.git] / centerim.spec
blob186c15a2937e0c616b09a75a2b996e9c4c7962df
1 Version: 4.22.0
2 Summary: Console ncurses based IM client. ICQ, Yahoo!, MSN, AIM, IRC, Gadu-Gadu and Jabber protocols are supported. Internal RSS reader and LiveJournal client are also provided.
3 Name: centerim
4 License: GPL
5 Release: 1
6 Group: Applications/Communication
7 Source: http://www.centerim.org/download/%{name}-%{version}.tar.gz
8 URL: http://www.centerim.org/
9 Packager: Various persons
10 BuildRoot: /var/tmp/%{name}-buildroot/
11 Requires: ncurses >= 4.2, openssl, curl
13 %description
14 CenterIM is a text mode menu- and window-driven IM interface. Currently
15 ICQ2000, Yahoo!, MSN, AIM TOC, IRC, Gadu-Gadu and Jabber protocols are
16 supported. It allows you to send, receive, and forward messages, URLs and,
17 SMSes, mass message send, search for users (including extended "whitepages
18 search"), view users' details, maintain your contact list directly from the
19 program (including non-icq contacts), view the messages history,
20 register a new UIN and update your details, be informed on receiving
21 email messages, automatically set away after the defined period of
22 inactivity (on any console), and have your own ignore, visible and
23 invisible lists. It can also associate events with sounds, has support
24 for Hebrew and Arabic languages and allows to arrange contacts into
25 groups. Internal RSS reader and a client for LiveJournal are provided.
27 %prep
28 %setup
30 %build
31 ./configure --prefix=/usr
32 make
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 make prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc install
37 find $RPM_BUILD_ROOT/usr -type f -print | grep -v '\/(README|COPYING|INSTALL|TODO|ChangeLog|AUTHORS|FAQ)$' | \
38 sed "s@^$RPM_BUILD_ROOT@@g" | sed "s/^\(.*\)$/\1\*/" > %{name}-%{version}-filelist
40 %clean
41 rm -rf $RPM_BUILD_ROOT
43 %files -f %{name}-%{version}-filelist
44 %defattr(-, root, root)
46 %doc README COPYING INSTALL TODO ChangeLog FAQ AUTHORS THANKS
48 %changelog