fix using prebuilt binaries in archive [release 0.9-4mamba;Tue Jan 04 2022]
This commit is contained in:
parent
dbef0ff951
commit
8a7d20ab20
@ -1,11 +1,11 @@
|
|||||||
Name: libbio2jack
|
Name: libbio2jack
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 2mamba
|
Release: 4mamba
|
||||||
Summary: A library for porting bio OSS/ALSA audio applications to Jack
|
Summary: A library for porting bio OSS/ALSA audio applications to Jack
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@qilinux.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://bio2jack.sourceforge.net/
|
URL: http://bio2jack.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/bio2jack/bio2jack-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/sourceforge/bio2jack/bio2jack-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -14,7 +14,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
||||||
@ -26,15 +25,20 @@ Requires: %{name} = %{version}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Bio2jack is a library that allows for simple porting of general purposed bio (blocked io) OSS/ALSA audio applications to Jack.
|
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.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n bio2jack
|
%setup -q -n bio2jack
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
|
# Remove prebuilt library in archive
|
||||||
|
make clean
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -49,18 +53,25 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libbio2jack.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/bio2jack-config
|
%{_bindir}/bio2jack-config
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libbio2jack.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libbio2jack.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libbio2jack.so
|
||||||
|
%doc ChangeLog INSTALL NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-4mamba
|
||||||
|
- fix using prebuilt binaries in archive
|
||||||
|
|
||||||
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-3mamba
|
||||||
|
- rebuilt with debug package and specfile fixes
|
||||||
|
|
||||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9-2mamba
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.9-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user