[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpms/bzip2/devel bzip2.spec,1.31,1.32
- From: Ralf Corsepius <rc040203 freenet de>
- To: fedora-devel-list redhat com
- Cc: fedora-extras-commits redhat com
- Subject: Re: rpms/bzip2/devel bzip2.spec,1.31,1.32
- Date: Mon, 21 May 2007 12:51:28 +0200
On Mon, 2007-05-21 at 05:21 -0400, Ivana Varekova wrote:
> Author: varekova
>
> Update of /cvs/pkgs/rpms/bzip2/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21834
>
> Index: bzip2.spec
> ===================================================================
> RCS file: /cvs/pkgs/rpms/bzip2/devel/bzip2.spec,v
> retrieving revision 1.31
> retrieving revision 1.32
> diff -u -r1.31 -r1.32
> # Temporary for rpm
> -%{_libdir}/*.a
> +/%{_lib}/*.a
>
> %changelog
> +* Mon May 21 2007 Ivana Varekova <varekova redhat com> 1.0.4-11
> +- remove libbz2.* from /usr/lib* to /lib*
Please don't pollute /lib/ with static libs. /lib should be free of
devel libs and should contain runtime libs only.
There definitely should not be any room for static libs in /lib.
Check how glibc and glib handle such cases. Put *.so and *.a
into /usr/lib and put *.so.* into /lib.
Ralf
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]