]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- snap 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.s20050428
9 Release:        1
10 Epoch:          1
11 License:        GPL
12 Group:          Applications/Communications
13 #Source0:       http://www.jabberstudio.org/files/cjc/cjc-%{version}.tar.gz
14 #Source0:       http://www.jajcus.net/files/cjc-%{version}.tar.gz
15 Source0:        http://cjc.jabberstudio.org/snapshots/cjc-%{version}.tar.gz
16 # Source0-md5:  23d595f120cee66b37c5ad656b8d47a2
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
34 %build
35 %{__make} \
36         prefix=%{_prefix}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         prefix=%{_prefix} \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README TODO ChangeLog doc/manual.html
53 %attr(755,root,root) %{_bindir}/*
54 %dir %{_datadir}/%{name}
55 %dir %{_datadir}/%{name}/%{name}
56 %dir %{_datadir}/%{name}/%{name}/ui
57 %dir %{_datadir}/%{name}/plugins
58 %{_datadir}/%{name}/%{name}/*.py
59 %{_datadir}/%{name}/%{name}/ui/*.py
60 %{_datadir}/%{name}/plugins/*.py
This page took 0.054494 seconds and 4 git commands to generate.