# HG changeset patch # User Wolfgang Rosenauer # Date 1263474200 -3600 # Node ID a87b1d6c6d535df1d24936d9096cdb599958a7f2 # Parent 00ee07727e73076f6d66a4c1b3941851c0e523bf Non-conflicting %ghost files are only supported in RPM since 11.2 diff -r 00ee07727e73 -r a87b1d6c6d53 mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Wed Jan 13 23:53:53 2010 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Thu Jan 14 14:03:20 2010 +0100 @@ -382,6 +382,9 @@ touch $RPM_BUILD_ROOT%{_libdir}/xulrunner-%{ga_version} %endif # excludes +%if %suse_version < 1120 +rm -f $RPM_BUILD_ROOT%{_bindir}/xulrunner +%endif rm -f $RPM_BUILD_ROOT%{_libdir}/xulrunner-%{version_internal}/updater rm -f $RPM_BUILD_ROOT%{_libdir}/xulrunner-%{version_internal}/update.locale rm -f $RPM_BUILD_ROOT%{_libdir}/xulrunner-%{version_internal}/LICENSE @@ -490,7 +493,9 @@ %endif # ghosts %ghost %{_libdir}/xulrunner-%{version_internal}/global.reginfo +%if %suse_version >= 1120 %ghost %{_bindir}/xulrunner +%endif # GRE %dir %{_sysconfdir}/gre.d/ %attr(644,root,root) %{_sysconfdir}/gre.d/*