rpms/monodoc/devel monodoc.spec,1.7,1.8

Paul Howarth paul at city-fan.org
Mon Jul 10 07:44:01 UTC 2006


On Sun, 2006-07-09 at 06:04 -0700, Paul F. Johnson wrote:
> @@ -40,8 +40,8 @@
>  %files
>  %defattr(-, root, root)
>  %doc COPYING AUTHORS ChangeLog NEWS README
> -%{_libdir}/mono/gac/monodoc/
> -%{_libdir}/mono/monodoc/
> +/usr/lib/mono/gac/monodoc/
> +/usr/lib/mono/monodoc/
>  %{_libdir}/%{name}/
>  %{_bindir}/mdassembler
>  %{_bindir}/mdcs2ecma
> @@ -58,6 +58,9 @@
>  %{__rm} -rf %{buildroot}
>  
>  %changelog
> +* Sun Jul 09 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-17
> +- need to specify usr-lib for the mono and gac dir
> +

My reading of the mono packaging guidelines is that things should be in
%{_libdir} rather than /usr/lib, and that the packager's effort should
go into getting the application/library to put things there and use them
from there. I realise this is non-trivial given the way that most
upstream mono apps/libraries are written, but hardcoding /usr/lib has to
be seen as a regression, doesn't it?

Paul.




More information about the fedora-extras-list mailing list