]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- fixed %%files, .pyc files destroy this package (searching modules at
[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:        3
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 Patch0:         %{name}-rename.patch
13 URL:            http://cjc.jabberstudio.org/
14 BuildRequires:  python-modules >= 2.3.0
15 %pyrequires_eq  python-modules
16 Requires:       python-pyxmpp >= 0.5.s20041101
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A Jabber client for text terminals with user interface similar to
21 those known from popular IRC clients.
22
23 %description -l pl
24 Klient Jabbera dla terminali tekstowych z interfejsem u¿ytkownika
25 podobnym do tego znanego z popularnych klientów IRC.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__make} \
33         prefix=%{_prefix}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         prefix=%{_prefix} \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
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
56 %{_datadir}/%{name}/%{name}/ui/*.py
57 %{_datadir}/%{name}/plugins/*.py
This page took 0.073715 seconds and 4 git commands to generate.