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