Dominique Leuenberger 12 months ago committed by Git OBS Bridge
commit 0d1dcd589c

@ -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…
Cancel
Save