https://bugzilla.redhat.com/show_bug.cgi?id=986567
--- Comment #1 from Wolfgang Ulbrich <[email protected]> --- Those lines can savely removed, no need for this anymore. Requires(post): desktop-file-utils >= %{desktop_file_utils_version} Requires(post): shared-mime-info Requires(postun): desktop-file-utils >= %{desktop_file_utils_version} Requires(postun): shared-mime-info Does creating this directory not cause a package conflict with c-c from gnome ? # we do want this mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties And does c-c-c really create those directories ? # we don't want these rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/autostart rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts Is that configure flag really needed? CFLAGS="$RPM_OPT_FLAGS -Wno-error" Pls check desktop-file-install! cinnamon-control-center.desktop.in.in has already OnlyShowIn=GNOME; entry. Same for all other desktop files except cinnamon-sound-applet.desktop.in which installs in /etc/xdg/autostart. desktop-file-install --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-only-show-in GNOME \ $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UiPLtauGhV&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
