rpms/evolution/devel evolution.spec,1.197,1.198

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 16 20:20:48 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29273

Modified Files:
	evolution.spec 
Log Message:

* Mon Oct 16 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-3.fc7
- Fix a typo in setting up .desktop symlinks.



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- evolution.spec	16 Oct 2006 19:26:33 -0000	1.197
+++ evolution.spec	16 Oct 2006 20:20:46 -0000	1.198
@@ -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 -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 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
-* Mon Oct  4 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-2.fc7
+* Mon Oct 16 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-3.fc7
+- Fix a typo in setting up .desktop symlinks.
+
+* Mon Oct 16 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-2.fc7
 - Forgot to check-in one of the patches.
 
-* Mon Oct  4 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-1.fc7
+* Mon Oct 16 2006 Matthew Barnes <mbarnes at redhat.com> - 2.8.1-1.fc7
 - Update to 2.8.1
 - Use stricter build settings.
 - Make .desktop symlinks absolute (RH bug #209322).




More information about the fedora-cvs-commits mailing list