From af1e2d0254ca4d6b68cd82153a16c72c1ab96f99d10de0fabc54b92227c7c02a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 20 Jun 2022 15:16:58 +0000 Subject: [PATCH] Accepting request 983934 from home:gmbr3:Active - Remove bad %defattr - not needed and causes SHLIB non-executable rpmlint error - Use %autosetup OBS-URL: https://build.opensuse.org/request/show/983934 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbs2b?expand=0&rev=9 --- libbs2b.changes | 7 +++++++ libbs2b.spec | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libbs2b.changes b/libbs2b.changes index 7f9622e..6ad71d5 100644 --- a/libbs2b.changes +++ b/libbs2b.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 15 13:55:43 UTC 2022 - Callum Farmer + +- 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 diff --git a/libbs2b.spec b/libbs2b.spec index bf6e0c0..40ab762 100644 --- a/libbs2b.spec +++ b/libbs2b.spec @@ -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