From 9b3a8899805310f5964196d71a637ca1eb68bfa7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:41:20 +0000 Subject: auto-import changelog data from evolution-1.5.9.1-3.src.rpm Tue Jun 08 2004 David Malcolm - 1.5.9.1-3 - Replaced /usr/lib with /usr/lib64 in mozills_nss ssl_flags --- diff --git a/evolution.spec b/evolution.spec index 9fc1725..5897e92 100644 --- a/evolution.spec +++ b/evolution.spec @@ -26,7 +26,7 @@ ExcludeArch: ppc64 Name: evolution Version: 1.5.9.1 -Release: 2 +Release: 3 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -188,7 +188,7 @@ mkdir -p krb5-fakeprefix/%{_lib} %endif %if %{use_mozilla_nss} -%define ssl_flags --with-nspr-includes=/usr/include/mozilla-%{mozilla_version}/nspr --with-nspr-libs=/usr/lib --with-nss-includes=/usr/include/mozilla-%{mozilla_version}/nss --with-nss-libs=/usr/lib +%define ssl_flags --with-nspr-includes=/usr/include/mozilla-%{mozilla_version}/nspr --with-nspr-libs=%{_libdir} --with-nss-includes=/usr/include/mozilla-%{mozilla_version}/nss --with-nss-libs=%{_libdir} %else %define ssl_flags --enable-openssl=yes %endif @@ -300,6 +300,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*/*.a %changelog +* Tue Jun 8 2004 David Malcolm - 1.5.9.1-3 +- Replaced /usr/lib with %{_libdir} in mozills_nss ssl_flags + * Mon Jun 7 2004 David Malcolm - 1.5.9.1-2 - updated filechooser patch again