Changes of Revision 96
vlc-beta.spec
Changed
x
1
2
%{_libdir}/*.so.*
3
%{_libdir}/pkgconfig/*.pc
4
%{_libexecdir}/%{name}
5
-%{_mandir}/*
6
+%{_mandir}/*/*
7
8
%changelog
9
vlc-beta-rpmlintrc
Changed
19
1
2
# according to the developers this is a false positive
3
-addFilter("libvlccore9.* shared-lib-calls-exit")
4
+setBadness("shared-lib-calls-exit", 0)
5
6
# there's a good reason for packaging vlc and vlc.desktop separately
7
-addFilter("desktopfile-without-binary")
8
+setBadness("desktopfile-without-binary", 0)
9
10
# plugins.dat is created on startup if necessary
11
-addFilter("vlc-beta-noX.* ghost-files-without-postin")
12
+setBadness("ghost-files-without-postin", 0)
13
14
# these are false positives
15
-addFilter("(libvlccore9|vlc-beta-qt).* file-contains-date-and-time")
16
+setBadness("file-contains-date-and-time", 0)
17
18
setBadness('arch-dependent-file-in-usr-share',0)
19