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