]> git.pld-linux.org Git - packages/centericq.git/blob - centericq.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 Source0:        http://konst.org.ua/download/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-am_fixes.patch
10 URL:            http://konst.org.ua/centericq/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  libsigc++-devel >= 1.0.0
15 BuildRequires:  libtool
16 BuildRequires:  ncurses-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 Obsoletes:      centerICQ
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 %patch0 -p1
43
44 %build
45 rm -f missing
46 libtoolize --copy --force
47 aclocal
48 autoconf
49 automake -a -c
50 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo-0.1 libmsn-0.1\
51         libicq2000-0.2; do
52         cd $i
53         rm -f missing
54         aclocal
55         autoconf
56         automake -a -c
57         cd ..
58 done
59 CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}"
60 %configure
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 gzip -9nf README ChangeLog FAQ TODO
70
71 %find_lang %{name}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc *.gz
79 %attr(755,root,root) %{_bindir}/*
80 %{_datadir}/%{name}
81 %{_mandir}/man?/*
This page took 0.067797 seconds and 4 git commands to generate.