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:
commit
da74ad0062
@ -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>
|
||||
|
||||
|
@ -64,8 +64,7 @@ Tools (bs2bconvert and bs2bstream) to use the Bauer stereophonic-to-binaural
|
||||
DSP.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -79,19 +78,16 @@ rm -f '%{buildroot}%{_libdir}/libbs2b.la'
|
||||
%postun -n libbs2b%{soname} -p /sbin/ldconfig
|
||||
|
||||
%files -n libbs2b%{soname}
|
||||
%defattr(0644, root, root, 0755)
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_libdir}/libbs2b.so.%{soname}*
|
||||
|
||||
%files -n libbs2b-devel
|
||||
%defattr(0644, root, root, 0755)
|
||||
%{_libdir}/libbs2b.so
|
||||
%{_includedir}/bs2b
|
||||
%{_libdir}/pkgconfig/libbs2b.pc
|
||||
|
||||
%files -n bs2b-tools
|
||||
%defattr(0755, root, root, 0755)
|
||||
%{_bindir}/bs2bconvert
|
||||
%{_bindir}/bs2bstream
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user