]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
- renamed from centerICQ.spec
[packages/centericq.git] / centericq.spec
1 Summary:        Text mode ICQ client
2 Summary(pl):    Klient ICQ w wersji tekstowej
3 Name:           centericq
4 Version:        4.5.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Group(de):      Applikationen/Kommunikation
9 Group(pl):      Aplikacje/Komunikacja
10 Source0:        http://konst.org.ua/download/%{name}-%{version}.tar.gz
11 URL:            http://konst.org.ua/centericq/
12 Obsoletes:      centerICQ
13 BuildRequires:  ncurses-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libsigc++-devel >= 1.0.0
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 CenterICQ is a text mode menu- and window-driven ICQ interface. It
22 allows you to send, receive and forward messages, URLs and contacts,
23 mass message send, search for users, view users' details, maintain
24 your contact list directly from the program, view messages history,
25 register a new UIN and update your details, be informed on receiving
26 e-mail messages, automatically set away after the defined period of
27 inactivity (on any console!), and have your own ignore list. It can
28 also associate events with sounds.
29
30 %description -l pl
31 CenterICQ to tekstowy, sterowany za pomoc± menu i okien interfejs do
32 ICQ. Pozwala na wysy³anie, odbiór oraz przesy³anie dalej wiadomo¶ci,
33 adresów i kontaktów, wysy³anie wielu wiadomo¶ci na raz, przegl±danie
34 informacji o innych u¿ytkownikach, rejestracjê nowego UINu oraz
35 uzupe³nianie swoich informacji, informowanie o nadej¶ciu nowej poczty,
36 w³±czanie automatycznego stanu Away po wybranym czasie nieaktywno¶ci
37 (na dowolnej konsoli!), posiadanie w³asnej listy osób ignorowanych.
38 Mo¿e tak¿e powi±zaæ zdarzenia z d¼wiêkami.
39
40 %prep
41 %setup -q
42
43 %build
44 CPPFLAGS="-I%{_includedir}/ncurses"; export CPPFLAGS
45 %configure2_13
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT%{_mandir}/man1
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}.1 \
56    $RPM_BUILD_ROOT%{_mandir}/man1
57
58 gzip -9nf README ChangeLog FAQ TODO
59
60 %find_lang %{name}
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %doc *.gz
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/%{name}
70 %{_mandir}/man?/*
This page took 0.131607 seconds and 4 git commands to generate.