]> git.pld-linux.org Git - packages/mcabber.git/blob - mcabber.spec
09a87bf704a4273bd87ef83ccc4bd70e55ea0fea
[packages/mcabber.git] / mcabber.spec
1 Summary:        mcabber - small console Jabber client
2 Summary(pl):    mcabber - ma³y konsolowy klient protoko³u Jabber
3 Name:           mcabber
4 Version:        0.8.2
5 Release:        1
6 Group:          Applications/Console
7 License:        GPL
8 Source0:        http://www.lilotux.net/%7emikael/mcabber/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  15cf16ffe599ca9a71589c38184dbb31
10 URL:            http://www.lilotux.net/~mikael/mcabber/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake
13 BuildRequires:  glib2-devel >= 2.0.0
14 BuildRequires:  ncurses-ext-devel
15 BuildRequires:  openssl-devel
16 BuildRequires:  pkgconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 mcabber is a small Jabber console client for Linux. mcabber includes
21 features such as SSL support, history logging, commands completion,
22 and external actions triggers.
23
24 %description -l pl
25 mcabber jest ma³ym klientem protoko³u Jabber dla Linuksa.
26 Do mo¿liwo¶ci mcabbera nale¿±: wsparcie dla SSL, logowanie
27 historii, dope³nianie poleceñ i wywo³ywanie zewnêtrznych pleceñ
28 przy zdarzeniach.
29
30 %prep
31 %setup -q
32
33 %build
34 %{__aclocal} -I macros
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure \
39         --with-ssl
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO mcabberrc.example
55 %attr(755,root,root) %{_bindir}/*
56 %{_mandir}/man1/*
57 %{_datadir}/%{name}
This page took 0.072466 seconds and 3 git commands to generate.