- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch to
help `configure' detect the SSL modules (closes #191567).
This commit is contained in:
parent
a7a8a8217c
commit
307ff6b65d
@ -21,7 +21,7 @@
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||||
@ -47,6 +47,9 @@ Patch201: gb-309079-attach-48377.patch
|
|||||||
|
|
||||||
Patch300: evolution-data-server-1.5.4-make_imap4_optional.patch
|
Patch300: evolution-data-server-1.5.4-make_imap4_optional.patch
|
||||||
|
|
||||||
|
# Temporary upstream patch to make SSL work again.
|
||||||
|
Patch301: evolution-data-server-1.7.1-nss_auto_detect.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libsoup >= %{soup_version}
|
Requires: libsoup >= %{soup_version}
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -122,6 +125,7 @@ evolution-data-server.
|
|||||||
%patch200 -p0 -b .fix-uid-leak
|
%patch200 -p0 -b .fix-uid-leak
|
||||||
%patch201 -p0 -b .fix-comp-ref-leak
|
%patch201 -p0 -b .fix-comp-ref-leak
|
||||||
%patch300 -p1 -b .make_imap4_optional
|
%patch300 -p1 -b .make_imap4_optional
|
||||||
|
%patch301 -p1 -b .nss_auto_detect
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -319,6 +323,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 14 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-2
|
||||||
|
- Add temporary patch evolution-data-server-1.7.1-nss_auto_detect.patch
|
||||||
|
to help `configure' detect the SSL modules (closes #191567).
|
||||||
|
|
||||||
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
|
* Wed May 10 2006 Matthew Barnes <mbarnes@redhat.com> - 1.7.1-1
|
||||||
- Update to 1.7.1
|
- Update to 1.7.1
|
||||||
- Bump eds_base_version from 1.6 to 1.8.
|
- Bump eds_base_version from 1.6 to 1.8.
|
||||||
|
Loading…
Reference in New Issue
Block a user