mirror of
https://abf.rosa.ru/djam/gcc7.git
synced 2025-02-24 15:22:53 +00:00
LOG Fix Requires
This commit is contained in:
parent
3fdb7113c9
commit
5a9337f70a
1 changed files with 1 additions and 2 deletions
3
gcc.spec
3
gcc.spec
|
@ -972,7 +972,7 @@ Provides: libgcj = %{EVRD}
|
||||||
Provides: libgcj%{gcj_major} = %{EVRD}
|
Provides: libgcj%{gcj_major} = %{EVRD}
|
||||||
%endif
|
%endif
|
||||||
Requires: zip >= 2.1
|
Requires: zip >= 2.1
|
||||||
Requires: libgcj-java = %{EVRD}
|
Requires: libgcj-java >= %{EVRD}
|
||||||
%if %{without java_bootstrap}
|
%if %{without java_bootstrap}
|
||||||
BuildRequires: antlr
|
BuildRequires: antlr
|
||||||
%endif
|
%endif
|
||||||
|
@ -1018,7 +1018,6 @@ programs compiled using the Java compiler from GNU Compiler Collection (gcj).
|
||||||
%package -n libgcj-java
|
%package -n libgcj-java
|
||||||
Summary: Java runtime library for gcc (Java parts)
|
Summary: Java runtime library for gcc (Java parts)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{libgcj} = %{EVRD}
|
|
||||||
Conflicts: %{_lib}gcj13 < 4.7.3_2012.10-4
|
Conflicts: %{_lib}gcj13 < 4.7.3_2012.10-4
|
||||||
|
|
||||||
%description -n libgcj-java
|
%description -n libgcj-java
|
||||||
|
|
Loading…
Add table
Reference in a new issue