aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-09-03 16:14:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-09-03 16:14:16 +0000
commit7600382a4c32dc66739a00243f610dc717b3f856 (patch)
tree65ae70a0c73a664dfa799a111ffb8854d394e80a /specgen.sh
parent9d9bd60666b6b603183bb4ca42cd96c8f383d53d (diff)
downloadfetchmail-7600382a4c32dc66739a00243f610dc717b3f856.tar.gz
fetchmail-7600382a4c32dc66739a00243f610dc717b3f856.tar.bz2
fetchmail-7600382a4c32dc66739a00243f610dc717b3f856.zip
Clearer pemission setting.
svn path=/trunk/; revision=2066
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh15
1 files 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