automatic update by autodist [release 190600_20161030-1mamba;Fri Dec 01 2017]
This commit is contained in:
parent
2d100c7ff6
commit
ccf666b39a
@ -1,6 +1,6 @@
|
||||
#%define pa_stable_version_append 20071207
|
||||
Name: libportaudio
|
||||
Version: 19_20140130
|
||||
Version: 190600_20161030
|
||||
Release: 1mamba
|
||||
Summary: A free, cross platform, open-source, audio I/O library
|
||||
Group: System/Libraries
|
||||
@ -35,7 +35,7 @@ This package contains static libraries and header files need for development.
|
||||
%prep
|
||||
%setup -q -n portaudio
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -45,7 +45,7 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
for f in pa_asio.h pa_linux_alsa.h pa_jack.h pa_unix_oss.h; do
|
||||
for f in pa_asio.h pa_linux_alsa.h pa_jack.h; do
|
||||
install -m0644 include/$f %{buildroot}%{_includedir}/$f
|
||||
done
|
||||
|
||||
@ -67,6 +67,9 @@ done
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2017 Automatic Build System <autodist@mambasoft.it> 190600_20161030-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Feb 01 2014 Automatic Build System <autodist@mambasoft.it> 19_20140130-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user