]> git.pld-linux.org Git - packages/cabber.git/blame - cabber.spec
- typo
[packages/cabber.git] / cabber.spec
CommitLineData
c7e40d58 1%define _rc test5
2
3Summary: Cabber - console Jabber client
4Summary(pl): Cabber - konsolowy klient Jabbera
5Name: cabber
6Version: 0.4.0
3ba6523f 7Release: 0.%{_rc}.1
c7e40d58 8License: GPL
9Group: Applications/Communications
10Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-%{_rc}.tar.bz2
11# Source0-md5: f14914b71d6f6f5b9edddd2e883c3784
12URL: http://cabber.sourceforge.net/
13BuildRequires: ncurses-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Cabber is a console Jabber client.
18
19%description -l pl
20Cabber to konsolowy klient JAbbera
21
22%prep
23%setup -q -n %{name}-%{version}-%{_rc}
24
25%build
26rm -f missing
27
28%{__make} \
29 CFLAGS="-I/usr/include/ncurses"
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34install -d $RPM_BUILD_ROOT%{_bindir}
35
36install %{name} $RPM_BUILD_ROOT%{_bindir}
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc cabberrc.example Changelog README
44%attr(755,root,root) %{_bindir}/*
This page took 0.103255 seconds and 4 git commands to generate.