mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
42 lines
781 B
RPMSpec
42 lines
781 B
RPMSpec
|
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
|