Include portaudiocpp library and headers (#413681).

epel9
Matthias Saou 17 years ago
parent 0ee171e658
commit 07e54a1a81

@ -3,7 +3,7 @@
Summary: Free, cross platform, open-source, audio I/O library Summary: Free, cross platform, open-source, audio I/O library
Name: portaudio Name: portaudio
Version: 19 Version: 19
Release: 3%{?dist} Release: 4%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.portaudio.com/ URL: http://www.portaudio.com/
@ -40,7 +40,7 @@ portaudio library.
%build %build
%configure --disable-static %configure --disable-static --enable-cxx
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
# Build html devel documentation # Build html devel documentation
doxygen doxygen
@ -68,6 +68,7 @@ doxygen
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc/html/* %doc doc/html/*
%{_includedir}/portaudiocpp/
%{_includedir}/portaudio.h %{_includedir}/portaudio.h
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
%{_libdir}/*.so %{_libdir}/*.so
@ -75,6 +76,9 @@ doxygen
%changelog %changelog
* Mon Dec 10 2007 Matthias Saou <http://freshrpms.net/> 19-4
- Include portaudiocpp library and headers (#413681).
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 19-3 * Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 19-3
- Rebuild for new BuildID feature. - Rebuild for new BuildID feature.

Loading…
Cancel
Save