about summary refs log tree commit diff stats
path: root/profanity.spec
blob: fad7683444a19c492a59ae99b415bdb9e0ca5fbe (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
42
43
44
45
Name:		profanity
Version:	0.5.0
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
BuildRequires:	libotr-devel
BuildRequires:	gnutls-devel
Requires:	libstrophe
Requires:	libcurl
Requires:	ncurses-libs
Requires:	openssl
Requires:	glib2
Requires:	expat
Requires:	libotr
Requires:	gnutls

%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
ence_update(void); void presence_update_expect(resource_presence_t presence, char *msg, int idle); void bookmark_get_list_returns(GList *bookmarks); void mock_bookmark_add(void); void expect_and_return_bookmark_add(char *expected_jid, char *expected_nick, char *expected_password, char *expected_autojoin_str, gboolean added); void mock_bookmark_remove(void); void expect_and_return_bookmark_remove(char *expected_jid, gboolean removed); void message_send_expect(char *message, char *recipient); void mock_presence_join_room(void); void presence_join_room_expect(char *room, char *nick, char *passwd); void mock_roster_send_add_new(void); void roster_send_add_new_expect(char *jid, char *nick); void mock_roster_send_remove(void); void roster_send_remove_expect(char *jid); void mock_roster_send_name_change(void); void roster_send_name_change_expect(char *jid, char *name, GSList *groups); #endif