[exaile/epel7: 2/2] RPM epel7 style.

Christopher Meng cicku at fedoraproject.org
Sat Feb 7 10:55:38 UTC 2015


commit 8cd0c08a1191ea37aaf67cb4984809381a1ac495
Author: Christopher Meng <i at cicku.me>
Date:   Sat Feb 7 18:54:41 2015 +0800

    RPM epel7 style.

 exaile.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/exaile.spec b/exaile.spec
index ceabd54..7c0759a 100644
--- a/exaile.spec
+++ b/exaile.spec
@@ -45,7 +45,7 @@ find . -type f -name "Makefile" -exec \
 {} + -print
 
 %build
-%make_build
+make %{?_smp_mflags}
 
 %install
 %make_install PREFIX=%{_prefix} LIBINSTALLDIR=/share PYTHON2_CMD=%{__python2}
@@ -57,13 +57,11 @@ desktop-file-install --delete-original			\
 %find_lang %{name}
 
 %check
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
 #make test
 
 %files -f %{name}.lang
 %doc COPYING FUTURE
 %{_bindir}/exaile
-%{_datadir}/appdata/exaile.appdata.xml
 %{_datadir}/applications/exaile.desktop
 %{_datadir}/pixmaps/exaile.png
 %{_datadir}/exaile/


More information about the scm-commits mailing list