From e6fa6ab33347af7fd11b70a616804c72298e621a Mon Sep 17 00:00:00 2001 From: "Jared K. Smith" Date: Fri, 23 Oct 2015 17:33:16 -0400 Subject: [PATCH] Fix build on EL6/EL7 machines --- speexdsp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/speexdsp.spec b/speexdsp.spec index 66c3ff5..e40cb46 100644 --- a/speexdsp.spec +++ b/speexdsp.spec @@ -1,7 +1,7 @@ Name: speexdsp Version: 1.2 %global rc_ver rc3 -Release: 0.7.%{rc_ver}%{?dist} +Release: 0.8.%{rc_ver}%{?dist} Summary: A voice compression format (DSP) Group: System Environment/Libraries @@ -68,6 +68,7 @@ find %{buildroot} -type f -name "*.la" -delete %files %doc AUTHORS COPYING TODO ChangeLog README NEWS doc/manual.pdf +%doc %{_docdir}/speexdsp/manual.pdf %{_libdir}/libspeexdsp.so.* %files devel @@ -76,6 +77,9 @@ find %{buildroot} -type f -name "*.la" -delete %{_libdir}/libspeexdsp.so %changelog +* Fri Oct 23 2015 Jared Smith - 1.2-0.8.rc3 +- Fix building on EPEL6/EPEL7 again, due to manual.pdf + * Fri Oct 23 2015 Jared Smith - 1.2-0.7.rc3 - Fix building by making sure the manual.pdf file is included in the docs