]> git.pld-linux.org Git - packages/xfig.git/commitdiff
- removed spaces from %attr macros parameters.
authorkloczek <kloczek@pld-linux.org>
Mon, 24 May 1999 11:45:56 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfig.spec -> 1.6

xfig.spec

index 94edfab6548c3155cb7e2c897e5bd91ef71a9b63..8986baee45b019d702818c593a726b4f5238753c 100644 (file)
--- a/xfig.spec
+++ b/xfig.spec
@@ -50,8 +50,8 @@ gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%attr(755, root, root) /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/*
 %config /usr/X11R6/lib/X11/app-defaults/*
This page took 0.104664 seconds and 4 git commands to generate.