about summary refs log tree commit diff stats
path: root/profanity.spec
diff options
context:
space:
mode:
authorFlorent Peterschmitt <florent@peterschmitt.fr>2013-06-05 11:28:53 +0200
committerFlorent Peterschmitt <florent@peterschmitt.fr>2013-06-05 11:28:53 +0200
commitb89f5da2c70655b92449e303df587441747f80ba (patch)
treebd83bbddb3a9892a1553ed677803784b2ed87cf3 /profanity.spec
parent6082ab8778fb3147081a3b4a9a0c929069a69b73 (diff)
downloadprofani-tty-b89f5da2c70655b92449e303df587441747f80ba.tar.gz
deb packaging files (tested on debian unstable) and rpm spec file
Diffstat (limited to 'profanity.spec')
-rw-r--r--profanity.spec41
1 files changed, 41 insertions, 0 deletions
diff --git a/profanity.spec b/profanity.spec
new file mode 100644
index 00000000..0c1a60e3
--- /dev/null
+++ b/profanity.spec
@@ -0,0 +1,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