rpms/yap/FC-4 yap.spec,1.6,1.7

Michael Schwendt bugs.michael at gmx.net
Sat Jun 18 16:52:33 UTC 2005


On Sat, 18 Jun 2005 12:00:12 -0400, G__rard Milmeister wrote:

> Author: gemi
> 
> Update of /cvs/extras/rpms/yap/FC-4
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4994
> 
> Modified Files:
> 	yap.spec 
> Log Message:
> libdir fix for x86_64
> 
> 
> Index: yap.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/yap/FC-4/yap.spec,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -r1.6 -r1.7
> --- yap.spec	18 Jun 2005 13:56:16 -0000	1.6
> +++ yap.spec	18 Jun 2005 16:00:10 -0000	1.7
> @@ -1,6 +1,6 @@
>  Name:		yap
>  Version:	4.5.5
> -Release:	4%{?dist}
> +Release:	5%{?dist}
>  
>  Summary:	High-performance Prolog Compiler
>  
> @@ -64,11 +64,14 @@
>  %{_bindir}/yap
>  %{_datadir}/Yap
>  %{_includedir}/Yap
> -%{_libdir}/libYap.a
> -%{_libdir}/Yap
> +%{_prefix}/%{_lib}/libYap.a
> +%{_prefix}/%{_lib}/Yap
>  %{_infodir}/*

It's the same: %_libdir is %{_exec_prefix}/%{_lib}
  
-- 
Fedora Core release 4 (Stentz) - Linux 2.6.11-1.1369_FC4
loadavg: 1.00 1.03 1.00




More information about the fedora-extras-commits mailing list