[Bug 166547] Review Request: multisync - Calendar (and other PIM data) synchronization program

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 18 20:13:06 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: multisync - Calendar (and other PIM data) synchronization program


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166547





------- Additional Comments From triad at df.lth.se  2005-10-18 16:12 EST -------
Hi Andreas, thanks for taking on this package which is much wanted
and would be very nice to have in the Extras. I will be using it for
sure... now some fixes:

%post
update-desktop-database %{_datadir}/applications &> /dev/null

%postun
if [ "$1" = "0" ]; then
  update-desktop-database %{_datadir}/applications &> /dev/null
fi

is needed to update the application database after installation.
This also means you need:

Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils

And on the main package:

> Requires: gtk2-devel
> Requires: glib2-devel

Why are these two needed at runtime? Should they not be
BuildRequires:?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list