- Re-enable s390(x)
This commit is contained in:
parent
82e0cb4086
commit
41cc0dcbfc
@ -1,10 +1,6 @@
|
|||||||
# no ppc64 mozilla
|
# no ppc64 mozilla
|
||||||
ExcludeArch: ppc64
|
ExcludeArch: ppc64
|
||||||
|
|
||||||
# no s390/s390x mozilla right now:
|
|
||||||
ExcludeArch: s390
|
|
||||||
ExcludeArch: s390x
|
|
||||||
|
|
||||||
%define gal_version 2:2.2.3
|
%define gal_version 2:2.2.3
|
||||||
%define gtkhtml_version 3.3.2
|
%define gtkhtml_version 3.3.2
|
||||||
%define soup_version 2.2.0
|
%define soup_version 2.2.0
|
||||||
@ -17,12 +13,6 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
%if %{use_mozilla_nss}
|
%if %{use_mozilla_nss}
|
||||||
%define mozilla_version 1.7.3
|
%define mozilla_version 1.7.3
|
||||||
|
|
||||||
# FIXME!!! s390/s390x don't have mozilla 1.7 yet
|
|
||||||
%ifarch s390 s390x
|
|
||||||
%define mozilla_version 1.6
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
# end of use_mozilla_nss conditional section
|
# end of use_mozilla_nss conditional section
|
||||||
|
|
||||||
@ -38,7 +28,7 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://www.ximian.com/
|
URL: http://www.ximian.com/
|
||||||
@ -323,6 +313,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/evolution/%{evo_major}/*/*.a
|
%{_libdir}/evolution/%{evo_major}/*/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2004 Christopher Aillon <caillon@redhat.com> - 2.0.2-4
|
||||||
|
- Re-enable s390(x)
|
||||||
|
|
||||||
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-3
|
* Fri Oct 22 2004 David Malcolm <dmalcolm@redhat.com> - 2.0.2-3
|
||||||
- added requirement on gnutls/gnutls-devel
|
- added requirement on gnutls/gnutls-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user