Changes of Revision 5
[-] | Changed | wxWidgets.spec |
x 1
2 Source0: http://downloads.sourceforge.net/wxpython/wxPython-src-%{version}.tar.bz2 3 Source1: %{name}-2.8.8-HTML.tar.bz2 4 Source2: README.unicode 5 +Source3: wxWidgets-rpmlintrc 6 Patch: %{name}-2.7.0-no-double-wxyield.diff 7 BuildRoot: %{_tmppath}/%{name}-%{version}-build 8 BuildRequires: expat 9
10 Development package for wxWidgets. 11 12 %package compat 13 -Summary: wxWidgets Compatibility Package 14 +Summary: Compatibility Package for wxWidgets 15 Group: System/Libraries 16 Requires: %{name} = %{version} 17 %if %suse_version >= 1030 18
19 which is needed for some improperly written applications. 20 21 %package docs 22 -Summary: wxWidgets html documentations 23 +Summary: HTML documentations for wxWidgets 24 Group: Documentation/HTML 25 Requires: %{name} = %{version} 26 27 |
||
[+] | Added | wxWidgets-rpmlintrc ^ |
@@ -0,0 +1,3 @@ +from Config import * +addFilter("python-wxGTK.* devel-file-in-non-devel-package") +setBadness('shlib-policy-name-error', 0) |