]> git.pld-linux.org Git - packages/gnuchess.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:
    gnuchess.spec -> 1.7

gnuchess.spec

index 36e7a4ca5076b40c226b90828fa90ddd1e8a35dd..c4d1765121ce6a55f0ce87f9ba98d3487b46fc21 100644 (file)
@@ -57,8 +57,8 @@ strip $RPM_BUILD_ROOT%{_bindir}/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%attr(755, root, root) %{_bindir}/*
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
 %{_libdir}/games/gnuchess
 %{_mandir}/man6/*
 
This page took 0.086677 seconds and 4 git commands to generate.