- Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might

not be available when we rerun the autotools; patch 803)
This commit is contained in:
dmalcolm 2005-06-28 20:22:29 +00:00
parent 085695e93c
commit c58914c517

View File

@ -28,7 +28,7 @@ ExcludeArch: ppc64
Name: evolution
Version: 2.2.2
Release: 10.fc5
Release: 11.fc5
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -76,6 +76,9 @@ Patch801: gb-309138-attach-48417-fix-evo-conduit-memleaks.patch
# Move .conduit files from share to lib (for the sake of multilib)
Patch802: evolution-2.2.2-fix-conduit-dir.patch
# Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools):
Patch803: evolution-2.2.2-no-gnome-common.patch
Summary: GNOME's next-generation groupware suite
Group: Applications/Productivity
@ -193,6 +196,7 @@ Development files needed for building things which link against evolution.
%patch800 -p0 -b .fix-conduits
%patch801 -p0 -b .fix-evo-conduit-memleaks
%patch802 -p1 -b .fix-conduit-dir
%patch803 -p1 -b .no-gnome-common
mkdir -p krb5-fakeprefix/include
mkdir -p krb5-fakeprefix/lib
@ -352,7 +356,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so
%changelog
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-10.fc5
* Tue Jun 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-11.fc5
- Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools; patch 803)
* Tue Jun 28 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-10.fc5
- Moved .conduit files to libdir/gnome-pilot/conduits, rather than beneath datadir, to match gnome-pilot (patch 802)
* Mon Jun 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-9.fc5