Fix for gnome3 module rename
This commit is contained in:
parent
b685bc192d
commit
f8711955bd
@ -241,8 +241,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{?_with_gnome:
|
%{?_with_gnome:
|
||||||
%files gnome
|
%files gnome
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%{!?_with_gnome3:
|
||||||
%{_libdir}/%{name}/%{version}/modules/config_gnome.so
|
%{_libdir}/%{name}/%{version}/modules/config_gnome.so
|
||||||
%{_libexecdir}/pxgconf
|
%{_libexecdir}/pxgconf}
|
||||||
|
%{?_with_gnome3:
|
||||||
|
%{_libdir}/%{name}/%{version}/modules/config_gnome3.so
|
||||||
|
%{_libexecdir}/pxgsettings}
|
||||||
}
|
}
|
||||||
|
|
||||||
%{?_with_kde:
|
%{?_with_kde:
|
||||||
|
Loading…
Reference in New Issue
Block a user