]> git.pld-linux.org Git - packages/cjc.git/blob - cjc.spec
- new spec
[packages/cjc.git] / cjc.spec
1 Summary:        Console Jabber Client
2 Summary(pl):    CJC - konsolowy klient Jabbera
3 Name:           cjc
4 Version:        0.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://www.jabberstudio.org/files/cjc/cjc-%{version}.tar.gz
9 # Source0-md5:  962f95e558cec517e6930bc03a4e402c
10 URL:            http://cjc.jabberstudio.org/
11 BuildRequires:  python-modules >= 2.2.1
12 Requires:       python-pyxmpp = 0.3
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A Jabber client for text terminals with user interface similar to those known
17 from popular IRC clients.
18
19 %prep
20 %setup -qn cjc-%{version}
21
22 %build
23
24 %{__make} prefix=%{_prefix}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28
29 %{__make} install \
30         prefix=%{_prefix} \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/doc
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README TODO ChangeLog
41 %attr(755,root,root) %{_bindir}/*
42 %{_datadir}/%{name}
This page took 0.079131 seconds and 4 git commands to generate.