From 4ba632ea6ee68c6b0885d260b2a17f4d85e81a26 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 4 Jan 2016 18:07:52 +0000 Subject: [PATCH] - Drop including %{_datadir}/glib-2.0/schemas/gschemas.compiled. We don't need to compile the schemas or include this file virt-manager.spec OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=287 --- virt-manager.changes | 7 +++++++ virt-manager.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/virt-manager.changes b/virt-manager.changes index 18cd935c..ed96b0bd 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 4 11:04:50 MST 2016 - carnold@suse.com + +- Drop including %{_datadir}/glib-2.0/schemas/gschemas.compiled. We + don't need to compile the schemas or include this file + virt-manager.spec + ------------------------------------------------------------------- Fri Dec 25 09:44:35 UTC 2015 - bruno@ioda-net.ch diff --git a/virt-manager.spec b/virt-manager.spec index 6dc3e504..803a49a1 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -1,7 +1,7 @@ # # spec file for package virt-manager # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -231,7 +231,7 @@ python setup.py configure \ %{?_default_graphics} %install -python setup.py install \ +python setup.py --no-compile-schemas install \ --prefix=%{_prefix} \ -O1 --root=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/YaST2/clients/ @@ -278,7 +278,6 @@ fi %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop -%{_datadir}/glib-2.0/schemas/gschemas.compiled %{_datadir}/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.xml %{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert