automatic rebuild by autodist [release 0.9-2mamba;Sun Aug 18 2013]
This commit is contained in:
parent
8c0a23b599
commit
dbef0ff951
@ -1,2 +1,4 @@
|
|||||||
# libbio2jack
|
# libbio2jack
|
||||||
|
|
||||||
|
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
||||||
|
|
||||||
|
72
libbio2jack.spec
Normal file
72
libbio2jack.spec
Normal file
@ -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 <davide.madrisan@qilinux.it>
|
||||||
|
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 <autodist@mambasoft.it> 0.9-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Mon May 26 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
||||||
|
- update to 0.9
|
||||||
|
|
||||||
|
* Thu Apr 28 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.7-1qilnx
|
||||||
|
- package created by autospec
|
||||||
|
|
Loading…
Reference in New Issue
Block a user