- 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
This commit is contained in:
Charles Arnold 2016-01-04 18:07:52 +00:00 committed by Git OBS Bridge
parent dd3db50964
commit 4ba632ea6e
2 changed files with 9 additions and 3 deletions

View File

@ -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 Fri Dec 25 09:44:35 UTC 2015 - bruno@ioda-net.ch

View File

@ -1,7 +1,7 @@
# #
# spec file for package virt-manager # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -231,7 +231,7 @@ python setup.py configure \
%{?_default_graphics} %{?_default_graphics}
%install %install
python setup.py install \ python setup.py --no-compile-schemas install \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
-O1 --root=$RPM_BUILD_ROOT -O1 --root=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/YaST2/clients/ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/YaST2/clients/
@ -278,7 +278,6 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/gschemas.compiled
%{_datadir}/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.xml %{_datadir}/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.xml
%{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert %{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert