Accepting request 950331 from home:plater
- Added conditional %post and %postun for Leap, to fix boo#1194977 OBS-URL: https://build.opensuse.org/request/show/950331 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=172
This commit is contained in:
parent
acb8ab8e4a
commit
137cef760a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 08:17:38 UTC 2022 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
- Added conditional %post and %postun for Leap, to fix boo#1194977
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 30 06:17:14 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
Tue Nov 30 06:17:14 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audacity
|
# spec file for package audacity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -168,6 +168,17 @@ rm -f %{buildroot}%{_libdir}/audacity/libwx_gtk3u_qa-suse-nostl.so.*
|
|||||||
rm -f %{buildroot}%{_prefix}/%{name}
|
rm -f %{buildroot}%{_prefix}/%{name}
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} == 1500
|
||||||
|
%post
|
||||||
|
ldconfig %{_libdir}/%{name}
|
||||||
|
%end
|
||||||
|
|
||||||
|
%postun
|
||||||
|
ldconfig %{_libdir}/%{name}
|
||||||
|
%end
|
||||||
|
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.txt
|
%doc README.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user