- Drop including gschemas.compiled and icon-theme.cache.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=288
This commit is contained in:
Charles Arnold 2016-01-06 17:10:26 +00:00 committed by Git OBS Bridge
parent 4ba632ea6e
commit d756e5917d
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 4 11:04:50 MST 2016 - carnold@suse.com Mon Jan 4 11:04:50 MST 2016 - carnold@suse.com
- Drop including %{_datadir}/glib-2.0/schemas/gschemas.compiled. We - Drop including gschemas.compiled and icon-theme.cache.
don't need to compile the schemas or include this file
virt-manager.spec virt-manager.spec
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -231,7 +231,9 @@ python setup.py configure \
%{?_default_graphics} %{?_default_graphics}
%install %install
python setup.py --no-compile-schemas install \ python setup.py \
--no-update-icon-cache \
--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/
@ -274,7 +276,6 @@ fi
%dir /usr/share/icons/hicolor/*/apps %dir /usr/share/icons/hicolor/*/apps
%{_datadir}/%{name}/icons %{_datadir}/%{name}/icons
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/icon-theme.cache
%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop