]> git.pld-linux.org Git - packages/portaudio.git/commitdiff
noarch apidocs auto/th/portaudio-19-1.20110326.4
authorElan Ruusamäe <glen@delfi.ee>
Sat, 28 Mar 2015 13:55:09 +0000 (15:55 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 28 Mar 2015 13:55:09 +0000 (15:55 +0200)
portaudio.spec

index d111b1c809c698e0bcec71f6ce0770df7ae4ebf4..c33a04833dc7d796be0d54641942c97515a414ca 100644 (file)
@@ -5,20 +5,21 @@
 %bcond_without static_libs     # don't build static libraries
 %bcond_without apidocs         # documentation generated with doxygen
 %bcond_without asihpi          # ASI HPI support
-#
+
+%define        snap    20110326
+%define        rel             4
 Summary:       Free, cross platform, open-source, audio I/O library
 Summary(pl.UTF-8):     Darmowa, międzyplatformowa i otwarta biblioteka I/O audio
 Name:          portaudio
 Version:       19
-%define        snap    20110326
-Release:       1.%{snap}.3
+Release:       1.%{snap}.%{rel}
 License:       MIT-like (see LICENSE.txt)
 Group:         Libraries
 Source0:       http://www.portaudio.com/archives/pa_stable_v%{version}_%{snap}.tgz
 # Source0-md5: 8f266ce03638419ef46e4efcb0fabde6
 Patch0:                %{name}-ac.patch
 # http://audioscience.com/internet/download/drivers/released/v4/06/portaudio_asihpi_406.patch
-Patch1:                portaudio_asihpi_406.patch
+Patch1:                %{name}_asihpi_406.patch
 URL:           http://www.portaudio.com/
 BuildRequires: alsa-lib-devel >= 0.9
 BuildRequires: autoconf >= 2.13
@@ -75,14 +76,17 @@ Statyczna biblioteka PortAudio.
 Summary:       portaudio API documentation
 Summary(pl.UTF-8):     Documentacja API portaudio
 Group:         Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description apidocs
-Documentation for portaudio API in HTML format generated from portaudio
-sources by doxygen.
+Documentation for portaudio API in HTML format generated from
+portaudio sources by doxygen.
 
 %description apidocs -l pl.UTF-8
-Dokumentacja API portaudio w formacie HTML generowane ze
-źrodeł portaudio przez doxygen.
+Dokumentacja API portaudio w formacie HTML generowane ze źrodeł
+portaudio przez doxygen.
 
 %package c++
 Summary:       C++ binding for PortAudio library
This page took 0.121185 seconds and 4 git commands to generate.