[lpf] Disable appdata-validate %check, cannot use url in koji.

leamas leamas at fedoraproject.org
Wed Jan 8 09:50:23 UTC 2014


commit 98eb06d601547c2fab86e1ccb5839e26580b454e
Author: Alec Leamas <leamas.alec at gmail.com>
Date:   Wed Jan 8 10:50:11 2014 +0100

    Disable appdata-validate %check, cannot use url in koji.

 lpf.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lpf.spec b/lpf.spec
index f151e9c..e154a00 100644
--- a/lpf.spec
+++ b/lpf.spec
@@ -13,7 +13,7 @@ Group:          Development/Tools
 Source0:        %{url}/archive/%{commit}/lpf-%{version}-%{shortcommit}.tar.gz
 BuildArch:      noarch
 
-BuildRequires:  appdata-tools
+# BuildRequires:  appdata-tools
 BuildRequires:  desktop-file-utils
 Buildrequires:  python2-devel
 Requires:       hicolor-icon-theme
@@ -54,8 +54,8 @@ make DESTDIR=%{buildroot} install
 desktop-file-validate %{buildroot}%{_datadir}/applications/lpf.desktop
 
 
-%check
-appdata-validate appdata/lpf.appdata.xml
+# %%check
+# appdata-validate appdata/lpf.appdata.xml
 
 
 %pre


More information about the scm-commits mailing list