From 3fdb7113c93facb194dc32de201809efa9550682 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Fri, 24 Jan 2014 03:32:21 +1100 Subject: [PATCH] LOG Fix files --- gcc.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc.spec b/gcc.spec index 96fa135..389cedf 100644 --- a/gcc.spec +++ b/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 #-----------------------------------------------------------------------