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
This commit is contained in:
OBS User autobuild 2010-09-11 10:06:36 +00:00 committed by Git OBS Bridge
parent 8ef20800fd
commit 04cb66733e
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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