On Monday 12 November 2007 13:23:49 Kamil Dziedzic wrote:
> Btw. which version is correct? With %ghost at begining or after %attr?:
the %attr doesn't play role as the file is not really installed (jbj would 
say %ghost files not included in rpm payload or sth)

but if adapter wants to have %attr there, it doesn't hurt.

> @@ -90,7 +90,7 @@
>  %files libs
>  %defattr(644,root,root,755)
>  %attr(755,root,root) %{_libdir}/libmcs.so.*.*.*
> -%ghost %attr(755,root,root) %{_libdir}/libmcs.so.?
> +%attr(755,root,root) %ghost %attr(755,root,root) %{_libdir}/libmcs.so.?
>  %dir %{_libdir}/%{name}
>  %attr(755,root,root) %{_libdir}/%{name}/keyfile.so



-- 
glen
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to