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