]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
329e61a1cc6efcc2582bb08331d5d9b852cc0d74
[packages/cjc.git] / cjc.spec
1 Summary:        Console Jabber Client
2 Summary(pl):    CJC - konsolowy klient Jabbera
3 Name:           cjc
4 Version:        0.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://www.jabberstudio.org/files/cjc/cjc-%{version}.tar.gz
9 # Source0-md5:  e60b189d3551bdbd2c81140a77b0495a
10 URL:            http://cjc.jabberstudio.org/
11 BuildRequires:  python-modules >= 2.3.0
12 Requires:       python-pyxmpp = 0.5
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A Jabber client for text terminals with user interface similar to
17 those known from popular IRC clients.
18
19 %description -l pl
20 Klient Jabbera dla terminali tekstowych z interfejsem u¿ytkownika
21 podobnym do tego znanego z popularnych klientów IRC.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         prefix=%{_prefix}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         prefix=%{_prefix} \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README TODO ChangeLog doc/manual.html
45 %attr(755,root,root) %{_bindir}/*
46 %{_datadir}/%{name}
This page took 0.019822 seconds and 2 git commands to generate.