From dbef0ff9516df35836c09d9b1d86625fd112dbc5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:51:32 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.9-2mamba;Sun Aug 18 2013] --- README.md | 2 ++ libbio2jack.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 libbio2jack.spec diff --git a/README.md b/README.md index 02768e9..01fb76a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libbio2jack +Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack. + diff --git a/libbio2jack.spec b/libbio2jack.spec new file mode 100644 index 0000000..f1f7aed --- /dev/null +++ b/libbio2jack.spec @@ -0,0 +1,72 @@ +Name: libbio2jack +Version: 0.9 +Release: 2mamba +Summary: A library for porting bio OSS/ALSA audio applications to Jack +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +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 +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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 need for development. + +%prep +%setup -q -n bio2jack + +%build +./autogen.sh +%configure +%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}/*.so.* +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README + +%files devel +%defattr(-,root,root) +%{_bindir}/bio2jack-config +%{_includedir}/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so + +%changelog +* 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 +