Name: libbio2jack Version: 0.9 Release: 4mamba Summary: A library for porting bio OSS/ALSA audio applications to Jack Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://bio2jack.sourceforge.net/ Source: http://downloads.sourceforge.net/sourceforge/bio2jack/bio2jack-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libjack-devel BuildRequires: libsamplerate-devel ## AUTOBUILDREQ-END %description Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{version} %description devel Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack. This package contains static libraries and header files needed for development. %debug_package %prep %setup -q -n bio2jack ./autogen.sh %build %configure # Remove prebuilt library in archive make clean %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libbio2jack.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_bindir}/bio2jack-config %{_includedir}/*.h %{_libdir}/libbio2jack.a %{_libdir}/libbio2jack.la %{_libdir}/libbio2jack.so %doc ChangeLog INSTALL NEWS README %changelog * Tue Jan 04 2022 Silvan Calarco 0.9-4mamba - fix using prebuilt binaries in archive * Tue Jan 04 2022 Silvan Calarco 0.9-3mamba - rebuilt with debug package and specfile fixes * Sun Aug 18 2013 Automatic Build System 0.9-2mamba - automatic rebuild by autodist * Mon May 26 2008 Silvan Calarco 0.9-1mamba - update to 0.9 * Thu Apr 28 2005 Davide Madrisan 0.7-1qilnx - package created by autospec