rebuilt to remove .la file [release 3.1.0-2mamba;Mon May 06 2024]

This commit is contained in:
Automatic Build System 2024-05-06 22:43:25 +02:00
parent f3bb960606
commit a38586e2b5

View File

@ -1,23 +1,19 @@
Name: libbs2b
Version: 3.1.0
Release: 1mamba
Release: 2mamba
Summary: Bauer stereophonic-to-binaural DSP effect library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/alexmarsev/libbs2b.git
## GITSOURCE https://github.com/alexmarsev/libbs2b.git master
URL: https://github.com/alexmarsev/libbs2b
Source: https://github.com/alexmarsev/libbs2b.git/master/libbs2b-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libflac-devel
BuildRequires: libgcc
BuildRequires: libogg-devel
BuildRequires: libsndfile-devel
BuildRequires: libstdc++6-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -45,9 +41,9 @@ This package contains utility applications for %{name}.
%prep
%setup -q
./autogen.sh
%build
./autogen.sh
%configure
%make
@ -71,7 +67,6 @@ This package contains utility applications for %{name}.
%dir %{_includedir}/bs2b
%{_includedir}/bs2b/bs2b*.h
%{_libdir}/libbs2b.a
%{_libdir}/libbs2b.la
%{_libdir}/libbs2b.so
%{_libdir}/pkgconfig/libbs2b.pc
%doc ChangeLog README
@ -82,5 +77,8 @@ This package contains utility applications for %{name}.
%{_bindir}/bs2bstream
%changelog
* Mon May 06 2024 Automatic Build System <autodist@openmamba.org> 3.1.0-2mamba
- rebuilt to remove .la file
* Tue Oct 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
- package created using the webbuild interface