[profile-sync-daemon/f20] Use old style.

Christopher Meng cicku at fedoraproject.org
Tue Feb 17 06:56:37 UTC 2015


commit 31147f3cbf71185f8f3c17a2ab6c6ffeb87605ef
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 17 14:55:49 2015 +0800

    Use old style.

 profile-sync-daemon.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/profile-sync-daemon.spec b/profile-sync-daemon.spec
index 8ad28b2..7c3c7c4 100644
--- a/profile-sync-daemon.spec
+++ b/profile-sync-daemon.spec
@@ -20,7 +20,7 @@ calls and speed-up browsers.
 %setup -q
 
 %build
-%make_build
+make %{?_smp_mflags}
 
 %install
 make install-systemd-all DESTDIR=%{buildroot}
@@ -41,8 +41,7 @@ fi
 %systemd_postun_with_restart psd.service
 
 %files
-%doc README*
-%license MIT
+%doc README* MIT
 %config(noreplace) %{_sysconfdir}/psd.conf
 %{_bindir}/*
 %{_mandir}/man1/*.1*


More information about the scm-commits mailing list