diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..293ffa7 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,5 @@ +gsettings-backend-dconf + requires "glib2-tools-" + post "%glib2_gio_module_post" + postun "%glib2_gio_module_postun" +libdconf0 diff --git a/dconf.changes b/dconf.changes index c46600d..2f81703 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 11 21:31:18 CEST 2010 - vuntz@opensuse.org + +- Create baselibs.conf: we want the gsettings dconf backend to be + bi-arch. + ------------------------------------------------------------------- Thu Sep 16 09:42:02 CEST 2010 - vuntz@opensuse.org diff --git a/dconf.spec b/dconf.spec index 88bd763..2ae949b 100644 --- a/dconf.spec +++ b/dconf.spec @@ -25,6 +25,7 @@ License: LGPLv2.1+ Summary: Simple key-based configuration system Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Source99: baselibs.conf BuildRequires: vala-devel BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0)