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