]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- Version: 1.0.0
[packages/cjc.git] / cjc.spec
1 #
2 Summary:        Console Jabber Client
3 Summary(pl):    CJC - konsolowy klient Jabbera
4 Name:           cjc
5 Version:        1.0.0
6 Release:        1
7 Epoch:          1
8 License:        GPL
9 Group:          Applications/Communications
10 Source0:        http://files.jabberstudio.org/cjc/cjc-%{version}.tar.gz
11 # Source0-md5:  a557fabab8ca2070f444a307cb18d66a
12 URL:            http://cjc.jabberstudio.org/
13 BuildRequires:  python-modules >= 2.3.0
14 %pyrequires_eq  python-modules
15 Requires:       python-pyxmpp >= 0.5.s20051015
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 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name}{,/ui}/*.py
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README TODO ChangeLog doc/manual.html
50 %attr(755,root,root) %{_bindir}/*
51 %dir %{_datadir}/%{name}
52 %dir %{_datadir}/%{name}/%{name}
53 %dir %{_datadir}/%{name}/%{name}/ui
54 %dir %{_datadir}/%{name}/plugins
55 %{_datadir}/%{name}/%{name}/*.py[co]
56 %{_datadir}/%{name}/%{name}/ui/*.py[co]
57 %{_datadir}/%{name}/plugins/*
This page took 0.06035 seconds and 4 git commands to generate.