- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on
s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
This commit is contained in:
parent
8d91e0ebb0
commit
84bd93e759
@ -12,6 +12,10 @@ ExcludeArch: ppc64
|
||||
%define gnome_icon_theme_version 1.3.6
|
||||
|
||||
%if %{use_mozilla_nss}
|
||||
%define mozilla_version 1.7.3
|
||||
|
||||
# ppc is still at mozilla 1.7.2
|
||||
%ifarch ppc
|
||||
%define mozilla_version 1.7.2
|
||||
%endif
|
||||
|
||||
@ -20,6 +24,9 @@ ExcludeArch: ppc64
|
||||
%define mozilla_version 1.6
|
||||
%endif
|
||||
|
||||
%endif
|
||||
# end of use_mozilla_nss conditional section
|
||||
|
||||
%define ldap_support 1
|
||||
%define krb5_support 1
|
||||
%ifarch s390 s390x
|
||||
@ -32,7 +39,7 @@ ExcludeArch: ppc64
|
||||
|
||||
Name: evolution
|
||||
Version: 2.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
URL: http://www.ximian.com/
|
||||
@ -314,6 +321,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/evolution/%{evo_major}/*/*.a
|
||||
|
||||
%changelog
|
||||
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
|
||||
- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
|
||||
|
||||
* Tue Sep 28 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.1-1
|
||||
- Update from 2.0.0 to 2.0.1
|
||||
- Updated dependency on e-d-s from 1.0.0 to 1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user