- Require nspr and nss instead of mozilla-nspr and mozilla-nss

- Update no-gnome-common patch to work with standalone nss package
This commit is contained in:
Christopher Aillon 2005-12-16 04:03:52 +00:00
parent 91f09cb2f1
commit 2d65948872

View File

@ -31,7 +31,7 @@
Name: evolution Name: evolution
Version: 2.5.2 Version: 2.5.2
Release: 1.1 Release: 2
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -86,7 +86,7 @@ Patch800: evolution-2.5.2-fix-conduits.patch
Patch802: evolution-2.2.2-fix-conduit-dir.patch 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.5.2-no-gnome-common.patch
Patch804: evolution-2.4.1-fix-missing-declarations.patch Patch804: evolution-2.4.1-fix-missing-declarations.patch
@ -131,8 +131,8 @@ BuildRequires: dbus-devel >= %{dbus_version}
BuildRequires: gtk-doc BuildRequires: gtk-doc
%if %{use_mozilla_nss} %if %{use_mozilla_nss}
BuildRequires: mozilla-nspr-devel BuildRequires: nspr-devel
BuildRequires: mozilla-nss-devel BuildRequires: nss-devel
%else %else
BuildRequires: openssl-devel BuildRequires: openssl-devel
%endif %endif
@ -254,7 +254,7 @@ mkdir -p krb5-fakeprefix/%{_lib}
%endif %endif
%if %{use_mozilla_nss} %if %{use_mozilla_nss}
if ! pkg-config --exists mozilla-nss; then if ! pkg-config --exists nss; then
echo "Unable to find suitable version of mozilla nss to use!" echo "Unable to find suitable version of mozilla nss to use!"
exit 1 exit 1
fi fi
@ -486,6 +486,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so %{_libdir}/evolution/%{evo_major}/*.so
%changelog %changelog
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 2.5.2-2
- Require nspr and nss instead of mozilla-nspr and mozilla-nss
- Update no-gnome-common patch to work with standalone nss package
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt - rebuilt