]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- 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 %pyrequires_eq  python-modules
14 Requires:       python-pyxmpp >= 0.5.s20041101
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A Jabber client for text terminals with user interface similar to
19 those known from popular IRC clients.
20
21 %description -l pl
22 Klient Jabbera dla terminali tekstowych z interfejsem u¿ytkownika
23 podobnym do tego znanego z popularnych klientów IRC.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__make} \
30         prefix=%{_prefix}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         prefix=%{_prefix} \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README TODO ChangeLog doc/manual.html
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.107309 seconds and 4 git commands to generate.