Fix build on EL6/EL7 machines

This commit is contained in:
Jared K. Smith 2015-10-23 17:33:16 -04:00
parent 9f83d5a6cf
commit e6fa6ab333

View File

@ -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 <jsmith@fedoraproject.org> - 1.2-0.8.rc3
- Fix building on EPEL6/EPEL7 again, due to manual.pdf
* Fri Oct 23 2015 Jared Smith <jsmith@fedoraproject.org> - 1.2-0.7.rc3
- Fix building by making sure the manual.pdf file is included in the docs