- Add patch for Gnome.org bug #356811 (lingering file on uninstall).
This commit is contained in:
parent
f0fae97b3e
commit
7cd9caac76
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.8.0
|
Version: 2.8.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -124,6 +124,9 @@ Patch31: evolution-2.8.0-search-on-folder-change.patch
|
|||||||
# RH bug #161885 / Gnome.org bug #309166
|
# RH bug #161885 / Gnome.org bug #309166
|
||||||
Patch32: evolution-2.8.0-indic-cursor-movement.patch
|
Patch32: evolution-2.8.0-indic-cursor-movement.patch
|
||||||
|
|
||||||
|
# Gnome.org bug #356811
|
||||||
|
Patch33: evolution-2.8.0-uninstall.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -258,6 +261,7 @@ Development files needed for building things which link against evolution.
|
|||||||
%patch30 -p1 -b .fix-missing-declarations
|
%patch30 -p1 -b .fix-missing-declarations
|
||||||
%patch31 -p1 -b .search-on-folder-change
|
%patch31 -p1 -b .search-on-folder-change
|
||||||
%patch32 -p1 -b .indic-cursor-movement
|
%patch32 -p1 -b .indic-cursor-movement
|
||||||
|
%patch33 -p1 -b .uninstall
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -648,6 +652,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-5.fc6
|
||||||
|
- Add patch for Gnome.org bug #356811 (lingering file on uninstall).
|
||||||
|
|
||||||
* Tue Sep 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-4.fc6
|
* Tue Sep 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.8.0-4.fc6
|
||||||
- Bump eds_version to 1.8.0.
|
- Bump eds_version to 1.8.0.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user