[florence/f20] It doesn't support parallel building now, proposing a fix.

Christopher Meng cicku at fedoraproject.org
Sat May 17 12:15:12 UTC 2014


commit 8fb465048b1c8dd6d95793874ba073316290cbfb
Author: Christopher Meng <i at cicku.me>
Date:   Sat May 17 20:14:24 2014 +0800

    It doesn't support parallel building now, proposing a fix.

 florence.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/florence.spec b/florence.spec
index 7865554..0512935 100644
--- a/florence.spec
+++ b/florence.spec
@@ -44,7 +44,7 @@ sed -i -e 's|Icon=.*|Icon=%{name}|g' data/%{name}.desktop.in.in
 %build
 # without panelapplet for gnome3
 %configure --without-panelapplet
-make %{?_smp_mflags} 
+make
 
 %install
 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
@@ -80,6 +80,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/glib-2.0/schemas/org.%{name}.gschema.xml
 %{_mandir}/man1/%{name}.*
 %{_mandir}/man1/%{name}_applet.*
+%{_libdir}/lib%{name}-*
+%{_libdir}/pkgconfig/%{name}-*.pc
+%{_includedir}/%{name}-*
 
 %changelog
 * Sat May 17 2014 Christopher Meng <rpm at cicku.me> - 0.6.2-1


More information about the scm-commits mailing list