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

gforth.spec

index b7973d200cfcb710d5ad4c0183248cf3aba80e18..d5663c054742dd3d9ccd91a06d5738ae4c0d72a7 100644 (file)
@@ -54,9 +54,9 @@ gzip -9nf $RPM_BUILD_ROOT%{_infodir}/gforth.info*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%attr(644, root, root, 755)
+%attr(644,root,root,755)
 %doc README TAGS BUGS ToDo
-%attr(755, root, root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*
 %{_libdir}/gforth
 %{_infodir}/*info*
 %{_mandir}/man1/*
This page took 0.058298 seconds and 4 git commands to generate.