tweaks
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=99
This commit is contained in:
parent
1170909d5b
commit
fca987f5fb
@ -1,5 +1,5 @@
|
||||
# according to the developers this is a false positive
|
||||
addFilter("libvlccore8.* shared-lib-calls-exit")
|
||||
addFilter("libvlccore.* shared-lib-calls-exit")
|
||||
|
||||
# there's a good reason for packaging vlc and vlc.desktop separately
|
||||
addFilter("desktopfile-without-binary")
|
||||
@ -7,6 +7,3 @@ addFilter("desktopfile-without-binary")
|
||||
# plugins.dat is created on startup if necessary
|
||||
addFilter("vlc-noX.* ghost-files-without-postin")
|
||||
|
||||
# these are false positives
|
||||
addFilter("(libvlccore8|vlc-qt).* file-contains-date-and-time")
|
||||
|
||||
|
21
vlc.spec
21
vlc.spec
@ -434,6 +434,15 @@ for lang in ach an cgg co ff tet; do
|
||||
done
|
||||
%find_lang vlc
|
||||
|
||||
%post -n %{name}-noX -p /sbin/ldconfig
|
||||
%postun -n %{name}-noX -p /sbin/ldconfig
|
||||
|
||||
%post -n libvlc%{libvlc} -p /sbin/ldconfig
|
||||
%postun -n libvlc%{libvlc} -p /sbin/ldconfig
|
||||
|
||||
%post -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
||||
%postun -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/svlc
|
||||
@ -1068,16 +1077,4 @@ done
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%post -n %{name}-noX -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{name}-noX -p /sbin/ldconfig
|
||||
|
||||
%post -n libvlc%{libvlc} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libvlc%{libvlc} -p /sbin/ldconfig
|
||||
|
||||
%post -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
||||
|
||||
%postun -n libvlccore%{libvlccore} -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user