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