mirror of
https://abf.rosa.ru/djam/gcc7.git
synced 2025-02-24 07:12:53 +00:00
LOG Fix files
This commit is contained in:
parent
ddd59a006b
commit
3fdb7113c9
1 changed files with 4 additions and 4 deletions
8
gcc.spec
8
gcc.spec
|
@ -589,13 +589,12 @@ GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
|
|||
libraries, which are required to run programs compiled with the GNAT.
|
||||
|
||||
%files -n %{libgnat}
|
||||
%{_libdir}/libgnat-%{branch}.so.%{gnat_major}*
|
||||
%{_libdir}/libgnarl-%{branch}.so.%{gnat_major}*
|
||||
%{_libdir}/libgnat-%{branch}.so.%{gnat_major}
|
||||
%{_libdir}/libgnarl-%{branch}.so.%{gnat_major}
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
%if %{build_multilib}
|
||||
|
||||
%package -n %{multilibgnat}
|
||||
Summary: GNU Ada 95 runtime libraries
|
||||
Group: System/Libraries
|
||||
|
@ -606,7 +605,8 @@ GNAT is a GNU Ada 95 front-end to GCC. This package includes shared
|
|||
libraries, which are required to run programs compiled with the GNAT.
|
||||
|
||||
%files -n %{multilibgnat}
|
||||
%{multilibdir}/libgnat-%{branch}.so.%{gnat_major}*
|
||||
%{multilibdir}/libgnat-%{branch}.so.%{gnat_major}
|
||||
%{multilibdir}/libgnarl-%{branch}.so.%{gnat_major}
|
||||
%endif
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue