summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLink Dupont <link@fastmail.com>2016-06-22 21:19:22 -0700
committerLink Dupont <link@fastmail.com>2016-06-22 21:19:22 -0700
commitdd226d3b489290af40977d7a45aef5b9d70e1982 (patch)
treee918b129ad2a07727991fbb5a8bf0bfd7d01e72c
downloadprofanity-dd226d3b489290af40977d7a45aef5b9d70e1982.tar.gz
profanity-dd226d3b489290af40977d7a45aef5b9d70e1982.tar.xz
profanity-dd226d3b489290af40977d7a45aef5b9d70e1982.zip
initial commit
-rw-r--r--.gitignore1
-rw-r--r--profanity.spec49
-rw-r--r--sources1
3 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..98234a1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/profanity-0.4.7.tar.gz
diff --git a/profanity.spec b/profanity.spec
new file mode 100644
index 0000000..721b997
--- /dev/null
+++ b/profanity.spec
@@ -0,0 +1,49 @@
+Name: profanity
+Version: 0.4.7
+Release: 1%{?dist}
+Summary: A console-based XMPP client written in C using ncurses
+Group: Applications/Internet
+
+License: GPLv3
+URL: http://profanity.im/
+Source0: http://profanity.im/%{name}-%{version}.tar.gz
+
+BuildRequires: libstrophe-devel
+BuildRequires: libnotify-devel
+BuildRequires: libotr-devel
+BuildRequires: ncurses-devel
+BuildRequires: libcurl-devel
+BuildRequires: readline-devel
+BuildRequires: libuuid-devel
+
+%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
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+
+%files
+%doc COPYING
+%{_bindir}/*
+%{_datadir}/%{name}/*
+%{_mandir}/man1/*
+
+%changelog
+* Mon Jan 4 2016 Link Dupont <link@fastmail.com> - 0.4.7-1
+- New upstream version
+* Fri Sep 18 2015 Link Dupont <link.dupont@me.com> - 0.4.6-1
+- Initial package
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..3b3007d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+f044c54c7fee23ab8c4be7228a6bea9b profanity-0.4.7.tar.gz