- Fix a typo in setting up .desktop symlinks.
This commit is contained in:
parent
858b611e57
commit
dde02912ea
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: GNOME's next-generation groupware suite
|
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
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||||
|
|
||||||
# evolution is the preferred email app
|
# 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/
|
ln -sf $desktopfile $RPM_BUILD_ROOT/%{_datadir}/applications/
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -664,10 +664,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 4 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-2.fc7
|
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-3.fc7
|
||||||
|
- Fix a typo in setting up .desktop symlinks.
|
||||||
|
|
||||||
|
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-2.fc7
|
||||||
- Forgot to check-in one of the patches.
|
- Forgot to check-in one of the patches.
|
||||||
|
|
||||||
* Mon Oct 4 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-1.fc7
|
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.1-1.fc7
|
||||||
- Update to 2.8.1
|
- Update to 2.8.1
|
||||||
- Use stricter build settings.
|
- Use stricter build settings.
|
||||||
- Make .desktop symlinks absolute (RH bug #209322).
|
- Make .desktop symlinks absolute (RH bug #209322).
|
||||||
|
Loading…
Reference in New Issue
Block a user