From 7600382a4c32dc66739a00243f610dc717b3f856 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 3 Sep 1998 16:14:16 +0000 Subject: Clearer pemission setting. svn path=/trunk/; revision=2066 --- specgen.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/specgen.sh b/specgen.sh index 359efd87..c72b0c6f 100755 --- a/specgen.sh +++ b/specgen.sh @@ -70,12 +70,15 @@ cp %{builddir}/rh-config/fetchmailconf.wmconfig \$RPM_BUILD_ROOT/etc/X11/wmconfi rm -rf \$RPM_BUILD_ROOT %files +%defattr (644, root, root, 755) %doc README NEWS NOTES FAQ COPYING FEATURES sample.rcfile contrib %doc fetchmail-features.html fetchmail-FAQ.html design-notes.html -%attr(644,root,root) /etc/X11/wmconfig/fetchmailconf -%attr(755,root,root) /usr/bin/fetchmail -%attr(755,root,root) /usr/bin/fetchmailconf -%attr(644,root,root) /usr/man/man1/*.1.gz -%attr(644,root,root) /usr/lib/rhs/control-panel/fetchmailconf.xpm -%attr(644,root,root) /usr/lib/rhs/control-panel/fetchmailconf.init +/usr/lib/rhs/control-panel/fetchmailconf.xpm +/usr/lib/rhs/control-panel/fetchmailconf.init +/etc/X11/wmconfig/fetchmailconf +%defattr (644, root, man) +/usr/man/man1/*.1.gz +%defattr (755, root, root) +/usr/bin/fetchmail +/usr/bin/fetchmailconf EOF -- cgit v1.2.3