From 04cb66733eed27090754c3fd9de6c7754304c36f58619196848a017dc9ff8973 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 11 Sep 2010 10:06:36 +0000 Subject: [PATCH] Accepting request 47811 from GNOME:Factory Copy from GNOME:Factory/dconf based on submit request 47811 from user vuntz OBS-URL: https://build.opensuse.org/request/show/47811 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dconf?expand=0&rev=2 --- dconf.changes | 5 +++++ dconf.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dconf.changes b/dconf.changes index 2ddef93..660588d 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 10 14:35:51 CEST 2010 - vuntz@opensuse.org + +- Fix typo in %_smp_mflags to really have parallel build. + ------------------------------------------------------------------- Fri Aug 6 23:46:25 CEST 2010 - vuntz@opensuse.org diff --git a/dconf.spec b/dconf.spec index d505855..1e35bc0 100644 --- a/dconf.spec +++ b/dconf.spec @@ -19,7 +19,7 @@ Name: dconf Version: 0.5 -Release: 1 +Release: 2 # FIXME: remove SUSE_ASNEEDED=0 when this is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=626280 License: LGPLv2.1+ Summary: Simple key-based configuration system @@ -98,7 +98,7 @@ have configuration storage systems. export SUSE_ASNEEDED=0 %configure \ --disable-static -%__make %{?_smp_flags} +%__make %{?_smp_mflags} %install %makeinstall @@ -147,4 +147,5 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %dir %{_datadir}/vala %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/dconf.* + %changelog