- added patch (804: evolution-2.4.1-fix-missing-declarations.patch) to fix
missing declaration (thanks to Peter Robinson)
This commit is contained in:
parent
cfd80b2937
commit
52c71d869e
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -81,6 +81,8 @@ 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):
|
# 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
|
Patch803: evolution-2.2.2-no-gnome-common.patch
|
||||||
|
|
||||||
|
Patch804: evolution-2.4.1-fix-missing-declarations.patch
|
||||||
|
|
||||||
Summary: GNOME's next-generation groupware suite
|
Summary: GNOME's next-generation groupware suite
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
|
|
||||||
@ -201,6 +203,7 @@ cd ../..
|
|||||||
%patch800 -p0 -b .fix-conduits
|
%patch800 -p0 -b .fix-conduits
|
||||||
%patch802 -p1 -b .fix-conduit-dir
|
%patch802 -p1 -b .fix-conduit-dir
|
||||||
%patch803 -p1 -b .no-gnome-common
|
%patch803 -p1 -b .no-gnome-common
|
||||||
|
%patch804 -p1 -b .fix-missing-declarations
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -362,6 +365,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*.so
|
%{_libdir}/evolution/%{evo_major}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 18 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-3
|
||||||
|
- added patch (804: evolution-2.4.1-fix-missing-declarations.patch) to fix
|
||||||
|
missing declaration (thanks to Peter Robinson)
|
||||||
|
|
||||||
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-2
|
* Mon Oct 17 2005 David Malcolm <dmalcolm@redhat.com> - 2.4.1-2
|
||||||
- bump e-d-s requirement to 1.4.1.1
|
- bump e-d-s requirement to 1.4.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user