Accepting request 984003 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/984003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbs2b?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-06-21 15:15:31 +00:00 committed by Git OBS Bridge
commit da74ad0062
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 15 13:55:43 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Remove bad %defattr - not needed and causes SHLIB non-executable
rpmlint error
- Use %autosetup
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 19 20:34:01 UTC 2022 - Dirk Müller <dmueller@suse.com> Tue Apr 19 20:34:01 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -64,8 +64,7 @@ Tools (bs2bconvert and bs2bstream) to use the Bauer stereophonic-to-binaural
DSP. DSP.
%prep %prep
%setup -q %autosetup -p1
%patch -p1
%build %build
%configure --disable-static %configure --disable-static
@ -79,19 +78,16 @@ rm -f '%{buildroot}%{_libdir}/libbs2b.la'
%postun -n libbs2b%{soname} -p /sbin/ldconfig %postun -n libbs2b%{soname} -p /sbin/ldconfig
%files -n libbs2b%{soname} %files -n libbs2b%{soname}
%defattr(0644, root, root, 0755)
%license COPYING %license COPYING
%doc AUTHORS ChangeLog README %doc AUTHORS ChangeLog README
%{_libdir}/libbs2b.so.%{soname}* %{_libdir}/libbs2b.so.%{soname}*
%files -n libbs2b-devel %files -n libbs2b-devel
%defattr(0644, root, root, 0755)
%{_libdir}/libbs2b.so %{_libdir}/libbs2b.so
%{_includedir}/bs2b %{_includedir}/bs2b
%{_libdir}/pkgconfig/libbs2b.pc %{_libdir}/pkgconfig/libbs2b.pc
%files -n bs2b-tools %files -n bs2b-tools
%defattr(0755, root, root, 0755)
%{_bindir}/bs2bconvert %{_bindir}/bs2bconvert
%{_bindir}/bs2bstream %{_bindir}/bs2bstream