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

cproto.spec

index 377d97437d26b558fe938c5e038c96cdb23a04e5..1cf68c7279f92436f3414a7a2e293faeb62fbbb1 100644 (file)
@@ -73,9 +73,9 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc README MANIFEST CHANGES
-%attr(755, root, root) %{_bindir}/cproto
+%attr(755,root,root) %{_bindir}/cproto
 %{_mandir}/man1/*
 
 %changelog
This page took 0.086794 seconds and 4 git commands to generate.