From d70f6adeafd4403549b0281f367c56c78c8382b7 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Jun 21 2019 13:02:44 +0000 Subject: Enable HTTPS. --- diff --git a/squeezelite.spec b/squeezelite.spec index 015ef95..46a7cb6 100644 --- a/squeezelite.spec +++ b/squeezelite.spec @@ -45,6 +45,7 @@ BuildRequires: libmad-devel BuildRequires: libvorbis-devel BuildRequires: lirc-devel BuildRequires: mpg123-devel +BuildRequires: openssl-devel BuildRequires: pandoc BuildRequires: soxr-devel BuildRequires: systemd @@ -68,7 +69,7 @@ used in place of dedicated Squeezebox network music playing hardware. %build %set_build_flags -%make_build %{?with_ffmpeg:CPPFLAGS+="-I/usr/include/ffmpeg"} OPTS="-DDSD -DLINKALL -DRESAMPLE -DVISEXPORT -DIR -DGPIO %{?with_wiringpi:-DRPI} %{?with_ffmpeg:-DFFMPEG} %{?!with_faad:-DNO_FAAD}" +%make_build %{?with_ffmpeg:CPPFLAGS+="-I/usr/include/ffmpeg"} OPTS="-DDSD -DLINKALL -DRESAMPLE -DVISEXPORT -DIR -DGPIO %{?with_wiringpi:-DRPI} %{?with_ffmpeg:-DFFMPEG} %{?!with_faad:-DNO_FAAD} -DUSE_SSL" pandoc --to=man --standalone --output=%{name}.service.7 %{SOURCE3} @@ -124,6 +125,7 @@ exit 0 %changelog * Fri Jun 21 2019 Peter Oliver - 1.9.2.1165-1 - Update to version 1.9.2.1165. +- Enable HTTPS. * Sun Feb 03 2019 Fedora Release Engineering - 1.9.0.1126-4.gita1dd79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild