From 5b054026488212f9f93a88fbe1f49860cf80be4390ad2d94991e009c8cf2dbf8 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 26 Apr 2022 05:58:26 +0000 Subject: [PATCH] Accepting request 972740 from home:plater - Really solve boo#1198551 by packaging audacitie's libraries in _libdir OBS-URL: https://build.opensuse.org/request/show/972740 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=179 --- audacity.changes | 6 ++++++ audacity.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/audacity.changes b/audacity.changes index 48fd7a1..ab52a8b 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 26 05:46:26 UTC 2022 - Dave Plater + +- Really solve boo#1198551 by packaging audacitie's libraries in + _libdir + ------------------------------------------------------------------- Thu Apr 21 09:00:40 UTC 2022 - Dave Plater diff --git a/audacity.spec b/audacity.spec index 4448e33..a7ebff8 100644 --- a/audacity.spec +++ b/audacity.spec @@ -164,6 +164,7 @@ mv -f %{buildroot}%{_datadir}/pixmaps/gnome-mime-application-x-audacity-project. %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-audacity-project.xpm rm -rf %{buildroot}%{_datadir}/pixmaps/ rm -rf %{buildroot}%{_datadir}/doc +mv -v %{buildroot}%{_libdir}/%{name}/*so %{buildroot}%{_libdir}/ # Why make install installs these is a mystery rm -f %{buildroot}%{_libdir}/audacity/libwx_baseu-suse-nostl.so.* @@ -176,11 +177,11 @@ rm -f %{buildroot}%{_prefix}/%{name} %find_lang %{name} %post -ldconfig %{_libdir}/%{name} +ldconfig %end %postun -ldconfig %{_libdir}/%{name} +ldconfig %end %files @@ -188,7 +189,7 @@ ldconfig %{_libdir}/%{name} %doc README.txt %license LICENSE.txt LICENSE_NYQUIST.txt %{_bindir}/%{name} -%{_libdir}/%{name} +%{_libdir} %{_libdir}/%{name}/modules/mod-script-pipe.so %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop