spec: disable BR on gcc-java for RHEL
Version: 2.4.2-13
This commit is contained in:
parent
e916177a4d
commit
f1985557bc
10
libtool.spec
10
libtool.spec
@ -19,7 +19,12 @@ BuildRequires: autoconf, automake, texinfo
|
|||||||
Requires: autoconf, automake, sed, tar
|
Requires: autoconf, automake, sed, tar
|
||||||
|
|
||||||
# make sure we can configure all supported langs
|
# make sure we can configure all supported langs
|
||||||
BuildRequires: libstdc++-devel, gcc-gfortran, gcc-java
|
BuildRequires: libstdc++-devel, gcc-gfortran
|
||||||
|
%if !0%{?rhel:1}
|
||||||
|
# gcc-java was disabled in RHEL >= 7
|
||||||
|
BuildRequires: gcc-java
|
||||||
|
%endif
|
||||||
|
|
||||||
# /usr/bin/libtool includes paths within gcc's versioned directories
|
# /usr/bin/libtool includes paths within gcc's versioned directories
|
||||||
# Libtool must be rebuilt whenever a new upstream gcc is built
|
# Libtool must be rebuilt whenever a new upstream gcc is built
|
||||||
Requires: gcc = %{gcc_version}
|
Requires: gcc = %{gcc_version}
|
||||||
@ -148,6 +153,9 @@ fi
|
|||||||
%{_libdir}/libltdl.so
|
%{_libdir}/libltdl.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-13
|
||||||
|
- do not BR gcc-java in RHEL (by dmach)
|
||||||
|
|
||||||
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> - 2.4.2-12
|
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> - 2.4.2-12
|
||||||
- rebuilt for gcc 4.8.0
|
- rebuilt for gcc 4.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user