diff --git a/evolution.spec b/evolution.spec index 6c7fb54..7844caa 100644 --- a/evolution.spec +++ b/evolution.spec @@ -43,7 +43,7 @@ Name: evolution Version: 2.8.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -391,7 +391,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.la rm -rf $RPM_BUILD_ROOT/var/scrollkeeper # evolution is the preferred email app -for desktopfile in %{_datadir}/desktop-menu-patches/*-evolution-*.desktop; do +for desktopfile in $RPM_BUILD_ROOT/%{_datadir}/desktop-menu-patches/*-evolution-*.desktop; do ln -sf $desktopfile $RPM_BUILD_ROOT/%{_datadir}/applications/ done @@ -664,10 +664,13 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog -* Mon Oct 4 2006 Matthew Barnes - 2.8.1-2.fc7 +* Mon Oct 16 2006 Matthew Barnes - 2.8.1-3.fc7 +- Fix a typo in setting up .desktop symlinks. + +* Mon Oct 16 2006 Matthew Barnes - 2.8.1-2.fc7 - Forgot to check-in one of the patches. -* Mon Oct 4 2006 Matthew Barnes - 2.8.1-1.fc7 +* Mon Oct 16 2006 Matthew Barnes - 2.8.1-1.fc7 - Update to 2.8.1 - Use stricter build settings. - Make .desktop symlinks absolute (RH bug #209322).