- 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:
parent
4ba632ea6e
commit
d756e5917d
@ -1,8 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Drop including gschemas.compiled and icon-theme.cache.
|
||||
virt-manager.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -231,7 +231,9 @@ python setup.py configure \
|
||||
%{?_default_graphics}
|
||||
|
||||
%install
|
||||
python setup.py --no-compile-schemas install \
|
||||
python setup.py \
|
||||
--no-update-icon-cache \
|
||||
--no-compile-schemas install \
|
||||
--prefix=%{_prefix} \
|
||||
-O1 --root=$RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/YaST2/clients/
|
||||
@ -274,7 +276,6 @@ fi
|
||||
%dir /usr/share/icons/hicolor/*/apps
|
||||
%{_datadir}/%{name}/icons
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user