about summary refs log tree commit diff stats
path: root/src/chat_state.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added remaining chat statesJames Booth2015-01-111-0/+61
|
* Send active chat state, handle composing and gone from recipientsJames Booth2015-01-101-37/+0
|
* Removed chat states from chat_session module, WIPJames Booth2015-01-081-0/+37
orent Peterschmitt <florent@peterschmitt.fr> 2013-06-05 11:28:53 +0200 committer Florent Peterschmitt <florent@peterschmitt.fr> 2013-06-05 11:28:53 +0200 deb packaging files (tested on debian unstable) and rpm spec file' href='/danisanti/profani-tty/commit/profanity.spec?id=b89f5da2c70655b92449e303df587441747f80ba'>b89f5da2 ^
bf0fdc4d ^
47d00141 ^
b89f5da2 ^


















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