[Momonga-devel.ja:01389] About %files section of maxima-5.9.0-1m


中井と申します。

maxima.spec の %files に  %defattr(-,root,root) が足りないため、
インストールされたファイルの所有者、グループが build したユーザ
になります。
build したシステムではスッキリしないので、次のように修正しました。


Index: maxima.spec
===================================================================
RCS file: /home/cvs/pkgs/maxima/maxima.spec,v
retrieving revision 1.4
diff -u -r1.4 maxima.spec
--- maxima.spec	10 Feb 2003 18:53:17 -0000	1.4
+++ maxima.spec	13 Feb 2003 15:11:03 -0000
@@ -85,9 +85,11 @@
 %{_bindir}/%{name}
 
 %files xmaxima
+%defattr(-,root,root)
 %{_bindir}/xmaxima
 
 %files exec_clisp
+%defattr(-,root,root)
 %{_libdir}/%{name}/%{realver}/binary-clisp/*
 
 #%files exec_cmucl


よろしくお願いします。
# いつも spec の細かいところばかりで、すみません。
# 毎回の素早い対応、ありがとうございます。

-- 
Ichiro Nakai
i-nakai@xxxxxxxxxxxxxxxxx