rpms/portaudio/devel portaudio.spec,1.12,1.13

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Dec 10 10:04:09 UTC 2007


Author: thias

Update of /cvs/extras/rpms/portaudio/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11050

Modified Files:
	portaudio.spec 
Log Message:
Include portaudiocpp library and headers (#413681).



Index: portaudio.spec
===================================================================
RCS file: /cvs/extras/rpms/portaudio/devel/portaudio.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- portaudio.spec	22 Aug 2007 18:55:53 -0000	1.12
+++ portaudio.spec	10 Dec 2007 10:03:32 -0000	1.13
@@ -3,7 +3,7 @@
 Summary: Free, cross platform, open-source, audio I/O library
 Name: portaudio
 Version: 19
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.portaudio.com/
@@ -40,7 +40,7 @@
 
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-cxx
 %{__make} %{?_smp_mflags}
 # Build html devel documentation
 doxygen
@@ -68,6 +68,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc doc/html/*
+%{_includedir}/portaudiocpp/
 %{_includedir}/portaudio.h
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
@@ -75,6 +76,9 @@
 
 
 %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
 - Rebuild for new BuildID feature.
 




More information about the fedora-extras-commits mailing list