- Another typo.

This commit is contained in:
Matthew Barnes 2006-10-16 20:57:35 +00:00
parent dde02912ea
commit 00d15aa206

View File

@ -43,7 +43,7 @@
Name: evolution
Version: 2.8.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPL
Group: Applications/Productivity
Summary: GNOME's next-generation groupware suite
@ -391,8 +391,8 @@ 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 $RPM_BUILD_ROOT/%{_datadir}/desktop-menu-patches/*-evolution-*.desktop; do
ln -sf $desktopfile $RPM_BUILD_ROOT/%{_datadir}/applications/
for desktopfile in $RPM_BUILD_ROOT%{_datadir}/desktop-menu-patches/*-evolution-*.desktop; do
ln -sf $desktopfile $RPM_BUILD_ROOT%{_datadir}/applications/
done
# remove upstream desktop file; use the symlinks from above (#103826)
@ -664,6 +664,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/libmenus.so
%changelog
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-4.fc7
- Another typo.
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-3.fc7
- Fix a typo in setting up .desktop symlinks.