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