about summary refs log tree commit diff stats
path: root/profanity.spec
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-23 22:43:52 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-23 22:43:52 +0200
commitb4d65335f63351c551f27a6e59edbb11e0dd5f52 (patch)
tree3aa6f9a1e8dbc2d8061fa7eaa3f5b768e0bacf04 /profanity.spec
parentbaf51b9580bcd5f71ea5bc65c0b96d66e1f35f88 (diff)
downloadprofani-tty-b4d65335f63351c551f27a6e59edbb11e0dd5f52.tar.gz
Remove spec file
Debian build files were removed in
2e4af77b856bc6b14b6804d3822a17f4bed82b2f.

I think it's good enough if distros ship their build scripts.
No reason to maintain them upstream.

People who are interested can take a look at the openSUSE spec file:
https://build.opensuse.org/package/view_file/network/profanity/profanity.spec
Diffstat (limited to 'profanity.spec')
-rw-r--r--profanity.spec51
1 files changed, 0 insertions, 51 deletions
diff --git a/profanity.spec b/profanity.spec
deleted file mode 100644
index 42c8625c..00000000
--- a/profanity.spec
+++ /dev/null
@@ -1,51 +0,0 @@
-Name:		profanity
-Version:	0.8.1
-Release:	2%{?dist}
-Summary:	A console based XMPP client
-
-Group:		Application/System
-License:	GPL
-URL:		https://profanity-im.github.io/
-Source0:	%{name}-%{version}.tar.gz
-
-BuildRequires:	libstrophe-devel
-# or:
-#BuildRequires:	libmesode-devel
-BuildRequires:	libcurl-devel
-BuildRequires:	ncurses-devel
-BuildRequires:	openssl-devel
-BuildRequires:	glib2-devel >= 2.56.0
-BuildRequires:	expat-devel
-BuildRequires:	libotr-devel
-BuildRequires:	gnutls-devel
-BuildRequires:	sqlite3-devel >= 3.27.0
-BuildRequires:	libsignal-protocol-c-devel >= 2.3.2
-Requires:	libstrophe
-Requires:	libcurl
-Requires:	ncurses-libs
-Requires:	openssl
-Requires:	glib2 >= 2.56.0
-Requires:	expat
-Requires:	libotr
-Requires:	gnutls
-Requires:	sqlite3-devel >= 3.27.0
-Requires:	libsignal-protocol-c-devel >= 2.3.2
-
-%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