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