blob: 0c1a60e37ff8565efaaf3d3ad3a533ebff2d82a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
Name: profanity
Version: 0.2.1
Release: 2%{?dist}
Summary: A console based XMPP client
Group: Application/System
License: GPL
URL: http://www.profanity.im/
Source0: %{name}-%{version}.tar.gz
BuildRequires: libstrophe-devel
BuildRequires: libcurl-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: glib2-devel
BuildRequires: expat-devel
Requires: libstrophe
Requires: libcurl
Requires: ncurses-libs
Requires: openssl
Requires: glib2
Requires: expat
%description
Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%{_bindir}/profanity
%doc %{_datadir}/man/man1/profanity.1.gz
%changelog
|