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

emirror.spec

index b3843648c2edc4970b61413bbd305c5e22a2e22e..54b46e907461044fb5de068a1868cc0a3e0e4a4d 100644 (file)
@@ -38,10 +38,10 @@ make install \
 rm -rf $RPM_BUILD_ROOT
 
 %files
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
+%defattr(644,root,root,755)
 %doc documentation/* html README scripts/mirror
 %doc documentation/* html README scripts/mirror
-%attr(755, root, root) %{_bindir}/emconvert
-%attr(755, root, root) %{_bindir}/emirror
+%attr(755,root,root) %{_bindir}/emconvert
+%attr(755,root,root) %{_bindir}/emirror
 %{_libdir}/emirror
 
 %changelog
 %{_libdir}/emirror
 
 %changelog
This page took 0.081861 seconds and 4 git commands to generate.