Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
80c5721219
commit
f31fd6be79
@ -20,7 +20,6 @@ Patch2: alsa-lib-1.0.14-glibc-open.patch
|
|||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
Requires(post): /sbin/ldconfig, coreutils
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
||||||
@ -109,9 +108,7 @@ mkdir -p %{buildroot}/%{_datadir}/alsa/topology
|
|||||||
# Remove libtool archives.
|
# Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
Loading…
Reference in New Issue
Block a user