]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
- added am_fixes patch for correctly install man pages,
[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 Patch0:         %{name}-am_fixes.patch
12 URL:            http://konst.org.ua/centericq/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  libsigc++-devel >= 1.0.0
17 BuildRequires:  libtool
18 BuildRequires:  ncurses-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 Obsoletes:      centerICQ
21
22 %description
23 CenterICQ is a text mode menu- and window-driven ICQ interface. It
24 allows you to send, receive and forward messages, URLs and contacts,
25 mass message send, search for users, view users' details, maintain
26 your contact list directly from the program, view messages history,
27 register a new UIN and update your details, be informed on receiving
28 e-mail messages, automatically set away after the defined period of
29 inactivity (on any console!), and have your own ignore list. It can
30 also associate events with sounds.
31
32 %description -l pl
33 CenterICQ to tekstowy, sterowany za pomoc± menu i okien interfejs do
34 ICQ. Pozwala na wysy³anie, odbiór oraz przesy³anie dalej wiadomo¶ci,
35 adresów i kontaktów, wysy³anie wielu wiadomo¶ci na raz, przegl±danie
36 informacji o innych u¿ytkownikach, rejestracjê nowego UINu oraz
37 uzupe³nianie swoich informacji, informowanie o nadej¶ciu nowej poczty,
38 w³±czanie automatycznego stanu Away po wybranym czasie nieaktywno¶ci
39 (na dowolnej konsoli!), posiadanie w³asnej listy osób ignorowanych.
40 Mo¿e tak¿e powi±zaæ zdarzenia z d¼wiêkami.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45
46 %build
47 rm -f missing
48 libtoolize --copy --force
49 aclocal
50 autoconf
51 automake -a -c
52 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo-0.1 libmsn-0.1\
53         libicq2000-0.2; do
54         cd $i
55         rm -f missing
56         aclocal
57         autoconf
58         automake -a -c
59         cd ..
60 done
61 CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
62 %configure
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 gzip -9nf README ChangeLog FAQ TODO
72
73 %find_lang %{name}
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %files -f %{name}.lang
79 %defattr(644,root,root,755)
80 %doc *.gz
81 %attr(755,root,root) %{_bindir}/*
82 %{_datadir}/%{name}
83 %{_mandir}/man?/*
This page took 0.080769 seconds and 4 git commands to generate.