]> git.pld-linux.org Git - packages/xfig.git/commitdiff
- added missing %defattr and %attr.
authorkloczek <kloczek@pld-linux.org>
Thu, 10 Dec 1998 12:26:51 +0000 (12:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfig.spec -> 1.4

xfig.spec

index bd62d154bc63df609d2891ef94a66159caa945e7..2c5312d43e8d42104aa9b8f40d647ebad48db5d5 100644 (file)
--- a/xfig.spec
+++ b/xfig.spec
@@ -50,9 +50,10 @@ gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-/usr/X11R6/bin/xfig
+%defattr(644, root, root, 755)
+%attr(755, root, root) /usr/X11R6/bin/xfig
 /usr/X11R6/lib/X11/xfig
-/usr/X11R6/man/man1/*
+%attr(644, root,  man) /usr/X11R6/man/man1/*
 %config /usr/X11R6/lib/X11/app-defaults/*
 %config /etc/X11/wmconfig/xfig
 
This page took 0.048029 seconds and 4 git commands to generate.