Enabled SSL support

This commit is contained in:
Christian Dersch 2016-04-23 23:22:16 +02:00
parent 35a36782c7
commit 8d9de93179
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Name: quassel
Summary: A modern distributed IRC system
Version: 0.12.3
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2 or GPLv3
URL: http://quassel-irc.org/
@ -94,7 +94,7 @@ Quassel client
%build
mkdir build
pushd build
%{cmake_kf5} .. -DWANT_MONO=1 -DUSE_QT5=1 -DWITH_KDE=1
%{cmake_kf5} .. -DWANT_MONO=1 -DUSE_QT5=1 -DWITH_KDE=1 -DHAVE_SSL=1
popd
make %{?_smp_mflags} -C build
@ -179,6 +179,9 @@ exit 0
%changelog
* Sat Apr 23 2016 Christian Dersch <lupinix@mailbox.org> - 0.12.3-6
- Enabled SSL support
* Sat Apr 23 2016 Christian Dersch <lupinix@mailbox.org> - 0.12.3-5
- migrated to Qt5
- modernized spec