]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- require latest snap of pyxmpp (0.5.s20050428)
[packages/cjc.git] / cjc.spec
1 #
2 # TODO:
3 # - on amd64 with .pyc files search main module at BUILDROOT,
4 #
5 Summary:        Console Jabber Client
6 Summary(pl):    CJC - konsolowy klient Jabbera
7 Name:           cjc
8 Version:        0.5.20050125a
9 Release:        4
10 License:        GPL
11 Group:          Applications/Communications
12 #Source0:       http://www.jabberstudio.org/files/cjc/cjc-%{version}.tar.gz
13 #Source0:       http://cjc.jabberstudio.org/snapshots/cjc-%{version}.tar.gz
14 Source0:        http://www.jajcus.net/files/cjc-%{version}.tar.gz
15 # Source0-md5:  c5811092b8077385966227ce33e0905f
16 Patch0:         %{name}-rename.patch
17 URL:            http://cjc.jabberstudio.org/
18 BuildRequires:  python-modules >= 2.3.0
19 %pyrequires_eq  python-modules
20 Requires:       python-pyxmpp >= 0.5.s20050428
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 A Jabber client for text terminals with user interface similar to
25 those known from popular IRC clients.
26
27 %description -l pl
28 Klient Jabbera dla terminali tekstowych z interfejsem u¿ytkownika
29 podobnym do tego znanego z popularnych klientów IRC.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %{__make} \
37         prefix=%{_prefix}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         prefix=%{_prefix} \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README TODO ChangeLog doc/manual.html
54 %attr(755,root,root) %{_bindir}/*
55 %dir %{_datadir}/%{name}
56 %dir %{_datadir}/%{name}/%{name}
57 %dir %{_datadir}/%{name}/%{name}/ui
58 %dir %{_datadir}/%{name}/plugins
59 %{_datadir}/%{name}/%{name}/*.py
60 %{_datadir}/%{name}/%{name}/ui/*.py
61 %{_datadir}/%{name}/plugins/*.py
This page took 0.062359 seconds and 4 git commands to generate.