This commit is contained in:
parent
32610f20e5
commit
a2bd6381c7
@ -56,12 +56,12 @@
|
||||
extract_dir=Config.getOption('ExtractDir', '/tmp')
|
||||
--- MenuXDGCheck.py
|
||||
+++ MenuXDGCheck.py
|
||||
@@ -20,7 +20,7 @@
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
def check_file(self, pkg, filename):
|
||||
f = pkg.dirName() + filename
|
||||
- if getstatusoutput(('desktop-file-validate', f), 1)[0]:
|
||||
+ if getstatusoutput(('/opt/testing/bin/desktop-file-validate', f), 1)[0]:
|
||||
printError(pkg, 'invalid-desktopfile', filename)
|
||||
if not is_utf8(f):
|
||||
printError(pkg, 'non-utf8-desktopfile', filename)
|
||||
- st = getstatusoutput(('desktop-file-validate', f), 1)
|
||||
+ st = getstatusoutput(('/opt/testing/bin/desktop-file-validate', f), 1)
|
||||
if st[0]:
|
||||
if st[1].find('error:') != -1:
|
||||
printError(pkg, 'invalid-desktopfile', filename, st[1].split('error: ')[1])
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 23:55:01 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- refresh patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 14:19:04 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@ Name: rpmlint-mini
|
||||
BuildRequires: glib2-devel pkg-config rpm-python rpmlint
|
||||
Summary: Rpm correctness checker
|
||||
Version: 1.0
|
||||
Release: 15
|
||||
Release: 20
|
||||
URL: http://rpmlint.zarb.org/
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/Packages
|
||||
@ -96,6 +96,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/opt/testing
|
||||
|
||||
%changelog
|
||||
* Thu Jun 21 2007 - dmueller@suse.de
|
||||
- refresh patches
|
||||
* Thu Jun 07 2007 - dmueller@suse.de
|
||||
- update desktop-file-validate to 0.13
|
||||
- fix build for lib64 archs
|
||||
|
Loading…
Reference in New Issue
Block a user